Click or drag to resize
CMSAssert Class
Custom assertions
Inheritance Hierarchy
SystemObject
  CMS.TestsCMSAssert

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
public class CMSAssert

The CMSAssert type exposes the following members.

Constructors
  NameDescription
Public methodCMSAssert
Top
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