65666768697071
return new ResourceConfig().packages(this.getClass().getPackage().getName()); } @Override protected TestContainerFactory getTestContainerFactory() { return new GrizzlyTestContainerFactory(); }
979899100101102103
public static final String RELOADED = "reloaded"; public static class GrizzlyTestCase extends ParentTest { @Override protected TestContainerFactory getTestContainerFactory() throws TestContainerException { return new GrizzlyTestContainerFactory(); }
117118119120121122123
} @Override protected TestContainerFactory getTestContainerFactory() throws TestContainerException { return new GrizzlyTestContainerFactory(); }
133134135136137138139
} } @Override protected TestContainerFactory getTestContainerFactory() throws TestContainerException { return new GrizzlyTestContainerFactory(); }
153154155156157158159
.build(); } @Override protected TestContainerFactory getTestContainerFactory() throws TestContainerException { return new GrizzlyTestContainerFactory(); }
150151152153154155156
public static class GrizzlyTestCase extends ParentTest { @Override protected TestContainerFactory getTestContainerFactory() throws TestContainerException { StatisticsListener.reset(); return new GrizzlyTestContainerFactory(); }
80818283848586
OAuth1SignatureFeature.class); } @Override protected TestContainerFactory getTestContainerFactory() throws TestContainerException { return new GrizzlyTestContainerFactory(); }