C# Class MonoDevelop.UnitTesting.NUnit.NUnitAssemblyTestSuite

Inheritance: UnitTestGroup
Afficher le fichier Open project: powerumc/monodevelop_korean Class Usage Examples

Méthodes publiques

Méthode 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 ( CancellationToken ct ) : Task

Méthodes protégées

Méthode Description
GetSourceCodeLocation ( string fixtureTypeNamespace, string fixtureTypeName, string testName ) : SourceCodeLocation
OnActiveConfigurationChanged ( ) : void
OnCanRun ( MonoDevelop executionContext ) : bool
OnCreateTests ( ) : void
OnRun ( TestContext testContext ) : UnitTestResult

Private Methods

Méthode 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, Exception ex ) : void

Method Details

CollectTests() public méthode

public CollectTests ( UnitTestGroup group ) : string[]
group UnitTestGroup
Résultat string[]

CountTestCases() public méthode

public CountTestCases ( ) : int
Résultat int

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetCustomConsoleRunner() public méthode

public GetCustomConsoleRunner ( string &command, string &args ) : void
command string
args string
Résultat void

GetCustomTestRunner() public méthode

public GetCustomTestRunner ( string &assembly, string &type ) : void
assembly string
type string
Résultat void

GetSourceCodeLocation() protected méthode

protected GetSourceCodeLocation ( string fixtureTypeNamespace, string fixtureTypeName, string testName ) : SourceCodeLocation
fixtureTypeNamespace string
fixtureTypeName string
testName string
Résultat SourceCodeLocation

NUnitAssemblyTestSuite() public méthode

public NUnitAssemblyTestSuite ( string name ) : System
name string
Résultat System

NUnitAssemblyTestSuite() public méthode

public NUnitAssemblyTestSuite ( string name, WorkspaceObject ownerSolutionItem ) : System
name string
ownerSolutionItem WorkspaceObject
Résultat System

OnActiveConfigurationChanged() protected méthode

protected OnActiveConfigurationChanged ( ) : void
Résultat void

OnCanRun() protected méthode

protected OnCanRun ( MonoDevelop executionContext ) : bool
executionContext MonoDevelop
Résultat bool

OnCreateTests() protected méthode

protected OnCreateTests ( ) : void
Résultat void

OnRun() protected méthode

protected OnRun ( TestContext testContext ) : UnitTestResult
testContext TestContext
Résultat UnitTestResult

Refresh() public méthode

public Refresh ( CancellationToken ct ) : Task
ct System.Threading.CancellationToken
Résultat Task