public class TestGroupConfig extends Object implements Serializable
Constructor and Description |
---|
TestGroupConfig() |
TestGroupConfig(List<String> excludedGroups,
List<String> includedGroups) |
Modifier and Type | Method and Description |
---|---|
static TestGroupConfig |
emptyConfig() |
List<String> |
getExcludedGroups() |
List<String> |
getIncludedGroups() |
String |
toString() |
TestGroupConfig |
withExcludedGroups(String... excluded) |
TestGroupConfig |
withIncludedGroups(String... included) |
public static TestGroupConfig emptyConfig()
public TestGroupConfig withExcludedGroups(String... excluded)
public TestGroupConfig withIncludedGroups(String... included)
Copyright © 2021 org.pitest. All rights reserved.