Summary
Adds a
TestCase
to the current scope
Return true if the test is succeeded otherwise falseS
Syntax
public static TestCase It(string name, Executable action)
Parameters
Name | Type | Description |
---|---|---|
name | string | The name. |
action | Executable | The action. |
Return Value
Type | Description |
---|---|
TestCase | TestCase. |