Search in sources :

Example 1 with EzyProxyStreamingApi

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);
}
Also used : EzyProxyStreamingApi(com.tvd12.ezyfoxserver.api.EzyProxyStreamingApi) EzyBytesPackage(com.tvd12.ezyfoxserver.response.EzyBytesPackage) BaseTest(com.tvd12.test.base.BaseTest) Test(org.testng.annotations.Test)

Aggregations

EzyProxyStreamingApi (com.tvd12.ezyfoxserver.api.EzyProxyStreamingApi)1 EzyBytesPackage (com.tvd12.ezyfoxserver.response.EzyBytesPackage)1 BaseTest (com.tvd12.test.base.BaseTest)1 Test (org.testng.annotations.Test)1