Using the Hamcrest matcher asserters
The project contains these classes for assertion of Hamcrest matcher:
- com.alpha.pineapple.test.Asserter
- com.alpha.pineapple.test.AsserterImpl
- com.alpha.pineapple.test.AssertionHelper
- com.alpha.pineapple.test.AssertionHelperImpl
Asserter
Interface for assertion of a Hamcrest Matcher object where the result is collected in a ExecutionResult object.
AsserterImpl
Implementation of the Asserter interface.
AsserterHelper
Interface for assertion of a Hamcrest Matcher object where the result is collected in a ExecutionResult object.
AsserterHelperImpl
Implementation of the AsserterHelper interface.