use of com.tvd12.ezyfoxserver.controller.EzySimpleStreamingController in project ezyfox-server by youngmonkeys.
the class EzySimpleStreamingControllerTest method test.
@Test
public void test() {
EzySimpleStreamingController controller = new EzySimpleStreamingController();
EzyZoneContext zoneContext = mock(EzyZoneContext.class);
EzySimpleStreamingRequest request = new EzySimpleStreamingRequest();
controller.handle(zoneContext, request);
}
Aggregations