Assert Methods |
The Assert type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Contains |
Raise an error if the text does not contain the value.
|
![]() ![]() | Equals |
Test that two objects are equal and raise an exception if the result is false
|
![]() ![]() | Fail |
Raise an error.
|
![]() ![]() | False |
Raise an error if the value is false.
|
![]() ![]() | Matches |
Raise an error if the text matches the pattern.
|
![]() ![]() | NotEquals |
Test that two objects are not equal and raise an exception if the result is false
|
![]() ![]() | NotMatches |
Raise an error if the text does not match the pattern.
|
![]() ![]() | True |
Raise an error if the value is true.
|