CMSAssert Class |
Namespace: CMS.Tests
public class CMSAssert
The CMSAssert type exposes the following members.
Name | Description | |
---|---|---|
All |
Execute multiple assertions
| |
ForEachT |
Asserts the given expression for each item in the given collection
| |
InThreads |
Runs multiple actions in the given number of threads and reports all failed assertions and errors
| |
PropertyValuesEqual |
Asserts two objects by comparing their property values
| |
QueryEquals(String, String, String) |
Asserts whether two queries equal
| |
QueryEquals(WhereCondition, String, String) |
Asserts whether two queries equal
| |
SerializationT |
Asserts that the serialization / de-serialization of the object is possible, and produces
| |
TextEquals(String, String, String, TextNormalizationSettings) |
Asserts whether two queries equal
| |
TextEquals(String, String, String, Boolean) | Obsolete.
Asserts whether two queries equal
| |
WithMessage |
Executes assertion and adds additional message if assertion fails
|