| Class | Description |
|---|---|
| BaseTest |
extend this class for your test. create a (not junit) test-method with all method-parameters you need, but the last method-parameter should be the list of expected values (see
BaseTest.expect(Parameter...). each junit test method should call this method for each test case. |
| TextComparison |
Utility to compare to texts, ignoring given regular expressions and printing the differences
|
| TypeBean |
Simple Test-Bean, holding (public) attributes of most types.
|
| Enum | Description |
|---|---|
| BaseTest.Condition |
condition for exptected value and calculated result.
|
| WeekdayEnum |
Only for enum testing
|
Copyright © 2012–2018. All rights reserved.