use of com.tvd12.ezyfoxserver.api.EzyProxyStreamingApi in project ezyfox-server by youngmonkeys.
the class EzyProxyStreamingApiTest method test.
@Test
public void test() throws Exception {
EzyProxyStreamingApi api = new EzyProxyStreamingApi();
EzyBytesPackage pack = mock(EzyBytesPackage.class);
api.response(pack);
}
Aggregations