Package software.tnb.http.resource.local
Class LocalHTTP
- java.lang.Object
-
- software.tnb.http.service.HTTP
-
- software.tnb.http.resource.local.LocalHTTP
-
- All Implemented Interfaces:
org.junit.jupiter.api.extension.AfterAllCallback,org.junit.jupiter.api.extension.BeforeAllCallback,org.junit.jupiter.api.extension.Extension,Deployable,WithDockerImage,Service
@AutoService(HTTP.class) public class LocalHTTP extends HTTP implements Deployable
-
-
Field Summary
-
Fields inherited from class software.tnb.http.service.HTTP
HTTP_PORT, HTTPS_PORT
-
-
Constructor Summary
Constructors Constructor Description LocalHTTP()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcloseResources()voiddeploy()StringgetLog()StringhttpsUrl()StringhttpUrl()voidopenResources()voidundeploy()-
Methods inherited from class software.tnb.http.service.HTTP
defaultImage, getSignature
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.tnb.common.deployment.Deployable
afterAll, beforeAll
-
Methods inherited from interface software.tnb.common.deployment.WithDockerImage
image
-
-
-
-
Method Detail
-
deploy
public void deploy()
- Specified by:
deployin interfaceDeployable
-
undeploy
public void undeploy()
- Specified by:
undeployin interfaceDeployable
-
openResources
public void openResources()
- Specified by:
openResourcesin interfaceDeployable
-
closeResources
public void closeResources()
- Specified by:
closeResourcesin interfaceDeployable
-
-