Click or drag to resize

SmartTests.Criterias Namespace

The SmartTests.Criterias namespace contains predefined criterias you should use in your unit test methods.
Classes
  ClassDescription
Public classAnyValue
Provides a single criteria that is always valid.
Public classCollection
Provides Criterions for a collection management
Public classCollectionItem
Provides criterions for a collection item
Public classComparison
Provides criterions for a value that should be compared with another value
Public classEquality
Provides criterions for two values comparison
Public classFormattedString
Provides criterions for a string with specific format
Public classMaxExcluded
Provides criterions for a value that should be below an upper bound
Public classMaxIncluded
Provides criterions for a value that should be below or equal to an upper bound
Public classMinExcluded
Provides criterions for a value that should be above a lower bound
Public classMinExcMaxExc
Provides criterions for a value that should be between a lower bound (exclusively) and an upper bound (exclusively)
Public classMinExcMaxInc
Provides criterions for a value that should be between a lower bound (exclusively) and an upper bound (inclusively)
Public classMinIncluded
Provides criterions for a value that should be above or equal to a lower bound
Public classMinIncMaxExc
Provides criterions for a value that should be between a lower bound (inclusively) and an upper bound (exclusively)
Public classMinIncMaxInc
Provides criterions for a value that should be between a lower bound (inclusively) and an upper bound (inclusively)
Public classNotifyPropertyChanged
Provides criterions for notifying clients that a property value has changed
Public classOptional
Provides criterions for an optional parameter
Public classPath
Provides criterions for path that should be valid
Public classReferenceEquality
Provides criterions for two references comparison
Public classValidString
Provides criterions for a string
Public classValidValue
Provides criterions for the validity of a value (can be either valid or not)