C# Class PerfTest.TestSuite

ファイルを表示 Open project: tomba/dwarrowdelf Class Usage Examples

Public Methods

Method Description
DoTests ( ) : void

Protected Methods

Method Description
RunTest ( ITest test ) : void

Private Methods

Method Description
Calibrate ( ITest test, System.TimeSpan time ) : int

Method Details

DoTests() public abstract method

public abstract DoTests ( ) : void
return void

RunTest() protected static method

protected static RunTest ( ITest test ) : void
test ITest
return void