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);
// TODO review the generated test code and remove the default call to fail.
fail("The test case is a prototype.");
}