| BaseBetweenSpecification<T> |
Base implementation for all Specifications with three value comparison.
|
| BaseCollectionSpecification<T, TType> |
Base implementation of Specification executed for collection elements
|
| BaseCompareSpecification<T> |
Base implementation for all Specifications with two value comparison.
|
| BaseGreaterCompareSpecification<T> |
Base implementation for all Specifications with candidate greater than value comparison.
|
| BaseLengthSpecification<T> |
Base implementation for all Specifications with collection length verification.
|
| BaseLessCompareSpecification<T> |
Base implementation for all Specifications with candidate less than value comparison.
|