Method | Description | |
---|---|---|
CollectTests ( UnitTestGroup group ) : string[] | ||
CountTestCases ( ) : int | ||
Dispose ( ) : void | ||
GetCustomConsoleRunner ( string &command, string &args ) : void | ||
GetCustomTestRunner ( string &assembly, string &type ) : void | ||
NUnitAssemblyTestSuite ( string name ) : System | ||
NUnitAssemblyTestSuite ( string name, WorkspaceObject ownerSolutionItem ) : System | ||
Refresh ( |
Method | Description | |
---|---|---|
GetSourceCodeLocation ( string fixtureTypeNamespace, string fixtureTypeName, string testName ) : SourceCodeLocation | ||
OnActiveConfigurationChanged ( ) : void | ||
OnCanRun ( MonoDevelop executionContext ) : bool | ||
OnCreateTests ( ) : void | ||
OnRun ( TestContext testContext ) : UnitTestResult |
Method | Description | |
---|---|---|
AsyncCreateTests ( object ob ) : void | ||
AsyncLoadTest ( LoadData ld ) : void | ||
FillTests ( NunitTestInfo ti ) : void | ||
GetAssemblyTime ( ) : System.DateTime | ||
GetCustomConsoleRunnerCommand ( ) : MonoDevelop.Core.Execution.ProcessExecutionCommand | ||
GetSourceCodeLocation ( UnitTest test ) : SourceCodeLocation | ||
ReportCrash ( TestContext testContext, string crashLogFile ) : bool | ||
ReportXmlResult ( IRemoteEventListener listener, System.Xml.Linq.XElement elem, string testPrefix, bool macunitStyle ) : UnitTestResult | ||
RunAsyncLoadTest ( ) : void | ||
RunUnitTest ( UnitTest test, string suiteName, string pathName, string testName, TestContext testContext ) : UnitTestResult | ||
RunWithConsoleRunner ( MonoDevelop.Core.Execution.ProcessExecutionCommand cmd, UnitTest test, string suiteName, string pathName, string testName, TestContext testContext ) : UnitTestResult | ||
RuntimeErrorCleanup ( TestContext testContext, UnitTest t, |
public CollectTests ( UnitTestGroup group ) : string[] | ||
group | UnitTestGroup | |
return | string[] |
public GetCustomConsoleRunner ( string &command, string &args ) : void | ||
command | string | |
args | string | |
return | void |
public GetCustomTestRunner ( string &assembly, string &type ) : void | ||
assembly | string | |
type | string | |
return | void |
protected GetSourceCodeLocation ( string fixtureTypeNamespace, string fixtureTypeName, string testName ) : SourceCodeLocation | ||
fixtureTypeNamespace | string | |
fixtureTypeName | string | |
testName | string | |
return | SourceCodeLocation |
public NUnitAssemblyTestSuite ( string name ) : System | ||
name | string | |
return | System |
public NUnitAssemblyTestSuite ( string name, WorkspaceObject ownerSolutionItem ) : System | ||
name | string | |
ownerSolutionItem | WorkspaceObject | |
return | System |
protected OnActiveConfigurationChanged ( ) : void | ||
return | void |
protected OnCanRun ( MonoDevelop executionContext ) : bool | ||
executionContext | MonoDevelop | |
return | bool |
protected OnRun ( TestContext testContext ) : UnitTestResult | ||
testContext | TestContext | |
return | UnitTestResult |
public Refresh ( |
||
ct | ||
return | Task |