Click or drag to resize

Criteria Class

An expression of Criterion to specify the goal of your test.
Inheritance Hierarchy
SystemObject
  SmartTestsCriteria
    More...

Namespace:  SmartTests
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
public abstract class Criteria

The Criteria type exposes the following members.

Constructors
  NameDescription
Protected methodCriteria
Initializes a new instance of the Criteria class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators
  NameDescription
Public operatorStatic memberBitwiseAnd
Combines two orthogonal Criterias.
Public operatorStatic memberBitwiseOr
Combines two criterions of the same Criteria.
Top
See Also
Inheritance Hierarchy
SystemObject
  SmartTestsCriteria
    SmartTests.CriteriasAnyValue
    SmartTests.CriteriasCollection
    SmartTests.CriteriasCollectionItem
    SmartTests.CriteriasComparison
    SmartTests.CriteriasEquality
    SmartTests.CriteriasFormattedString
    SmartTests.CriteriasMaxExcluded
    SmartTests.CriteriasMaxIncluded
    SmartTests.CriteriasMinExcluded
    SmartTests.CriteriasMinExcMaxExc
    SmartTests.CriteriasMinExcMaxInc
    SmartTests.CriteriasMinIncluded
    SmartTests.CriteriasMinIncMaxExc
    SmartTests.CriteriasMinIncMaxInc
    SmartTests.CriteriasNotifyPropertyChanged
    SmartTests.CriteriasOptional
    SmartTests.CriteriasPath
    SmartTests.CriteriasReferenceEquality
    SmartTests.CriteriasValidString
    SmartTests.CriteriasValidValue