C# Class Android.NUnitLite.AndroidRunner

Inheritance: ITestListener
Datei anzeigen Open project: couchbaselabs/Andr.Unit

Public Methods

Method 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

Method Description
AndroidRunner ( ) : System
FindSuite ( ITest test ) : TestSuite

Method Details

CloseWriter() public method

public CloseWriter ( ) : void
return void

OpenWriter() public method

public OpenWriter ( string message, Android.Content.Context activity ) : bool
message string
activity Android.Content.Context
return bool

Run() public method

public Run ( NUnit test ) : NUnit.Framework.Internal.TestResult
test NUnit
return NUnit.Framework.Internal.TestResult

TestFinished() public method

public TestFinished ( ITestResult res ) : void
res ITestResult
return void

TestOutput() public method

public TestOutput ( NUnit.Framework.Api.TestOutput testOutput ) : void
testOutput NUnit.Framework.Api.TestOutput
return void

TestStarted() public method

public TestStarted ( ITest test ) : void
test ITest
return void