@PrepareForTest(value={AwsOrchestrator.class,ServiceRunner.class})
public class ServiceRunnerSpec_InitOrchestrator
extends Object
| Modifier and Type | Field and Description |
|---|---|
private OrchestratorConfig |
orchConfig |
private ServiceRunner |
serviceRunnerSimpleMock |
| Constructor and Description |
|---|
ServiceRunnerSpec_InitOrchestrator() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeEach() |
void |
negativeFlow_nullDeployType() |
void |
negativeFlow_wrongDeployType() |
void |
positiveFlow_AWSOchestrator() |
void |
positiveFlow_LocalOchestrator() |
private OrchestratorConfig orchConfig
private ServiceRunner serviceRunnerSimpleMock
public void beforeEach()
throws Lot49Exception
Lot49Exceptionpublic void positiveFlow_LocalOchestrator()
throws Lot49Exception
Lot49Exceptionpublic void positiveFlow_AWSOchestrator()
throws Exception
Exceptionpublic void negativeFlow_wrongDeployType()
throws Exception
Exception