public class ReconfigureTest extends Object
AbstractService.reconfigure(Map,
de.iip_ecosphere.platform.services.environment.ParameterConfigurerProvider, boolean, ServiceState).| Modifier and Type | Field and Description |
|---|---|
private int |
param1 |
private String |
param2 |
private int |
param3 |
| Constructor and Description |
|---|
ReconfigureTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testReconfigureFailWithoutRecovery()
Tests a failing reconfiguration without recovery, i.e., some values may be changed or not.
|
void |
testReconfigureFailWithRecovery()
Tests a failing reconfiguration with recovery, i.e., nothing shall happen.
|
void |
testReconfigureNull()
Tests whether reconfiguration with certain null values does not harm.
|
void |
testReconfigureSuccessful()
Tests a successful reconfiguration without.
|
private int param1
private String param2
private int param3
public void testReconfigureFailWithRecovery()
public void testReconfigureFailWithoutRecovery()
public void testReconfigureSuccessful()
public void testReconfigureNull()
throws ExecutionException
ExecutionException - shall not occurCopyright © 2022. All rights reserved.