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 |
Méthode | Description | |
---|---|---|
AndroidRunner ( ) : System | ||
FindSuite ( ITest test ) : TestSuite |
public OpenWriter ( string message, Android.Content.Context activity ) : bool | ||
message | string | |
activity | Android.Content.Context | |
Résultat | bool |
public Run ( NUnit test ) : NUnit.Framework.Internal.TestResult | ||
test | NUnit | |
Résultat | NUnit.Framework.Internal.TestResult |
public TestFinished ( ITestResult res ) : void | ||
res | ITestResult | |
Résultat | void |
public TestOutput ( NUnit.Framework.Api.TestOutput testOutput ) : void | ||
testOutput | NUnit.Framework.Api.TestOutput | |
Résultat | void |