Class SeBootstrapTest
- java.lang.Object
-
- org.jboss.resteasy.bootstrap.test.SeBootstrapTest
-
public abstract class SeBootstrapTest extends Object
- Author:
- James R. Perkins
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSeBootstrapTest.DefaultApplicationstatic classSeBootstrapTest.NonIndexedResourcestatic classSeBootstrapTest.NoScanAnnotationstatic classSeBootstrapTest.SeBootstrapApplication1static classSeBootstrapTest.SeBootstrapApplication2static classSeBootstrapTest.TestResource
-
Constructor Summary
Constructors Constructor Description SeBootstrapTest()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidbootWithApplication()voidconstructedApplication()protected abstract Class<? extends EmbeddedServer>getEmbeddedServerClass()voidhttpsConnection()voidresourceDefined()voidresourceScanned()voidscanningDisabled()voidshutdown()protected voidstart(jakarta.ws.rs.core.Application application)protected voidstart(jakarta.ws.rs.core.Application application, jakarta.ws.rs.SeBootstrap.Configuration configuration)protected voidstart(Class<? extends jakarta.ws.rs.core.Application> application)voidunwrap()
-
-
-
Method Detail
-
getEmbeddedServerClass
protected abstract Class<? extends EmbeddedServer> getEmbeddedServerClass()
-
start
protected void start(Class<? extends jakarta.ws.rs.core.Application> application) throws ExecutionException, InterruptedException, TimeoutException, IOException
-
start
protected void start(jakarta.ws.rs.core.Application application) throws ExecutionException, InterruptedException, TimeoutException, IOException
-
start
protected void start(jakarta.ws.rs.core.Application application, jakarta.ws.rs.SeBootstrap.Configuration configuration) throws ExecutionException, InterruptedException, TimeoutException, IOException
-
-