public void testCreateStopRequest() {
System.out.println("createStopRequest");
ConnectionType connection = null;
long streamId = 0L;
CamtureConnection instance = null;
StreamStopRequestType expResult = null;
StreamStopRequestType result = instance.createStopRequest(connection, streamId);
assertEquals(expResult, result);
// TODO review the generated test code and remove the default call to fail.
fail("The test case is a prototype.");
}