Property | Type | Description | |
---|---|---|---|
AddSuite | bool | ||
SelectHostName | string |
Method | Description | |
---|---|---|
Add ( |
||
Add ( |
||
AutoRun ( ) : void | ||
CloseWriter ( ) : void | ||
Load ( |
||
Load ( string assemblyName, IDictionary settings ) : bool | ||
LoadSync ( ) : void | ||
OpenWriter ( string message ) : bool | ||
Run ( Test test ) : NUnit.Framework.Internal.TestResult | ||
Run ( ) : void | ||
TestFinished ( ITestResult r ) : void | ||
TestOutput ( NUnit.Framework.Api.TestOutput testOutput ) : void | ||
TestStarted ( ITest test ) : void |
Method | Description | |
---|---|---|
ExecuteOnMainThread ( System.Action action ) : void | ||
TerminateWithSuccess ( ) : void | ||
WriteDeviceInformation ( |
Method | Description | |
---|---|---|
AddSuite ( TestSuite ts ) : bool | ||
SelectHostName ( string names, int port ) : string |
public Add ( |
||
assembly | ||
return | void |
public Add ( |
||
assembly | ||
fixtures | IList |
|
return | void |
protected abstract ExecuteOnMainThread ( System.Action action ) : void | ||
action | System.Action | |
return | void |
public Load ( |
||
assembly | ||
settings | IDictionary | |
return | bool |
public Load ( string assemblyName, IDictionary settings ) : bool | ||
assemblyName | string | |
settings | IDictionary | |
return | bool |
public Run ( Test test ) : NUnit.Framework.Internal.TestResult | ||
test | Test | |
return | NUnit.Framework.Internal.TestResult |
public TestOutput ( NUnit.Framework.Api.TestOutput testOutput ) : void | ||
testOutput | NUnit.Framework.Api.TestOutput | |
return | void |
protected abstract WriteDeviceInformation ( |
||
writer | ||
return | void |