Package | Description |
---|---|
com.itextpdf.test |
Modifier and Type | Method and Description |
---|---|
RunnerSearchConfig |
RunnerSearchConfig.addClassToRunnerSearchPath(String fullName)
Add class to runner if it has WrapToTest annotation.
|
RunnerSearchConfig |
RunnerSearchConfig.addPackageToRunnerSearchPath(String fullName)
Add package to search path which is checked for wrapped sample classes.
|
RunnerSearchConfig |
RunnerSearchConfig.ignorePackageOrClass(String name)
Add package or class to ignore list.
|
RunnerSearchConfig |
RunnerSearchConfig.markTestsWithoutAnnotationAsIgnored()
If a class was found in search path, and it has DEST field and main method, but it doesn't have WrapToTest annotation, this test will be marked as ignored with corresponding message in case this option is used.
|
Modifier and Type | Method and Description |
---|---|
static Collection<Object[]> |
WrappedSamplesRunner.generateTestsList(RunnerSearchConfig searchConfig) |
Copyright © 1998–2018 iText Group NV. All rights reserved.