public class ApplicationStartMechanism extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
List<String> |
arguments |
String |
mainClass |
String |
startUrlOrPathToJarFile |
| Constructor and Description |
|---|
ApplicationStartMechanism(TestCase testCase) |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationStartMechanism |
readFromJsonFile(String filePath) |
void |
run() |
String |
saveToJsonFile(String filePath) |
public String startUrlOrPathToJarFile
public String mainClass
public ApplicationStartMechanism(TestCase testCase)
public void run()
public static ApplicationStartMechanism readFromJsonFile(String filePath)
Copyright © 2019. All rights reserved.