public class TestNGConfiguration extends Object implements Configuration
DEFAULT_PRIORITY
Constructor and Description |
---|
TestNGConfiguration(TestGroupConfig config,
Collection<String> includedTestMethods) |
Modifier and Type | Method and Description |
---|---|
TestSuiteFinder |
testSuiteFinder() |
TestUnitFinder |
testUnitFinder() |
Optional<PitHelpError> |
verifyEnvironment() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
priority
public TestNGConfiguration(TestGroupConfig config, Collection<String> includedTestMethods)
public TestUnitFinder testUnitFinder()
testUnitFinder
in interface Configuration
public TestSuiteFinder testSuiteFinder()
testSuiteFinder
in interface Configuration
public Optional<PitHelpError> verifyEnvironment()
verifyEnvironment
in interface Configuration
Copyright © 2021 org.pitest. All rights reserved.