C# 클래스 Nitra.ViewModels.TestSuiteVm

상속: FullPathVm, ITestTreeContainerNode
파일 보기 프로젝트 열기: rsdn/nitra 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ConfigFileName string
NoAssembiles System.Reflection.Assembly[]
_hint string

공개 메소드들

메소드 설명
Remove ( ) : void
ShowGrammar ( ) : void
TestStateChanged ( ) : void
TestSuiteVm ( SolutionVm solution, string name, string config ) : Nitra.Visualizer
ToString ( ) : string

비공개 메소드들

메소드 설명
Run ( [ code, [ gold = null, int completionStartPos = -1, string completionPrefix = null, RecoveryAlgorithm recoveryAlgorithm = RecoveryAlgorithm.Smart ) : IParseResult
TestFullPath ( string path ) : string

메소드 상세

Remove() 공개 메소드

public Remove ( ) : void
리턴 void

ShowGrammar() 공개 메소드

public ShowGrammar ( ) : void
리턴 void

TestStateChanged() 공개 메소드

public TestStateChanged ( ) : void
리턴 void

TestSuiteVm() 공개 메소드

public TestSuiteVm ( SolutionVm solution, string name, string config ) : Nitra.Visualizer
solution SolutionVm
name string
config string
리턴 Nitra.Visualizer

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

ConfigFileName 공개적으로 정적으로 프로퍼티

public static string ConfigFileName
리턴 string

NoAssembiles 공개적으로 정적으로 프로퍼티

public static Assembly[],System.Reflection NoAssembiles
리턴 System.Reflection.Assembly[]

_hint 공개적으로 프로퍼티

public string _hint
리턴 string