TestManagerHelpers.AssertBind Method
Asserts that two values are equal or binds one to the other if neither value is already bound. This method supports the generated test cases and is not intended to be used directly from your code.
Overload List
Name | Description |
---|---|
TestManagerHelpers.AssertBind (ITestManager, IVariable, T, String) | Asserts that a variable equals a value or binds the variable to the value if the variable is not yet bound. This method supports the generated test cases and is not intended to be used directly from your code. |
TestManagerHelpers.AssertBind (ITestManager, IVariable, IVariable, String) | Asserts that two variables are equal or binds one to the other if only one variable is bound. This method supports the generated test cases and is not intended to be used directly from your code. |
See Also
Reference
TestManagerHelpers Class
TestManagerHelpers Members
Microsoft.SpecExplorer.Runtime.Testing Namespace
DefaultTestManager Class
IBasicTestSite.Assert Method