C# Class MonoDevelop.UnitTesting.NUnit.NUnitProjectTestSuite

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

Méthodes publiques

Méthode Description
CreateTest ( DotNetProject project ) : NUnitProjectTestSuite
Dispose ( ) : void
GetCustomConsoleRunner ( string &command, string &args ) : void
GetCustomTestRunner ( string &assembly, string &type ) : void
GetNUnitVersion ( MonoDevelop.Projects.ProjectReference p ) : NUnitVersion?
IsNUnitReference ( MonoDevelop.Projects.ProjectReference p ) : bool
NUnitProjectTestSuite ( DotNetProject project, NUnitVersion version ) : System.IO

Méthodes protégées

Méthode Description
GetSourceCodeLocation ( string fixtureTypeNamespace, string fixtureTypeName, string testName ) : SourceCodeLocation
OnBuild ( ) : Task

Private Methods

Méthode Description
OnProjectBuilt ( object s, MonoDevelop.Projects.BuildEventArgs args ) : void
OnProjectRenamed ( object sender, MonoDevelop.Projects.SolutionItemRenamedEventArgs e ) : void

Method Details

CreateTest() public static méthode

public static CreateTest ( DotNetProject project ) : NUnitProjectTestSuite
project MonoDevelop.Projects.DotNetProject
Résultat NUnitProjectTestSuite

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

GetNUnitVersion() public static méthode

public static GetNUnitVersion ( MonoDevelop.Projects.ProjectReference p ) : NUnitVersion?
p MonoDevelop.Projects.ProjectReference
Résultat NUnitVersion?

GetSourceCodeLocation() protected méthode

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

IsNUnitReference() public static méthode

public static IsNUnitReference ( MonoDevelop.Projects.ProjectReference p ) : bool
p MonoDevelop.Projects.ProjectReference
Résultat bool

NUnitProjectTestSuite() public méthode

public NUnitProjectTestSuite ( DotNetProject project, NUnitVersion version ) : System.IO
project MonoDevelop.Projects.DotNetProject
version NUnitVersion
Résultat System.IO

OnBuild() protected méthode

protected OnBuild ( ) : Task
Résultat Task