| Modifier and Type | Field and Description |
|---|---|
static String |
RMI_SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
void |
evosuite_collectStatistics(String clientRmiIdentifier,
Chromosome individual) |
void |
evosuite_collectStatistics(String clientRmiIdentifier,
RuntimeVariable variable,
Object value) |
void |
evosuite_collectTestGenerationResult(String clientRmiIdentifier,
List<TestGenerationResult> results) |
void |
evosuite_flushStatisticsForClassChange(String clientRmiIdentifier) |
void |
evosuite_informChangeOfStateInClient(String clientRmiIdentifier,
ClientState state,
ClientStateInformation information) |
void |
evosuite_registerClientNode(String clientRmiIdentifier) |
void |
evosuite_updateProperty(String clientRmiIdentifier,
String propertyName,
Object value) |
static final String RMI_SERVICE_NAME
void evosuite_registerClientNode(String clientRmiIdentifier) throws RemoteException
RemoteExceptionvoid evosuite_informChangeOfStateInClient(String clientRmiIdentifier, ClientState state, ClientStateInformation information) throws RemoteException
RemoteExceptionvoid evosuite_collectStatistics(String clientRmiIdentifier, Chromosome individual) throws RemoteException
RemoteExceptionvoid evosuite_collectStatistics(String clientRmiIdentifier, RuntimeVariable variable, Object value) throws RemoteException
RemoteExceptionvoid evosuite_collectTestGenerationResult(String clientRmiIdentifier, List<TestGenerationResult> results) throws RemoteException
RemoteExceptionvoid evosuite_flushStatisticsForClassChange(String clientRmiIdentifier) throws RemoteException
RemoteExceptionvoid evosuite_updateProperty(String clientRmiIdentifier, String propertyName, Object value) throws RemoteException, IllegalArgumentException, IllegalAccessException, Properties.NoSuchParameterException
Copyright © 2010–2017 EvoSuite. All rights reserved.