public class TestSuiteSerialization extends Object
| Constructor and Description |
|---|
TestSuiteSerialization() |
| Modifier and Type | Method and Description |
|---|---|
static List<TestChromosome> |
loadTests(File target) |
static List<TestChromosome> |
loadTests(File folder,
String fileName) |
static List<TestChromosome> |
loadTests(String target) |
static boolean |
saveTests(List<TestSuiteChromosome> list,
File target) |
static boolean |
saveTests(List<TestSuiteChromosome> ts,
File folder,
String fileName) |
static boolean |
saveTests(TestSuiteChromosome ts,
File target) |
public static boolean saveTests(List<TestSuiteChromosome> list, File target) throws IllegalArgumentException
IllegalArgumentExceptionpublic static boolean saveTests(TestSuiteChromosome ts, File target) throws IllegalArgumentException
IllegalArgumentExceptionpublic static boolean saveTests(List<TestSuiteChromosome> ts, File folder, String fileName) throws IllegalArgumentException
IllegalArgumentExceptionpublic static List<TestChromosome> loadTests(File folder, String fileName) throws IllegalArgumentException
IllegalArgumentExceptionpublic static List<TestChromosome> loadTests(String target) throws IllegalArgumentException
IllegalArgumentExceptionpublic static List<TestChromosome> loadTests(File target) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2010–2017 EvoSuite. All rights reserved.