Package org.discoproject.worker.protocol.encoder

Examples of org.discoproject.worker.protocol.encoder.PingEncoder


    assertEquals("OUTPUT 41 [\"dir/outputLocation\",\"disco\",\"thelabel\"]\n", encodedString);
  }

  @Test
  public void testPingEncoder() {
    final PingEncoder encoder = new PingEncoder();
    final String encodedString = encoder.toString();

    assertEquals("PING 2 \"\"\n", encodedString);
  }
View Full Code Here

TOP

Related Classes of org.discoproject.worker.protocol.encoder.PingEncoder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.