Click or drag to resize
CMSAssert Methods

The CMSAssert type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAll
Execute multiple assertions
Public methodStatic memberForEachT
Asserts the given expression for each item in the given collection
Public methodStatic memberInThreads
Runs multiple actions in the given number of threads and reports all failed assertions and errors
Public methodStatic memberPropertyValuesEqual
Asserts two objects by comparing their property values
Public methodStatic memberQueryEquals(String, String, String)
Asserts whether two queries equal
Public methodStatic memberQueryEquals(WhereCondition, String, String)
Asserts whether two queries equal
Public methodStatic memberSerializationT
Asserts that the serialization / de-serialization of the object is possible, and produces
Public methodStatic memberTextEquals(String, String, String, TextNormalizationSettings)
Asserts whether two queries equal
Public methodStatic memberTextEquals(String, String, String, Boolean) Obsolete.
Asserts whether two queries equal
Public methodStatic memberWithMessage
Executes assertion and adds additional message if assertion fails
Top
See Also