use of com.tvd12.ezyfoxserver.builder.EzySimpleServerContextBuilder in project ezyfox-server by youngmonkeys.
the class EzySimpleServerContextBuilderTest method test.
@SuppressWarnings("rawtypes")
@Test
public void test() {
EzySimpleServerContextBuilder instance = new EzySimpleServerContextBuilder();
MethodInvoker.create().object(instance).method("newAppExecutorService").param(EzyAppSetting.class, new EzySimpleAppSetting()).invoke();
MethodInvoker.create().object(instance).method("newPluginExecutorService").param(EzyPluginSetting.class, new EzySimplePluginSetting()).invoke();
}
Aggregations