| Package | Description |
|---|---|
| quickstart |
| Modifier and Type | Class and Description |
|---|---|
class |
GoldenStringComparator
Custom GoldenComparator which returns the string of the golden file name
as the output for simple unit testing of the quickstart testing framework.
|
class |
RegexGoldenComparator
Compares test output to golden text file using regex pattern matching
|
class |
StringGoldenComparator
Compares test output to golden text file using string equality
|
| Modifier and Type | Method and Description |
|---|---|
protected GoldenComparator |
PassJUnitTest.createGoldenComparator() |
protected GoldenComparator |
QuickstartTestCase.createGoldenComparator()
Creates and returns a new GoldenComparator instance.
|
protected GoldenComparator |
PassWithExpectedProblemTestCase.createGoldenComparator() |
protected GoldenComparator |
DurableTest.createGoldenComparator() |
protected GoldenComparator |
FailOutputTestCase.createGoldenComparator() |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.