NUnit.Framework
Assume
That
NUnit.Framework.Assume.That Method
Asserts that a condition is true. If the condition is false the method throws an
NUnit.Framework.InconclusiveException
.
Syntax
public static
void
That
(
bool
condition,
string
message)
Parameters
condition
The evaluated condition
message
The message to display if the condition is false
Remarks
Documentation for this section has not yet been entered.
Requirements
Namespace:
NUnit.Framework
Assembly:
NUnitLite (in NUnitLite.dll)
Assembly Versions:
1.0.0.0