Package org.nuxeo.ecm.restapi.test
Class RestServerFeature
- java.lang.Object
-
- org.nuxeo.ecm.restapi.test.RestServerFeature
-
- All Implemented Interfaces:
RunnerFeature
public class RestServerFeature extends Object implements RunnerFeature
- Since:
- 5.7.2
-
-
Field Summary
Fields Modifier and Type Field Description protected ServletContainerFeature
servletContainerFeature
-
Constructor Summary
Constructors Constructor Description RestServerFeature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRestApiUrl()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuxeo.runtime.test.runner.RunnerFeature
afterMethodRun, afterRun, afterTeardown, afterTeardown, beforeMethodRun, beforeRun, beforeSetup, beforeSetup, configure, initialize, start, stop, testCreated
-
-
-
-
Field Detail
-
servletContainerFeature
@Inject protected ServletContainerFeature servletContainerFeature
-
-
Method Detail
-
getRestApiUrl
public String getRestApiUrl()
- Since:
- 2023.13
-
-