| Modifier and Type | Field and Description |
|---|---|
ApplicationStartMechanism |
ApplicationUnderTest.startMechanism |
| Constructor and Description |
|---|
ApplicationUnderTest(ApplicationStartMechanism startMechanism,
ApplicationContextManager context) |
ApplicationUnderTest(TestCase testCase,
ApplicationStartMechanism startMechanism) |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationStarter
Helps start Java applications from within TAF, so they end up in same JVM, and hence stand a
better chance of being possible to interact with.
|
class |
ApplicationStartMechanismCli |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationStartMechanism |
ApplicationStartMechanism.readFromJsonFile(String filePath) |
| Modifier and Type | Method and Description |
|---|---|
static Thread |
ApplicationThreadRunner.start(ApplicationStartMechanism applicationStartMechanism) |
| Constructor and Description |
|---|
ApplicationThreadRunner(ApplicationStartMechanism applicationStartMechanism) |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationStartMechanismJavaWebStart |
Copyright © 2019. All rights reserved.