C# 클래스 Nitra.Visualizer.AddTest

Interaction logic for Test.xaml
파일 보기 프로젝트 열기: rsdn/nitra 1 사용 예제들

공개 메소드들

메소드 설명
AddTest ( BaseVm parent, string code, string gold ) : System
AddTest ( string testSuitePath, string code, string gold ) : System

비공개 메소드들

메소드 설명
GetName ( string parent, Func getFileSystemObjects ) : string
MakeDefaultName ( ) : string
MakeDefaultTestPath ( ) : string
MakeTestName ( string path ) : string
_okButton_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

AddTest() 공개 메소드

public AddTest ( BaseVm parent, string code, string gold ) : System
parent BaseVm
code string
gold string
리턴 System

AddTest() 공개 메소드

public AddTest ( string testSuitePath, string code, string gold ) : System
testSuitePath string
code string
gold string
리턴 System