Interface | Description |
---|---|
ExecutingTestContext | |
FileNamerStrategy |
Determines the paths under which Golden Master and result files should be persisted.
|
Recheck |
Interface defining the core functionality to write tests with recheck.
|
RecheckAdapter |
Interface to help recheck transform an arbitrary object into its internal format to allow persistence, state diffing
and ignoring of attributes and elements.
|
SutStateLoader |
Class | Description |
---|---|
GradleConformFileNamerStrategy |
Gradle-conform file namer strategy that uses the following paths:
Golden Master files:
src/${SOURCE_SET_NAME}/resources/retest/recheck/
Result files: build/test-results/${SOURCE_SET_NAME}/retest/recheck/
If not set, "test" will be used for ${SOURCE_SET_NAME} . |
MavenConformFileNamerStrategy |
Maven-conform file namer strategy that uses the following paths:
Golden Master files:
src/test/resources/retest/recheck/
Result files: target/test-classes/retest/recheck/
|
NoGoldenMasterActionReplayResult | |
Properties | |
RecheckImpl |
Base implementation to use with e.g.
|
RecheckOptions | |
Rehub | |
SuiteAggregator | |
TestCaseFinder | |
TestCaseFinder.TestCaseInformation | |
XmlTransformerUtil |
Enum | Description |
---|---|
Properties.FileOutputFormat | |
TestCaseFinder.TestCaseAnnotationType |
Copyright © 2019 ReTest GmbH. All rights reserved.