![]() | SmartTests.Criterias Namespace |
Class | Description | |
---|---|---|
![]() | AnyValue |
Provides a single criteria that is always valid.
|
![]() | Collection |
Provides Criterions for a collection management
|
![]() | CollectionItem |
Provides criterions for a collection item
|
![]() | Comparison |
Provides criterions for a value that should be compared with another value
|
![]() | Equality |
Provides criterions for two values comparison
|
![]() | FormattedString |
Provides criterions for a string with specific format
|
![]() | MaxExcluded |
Provides criterions for a value that should be below an upper bound
|
![]() | MaxIncluded |
Provides criterions for a value that should be below or equal to an upper bound
|
![]() | MinExcluded |
Provides criterions for a value that should be above a lower bound
|
![]() | MinExcMaxExc |
Provides criterions for a value that should be between a lower bound (exclusively) and an upper bound (exclusively)
|
![]() | MinExcMaxInc |
Provides criterions for a value that should be between a lower bound (exclusively) and an upper bound (inclusively)
|
![]() | MinIncluded |
Provides criterions for a value that should be above or equal to a lower bound
|
![]() | MinIncMaxExc |
Provides criterions for a value that should be between a lower bound (inclusively) and an upper bound (exclusively)
|
![]() | MinIncMaxInc |
Provides criterions for a value that should be between a lower bound (inclusively) and an upper bound (inclusively)
|
![]() | NotifyPropertyChanged |
Provides criterions for notifying clients that a property value has changed
|
![]() | Optional |
Provides criterions for an optional parameter
|
![]() | Path |
Provides criterions for path that should be valid
|
![]() | ReferenceEquality |
Provides criterions for two references comparison
|
![]() | ValidString |
Provides criterions for a string
|
![]() | ValidValue |
Provides criterions for the validity of a value (can be either valid or not)
|