Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Include Protected Members
Include Inherited Members
Verifies true/false propositions associated with strings in unit tests.
Methods
Name
Description
.gif)
.gif)
Overloaded. Verifies that a specified string contains a specified substring. This method is case sensitive.
.gif)
.gif)
Overloaded. Verifies that a specified string does not match a regular expression.
.gif)
.gif)
Overloaded. Verifies that a specified string ends with a specified substring. This method is case sensitive.
.gif)
.gif)
Overloaded. Verifies that a specified string matches a regular expression.
.gif)
.gif)
Overloaded. Verifies that a specified string begins with a specified substring. This method is case sensitive.
Top