Method | Description | |
---|---|---|
GetTestResult ( ) : SharpUnit.TestResult | ||
Run ( SharpUnit.TestResult result ) : IEnumerator | ||
SetTestMethod ( string method ) : void | ||
SetUp ( ) : void | ||
TearDown ( ) : void |
public GetTestResult ( ) : SharpUnit.TestResult | ||
return | SharpUnit.TestResult |
public Run ( SharpUnit.TestResult result ) : IEnumerator | ||
result | SharpUnit.TestResult | |
return | IEnumerator |
public SetTestMethod ( string method ) : void | ||
method | string | |
return | void |