| ComparisonRuleBuilder |
Builder for customizing how snapshot files are compared against the actual test result.
|
| ComparisonRuleBuilder.ChooseMatcher |
Allows to choose the comparison for the value.
|
| SnapshotDsl.ChooseActual |
|
| SnapshotDsl.ChooseAssertions |
DSL stage to choose how to perform the snapshot assertion.
|
| SnapshotDsl.ChooseDataFormat |
Allows to choose the structure into which the actual test result will be
serialized.
|
| SnapshotDsl.ChooseDirectory |
|
| SnapshotDsl.ChooseName |
|
| SnapshotDsl.ChooseStructure |
|
| SnapshotException |
This is a framework exception that can be thrown when implementing certain extension
points.
|
| SnapshotFile |
A snapshot file is a plain text file containing a header and the actual serialized
snapshot.
|
| SnapshotFile.SnapshotHeader |
|
| SnapshotNaming |
Strategy interface for dynamically determining snapshot names.
|
| SnapshotSerializer |
Defines how an object is serialized into a persistable snapshot String.
|
| SnapshotTestResult |
Result details of a single snapshot assertion.
|
| SnapshotTestResult.SnapshotStatus |
Information about the creation of a single snapshot file.
|
| StructuralAssertions |
Allows to customize how structured data is compared in order to check whether a
snapshot matches an actual test result.
|
| StructuredData |
|
| StructuredDataProvider |
Tagging interface for classes that can provide an instance of StructuredData.
|