Legend
| Static method: void RunTestsOnAssembly( |
| Assembly | assembly | The assembly containing the unit tests to run. |
| bool | suppressTimesInLog |
Indicates whether to suppress the timing information in the log output produced. Defaults to false. |
| string | filter |
If not null (the default), only tests that match this regular expression are run. |