메소드 | 설명 | |
---|---|---|
CreateTest ( |
||
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 ( |
메소드 | 설명 | |
---|---|---|
GetSourceCodeLocation ( string fixtureTypeNamespace, string fixtureTypeName, string testName ) : SourceCodeLocation | ||
OnBuild ( ) : Task |
메소드 | 설명 | |
---|---|---|
OnProjectBuilt ( object s, MonoDevelop.Projects.BuildEventArgs args ) : void | ||
OnProjectRenamed ( object sender, MonoDevelop.Projects.SolutionItemRenamedEventArgs e ) : void |
public static CreateTest ( |
||
project | ||
리턴 | NUnitProjectTestSuite |
public GetCustomConsoleRunner ( string &command, string &args ) : void | ||
command | string | |
args | string | |
리턴 | void |
public GetCustomTestRunner ( string &assembly, string &type ) : void | ||
assembly | string | |
type | string | |
리턴 | void |
public static GetNUnitVersion ( MonoDevelop.Projects.ProjectReference p ) : NUnitVersion? | ||
p | MonoDevelop.Projects.ProjectReference | |
리턴 | NUnitVersion? |
protected GetSourceCodeLocation ( string fixtureTypeNamespace, string fixtureTypeName, string testName ) : SourceCodeLocation | ||
fixtureTypeNamespace | string | |
fixtureTypeName | string | |
testName | string | |
리턴 | SourceCodeLocation |
public static IsNUnitReference ( MonoDevelop.Projects.ProjectReference p ) : bool | ||
p | MonoDevelop.Projects.ProjectReference | |
리턴 | bool |
public NUnitProjectTestSuite ( |
||
project | ||
version | NUnitVersion | |
리턴 | System.IO |