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

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

공개 메소드들

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

보호된 메소드들

메소드 설명
GetSourceCodeLocation ( string fixtureTypeNamespace, string fixtureTypeName, string testName ) : SourceCodeLocation
OnActiveConfigurationChanged ( ) : void
OnCanRun ( MonoDevelop executionContext ) : bool
OnCreateTests ( ) : void
OnRun ( TestContext testContext ) : UnitTestResult

비공개 메소드들

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

메소드 상세

CollectTests() 공개 메소드

public CollectTests ( UnitTestGroup group ) : string[]
group UnitTestGroup
리턴 string[]

CountTestCases() 공개 메소드

public CountTestCases ( ) : int
리턴 int

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

GetSourceCodeLocation() 보호된 메소드

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

NUnitAssemblyTestSuite() 공개 메소드

public NUnitAssemblyTestSuite ( string name ) : System
name string
리턴 System

NUnitAssemblyTestSuite() 공개 메소드

public NUnitAssemblyTestSuite ( string name, WorkspaceObject ownerSolutionItem ) : System
name string
ownerSolutionItem WorkspaceObject
리턴 System

OnActiveConfigurationChanged() 보호된 메소드

protected OnActiveConfigurationChanged ( ) : void
리턴 void

OnCanRun() 보호된 메소드

protected OnCanRun ( MonoDevelop executionContext ) : bool
executionContext MonoDevelop
리턴 bool

OnCreateTests() 보호된 메소드

protected OnCreateTests ( ) : void
리턴 void

OnRun() 보호된 메소드

protected OnRun ( TestContext testContext ) : UnitTestResult
testContext TestContext
리턴 UnitTestResult

Refresh() 공개 메소드

public Refresh ( CancellationToken ct ) : Task
ct System.Threading.CancellationToken
리턴 Task