Inherits UnityTest.IntegrationTestRunner.ITestRunnerCallback.
§ Add()
| void UnityTest.IntegrationTestRunner.TestRunnerCallbackList.Add |
( |
ITestRunnerCallback |
callback | ) |
|
§ Remove()
| void UnityTest.IntegrationTestRunner.TestRunnerCallbackList.Remove |
( |
ITestRunnerCallback |
callback | ) |
|
§ RunFinished()
| void UnityTest.IntegrationTestRunner.TestRunnerCallbackList.RunFinished |
( |
List< TestResult > |
testResults | ) |
|
§ RunStarted()
| void UnityTest.IntegrationTestRunner.TestRunnerCallbackList.RunStarted |
( |
string |
platform, |
|
|
List< TestComponent > |
testsToRun |
|
) |
| |
§ TestFinished()
| void UnityTest.IntegrationTestRunner.TestRunnerCallbackList.TestFinished |
( |
TestResult |
test | ) |
|
§ TestRunInterrupted()
| void UnityTest.IntegrationTestRunner.TestRunnerCallbackList.TestRunInterrupted |
( |
List< ITestComponent > |
testsNotRun | ) |
|
§ TestStarted()
| void UnityTest.IntegrationTestRunner.TestRunnerCallbackList.TestStarted |
( |
TestResult |
test | ) |
|
The documentation for this class was generated from the following file: