C# 클래스 MonoDevelop.UnitTesting.NUnit.NUnitProjectTestSuite

파일 보기 프로젝트 열기: powerumc/monodevelop_korean 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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

메소드 상세

CreateTest() 공개 정적인 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetCustomConsoleRunner() 공개 메소드

public GetCustomConsoleRunner ( string &command, string &args ) : void
command string
args string
리턴 void

GetCustomTestRunner() 공개 메소드

public GetCustomTestRunner ( string &assembly, string &type ) : void
assembly string
type string
리턴 void

GetNUnitVersion() 공개 정적인 메소드

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

GetSourceCodeLocation() 보호된 메소드

protected GetSourceCodeLocation ( string fixtureTypeNamespace, string fixtureTypeName, string testName ) : SourceCodeLocation
fixtureTypeNamespace string
fixtureTypeName string
testName string
리턴 SourceCodeLocation

IsNUnitReference() 공개 정적인 메소드

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

NUnitProjectTestSuite() 공개 메소드

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

OnBuild() 보호된 메소드

protected OnBuild ( ) : Task
리턴 Task