TestRunner.Run Method
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Test
Declaring Type: TestRunner
Overloads
Run(string) | Run a test case file |
Run(TestCaseFile) | Run a test case file |
Run(string)
Run a test case file
public static bool Run(string filename);
Parameters
string filename | The test case filename |
Returns
bool | True if passed, otherwise false |
Run(TestCaseFile)
Run a test case file
public static bool Run(TestCaseFile test);
Parameters
TestCaseFile test | The TestCaseFile to run |
Returns
bool | True if passed, otherwise false |