C# Class Android.NUnitLite.AndroidRunner

Inheritance: ITestListener
Afficher le fichier Open project: couchbaselabs/Andr.Unit

Méthodes publiques

Méthode Description
CloseWriter ( ) : void
OpenWriter ( string message, Android.Content.Context activity ) : bool
Run ( NUnit test ) : NUnit.Framework.Internal.TestResult
TestFinished ( ITestResult res ) : void
TestOutput ( NUnit.Framework.Api.TestOutput testOutput ) : void
TestStarted ( ITest test ) : void

Private Methods

Méthode Description
AndroidRunner ( ) : System
FindSuite ( ITest test ) : TestSuite

Method Details

CloseWriter() public méthode

public CloseWriter ( ) : void
Résultat void

OpenWriter() public méthode

public OpenWriter ( string message, Android.Content.Context activity ) : bool
message string
activity Android.Content.Context
Résultat bool

Run() public méthode

public Run ( NUnit test ) : NUnit.Framework.Internal.TestResult
test NUnit
Résultat NUnit.Framework.Internal.TestResult

TestFinished() public méthode

public TestFinished ( ITestResult res ) : void
res 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