public class StatisticsSender extends Object
TODO: still to clarify what type of extra information we want to send with each individual, eg the state in which it was computed (Search vs Minimization)
| Constructor and Description |
|---|
StatisticsSender() |
| Modifier and Type | Method and Description |
|---|---|
static void |
executedAndThenSendIndividualToMaster(TestSuiteChromosome testSuite)
First execute (if needed) the test cases to be sure to have latest correct data,
and then send it to Master
|
static void |
sendIndividualToMaster(Chromosome individual)
Send the given individual to the Client, plus any other needed info
|
public static void sendIndividualToMaster(Chromosome individual) throws IllegalArgumentException
individual - IllegalArgumentExceptionpublic static void executedAndThenSendIndividualToMaster(TestSuiteChromosome testSuite) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2010–2017 EvoSuite. All rights reserved.