Examples of PingEncoder


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
Copyright © 2018 www.massapi.com. 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.