A - Application classpublic interface VitamApplicationTestFactory<A>
| Modifier and Type | Interface and Description |
|---|---|
static class |
VitamApplicationTestFactory.StartApplicationResponse<A>
Start Response
|
| Modifier and Type | Method and Description |
|---|---|
VitamApplicationTestFactory.StartApplicationResponse<A> |
startVitamApplication(int reservedPort)
Should build the VitamApplication and start it (not startAndJoin)
|
VitamApplicationTestFactory.StartApplicationResponse<A> startVitamApplication(int reservedPort) throws IllegalStateException
reservedPort - the port reserved for the application and already set through XML propertyIllegalStateException - if the start is incorrectCopyright © 2018 Vitam. All rights reserved.