Package com.hciware.camture.ws.CamtureConnection

Examples of com.hciware.camture.ws.CamtureConnection.StreamSelectType


   * Test of createStreamSelect method, of class CamtureConnection.
   */
  @Test
  public void testCreateStreamSelect() {
    System.out.println("createStreamSelect");
    StreamSelectType type = null;
    int selectId = 0;
    CamtureConnection instance = null;
    StreamSelect expResult = null;
    StreamSelect result = instance.createStreamSelect(type, selectId);
    assertEquals(expResult, result);
View Full Code Here

TOP

Related Classes of com.hciware.camture.ws.CamtureConnection.StreamSelectType

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.