use of com.tvd12.ezyfoxserver.context.EzyAbstractContext in project ezyfox-server by youngmonkeys.
the class EzyAddCommandImplTest method test.
@Test
public void test() {
EzyAbstractContext ctx = spy(EzyAbstractContext.class);
ctx.init();
EzyAddCommandImpl cmd = new EzyAddCommandImpl(ctx);
cmd.add(Cmd.class, Cmd::new);
}
Aggregations