C# Class TestRunnerCallback, unity-tools

Handles the test events
Inheritance: ITestRunnerCallback
Afficher le fichier Open project: NoxHarmonium/unity-tools Class Usage Examples

Méthodes publiques

Méthode Description
RunFinished ( ) : void
RunFinishedException ( System exception ) : void
RunStarted ( string suiteName, int testCount ) : void
TestFinished ( ITestResult result ) : void
TestRunnerCallback ( Action logAction, UnityTask parentTask ) : System
TestStarted ( string fullName ) : void

Method Details

RunFinished() public méthode

public RunFinished ( ) : void
Résultat void

RunFinishedException() public méthode

public RunFinishedException ( System exception ) : void
exception System
Résultat void

RunStarted() public méthode

public RunStarted ( string suiteName, int testCount ) : void
suiteName string
testCount int
Résultat void

TestFinished() public méthode

public TestFinished ( ITestResult result ) : void
result ITestResult
Résultat void

TestRunnerCallback() public méthode

public TestRunnerCallback ( Action logAction, UnityTask parentTask ) : System
logAction Action
parentTask UnityTools.Threading.UnityTask
Résultat System

TestStarted() public méthode

public TestStarted ( string fullName ) : void
fullName string
Résultat void