public class GroupRestServiceQueryTest extends AbstractGroupRestServiceQueryTest {
protected static EmbeddedServerBootstrap serverBootstrap;
@BeforeClass
public static void setUpEmbeddedRuntime() {
serverBootstrap = new ResteasyServerBootstrap();
serverBootstrap.start();
}