Method | Description | |
---|---|---|
Log ( string message ) : void | ||
RunAction ( System.Action action ) : void | ||
RunAllTests ( bool log ) : void |
Runs all tests found in current assembly.
|
|
RunThoseTests ( IEnumerable |
Method | Description | |
---|---|---|
GetCheckAndType ( FluentCheckException fluExc ) : |
||
RunAllMethodsWithASpecificAttribute ( |
||
RunMethod ( |
public static RunAction ( System.Action action ) : void | ||
action | System.Action | |
return | void |
public static RunAllTests ( bool log ) : void | ||
log | bool | if set to |
return | void |
public static RunThoseTests ( IEnumerable |
||
tests | IEnumerable |
|
type | ||
report | ||
log | bool | |
return | void |