Click or drag to resize

NotContainsAssertion Methods

The NotContainsAssertion type exposes the following members.

Methods
  NameDescription
Public methodAssert
Asserts the specified test step. The assertion result is stored in the Status property.
(Inherited from AbstractAssertion.)
Public methodClone
Clones this instance.
(Inherited from AbstractAssertion.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGenerateName
Generates the name of the Assertion.
(Overrides ContainsAssertionGenerateName.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInternalAssert
Asserts the specified test step.
(Overrides ContainsAssertionInternalAssert(TestStepBase).)
Protected methodInternalContains
Internals method to find if the searchPattern is found in the given context. NotContainsAssertion use also this method but reverse the test result.
(Inherited from ContainsAssertion.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnPropertyChanged
Notifies the property changed.
(Inherited from AbstractAssertion.)
Public methodToString
Returns a String that represents this instance.
(Inherited from ContainsAssertion.)
Top
Extension Methods
  NameDescription
Public Extension MethodToStringOrXml
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.)
Public Extension MethodToXmlString
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.)
Top
See Also