C# Class MonoDevelop.UnitTesting.NUnit.NUnitProjectTestSuite

Inheritance: NUnitAssemblyTestSuite
ファイルを表示 Open project: powerumc/monodevelop_korean Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
GetSourceCodeLocation ( string fixtureTypeNamespace, string fixtureTypeName, string testName ) : SourceCodeLocation
OnBuild ( ) : Task

Private Methods

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

Method Details

CreateTest() public static method

public static CreateTest ( DotNetProject project ) : NUnitProjectTestSuite
project MonoDevelop.Projects.DotNetProject
return NUnitProjectTestSuite

Dispose() public method

public Dispose ( ) : void
return void

GetCustomConsoleRunner() public method

public GetCustomConsoleRunner ( string &command, string &args ) : void
command string
args string
return void

GetCustomTestRunner() public method

public GetCustomTestRunner ( string &assembly, string &type ) : void
assembly string
type string
return void

GetNUnitVersion() public static method

public static GetNUnitVersion ( MonoDevelop.Projects.ProjectReference p ) : NUnitVersion?
p MonoDevelop.Projects.ProjectReference
return NUnitVersion?

GetSourceCodeLocation() protected method

protected GetSourceCodeLocation ( string fixtureTypeNamespace, string fixtureTypeName, string testName ) : SourceCodeLocation
fixtureTypeNamespace string
fixtureTypeName string
testName string
return SourceCodeLocation

IsNUnitReference() public static method

public static IsNUnitReference ( MonoDevelop.Projects.ProjectReference p ) : bool
p MonoDevelop.Projects.ProjectReference
return bool

NUnitProjectTestSuite() public method

public NUnitProjectTestSuite ( DotNetProject project, NUnitVersion version ) : System.IO
project MonoDevelop.Projects.DotNetProject
version NUnitVersion
return System.IO

OnBuild() protected method

protected OnBuild ( ) : Task
return Task