C# 클래스 StoryTeller.UserInterface.Exploring.SuiteView

Interaction logic for SuiteView.xaml
상속: System.Windows.Controls.UserControl, ISuiteView
파일 보기 프로젝트 열기: adymitruk/storyteller

공개 메소드들

메소드 설명
AddTest ( System.Test test, Action queueAction ) : ITestLineDriver
ClearAll ( ) : void
SuiteView ( ) : System

메소드 상세

AddTest() 공개 메소드

public AddTest ( System.Test test, Action queueAction ) : ITestLineDriver
test System.Test
queueAction Action
리턴 ITestLineDriver

ClearAll() 공개 메소드

public ClearAll ( ) : void
리턴 void

SuiteView() 공개 메소드

public SuiteView ( ) : System
리턴 System