C# Class NUnitLiteForUnity.UnityListener

Inheritance: ITestListener
Afficher le fichier Open project: couchbaselabs/nunit-unity-runner

Méthodes publiques

Méthode Description
TestFinished ( ITestResult result ) : void
TestOutput ( NUnit.Framework.Api.TestOutput testOutput ) : void
TestStarted ( ITest test ) : void

Method Details

TestFinished() public méthode

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

TestOutput() public méthode

public TestOutput ( NUnit.Framework.Api.TestOutput testOutput ) : void
testOutput NUnit.Framework.Api.TestOutput
Résultat void

TestStarted() public méthode

public TestStarted ( ITest test ) : void
test ITest
Résultat void