C# Class StoryTeller.UserInterface.Exploring.SuiteView

Interaction logic for SuiteView.xaml
Inheritance: System.Windows.Controls.UserControl, ISuiteView
Afficher le fichier Open project: adymitruk/storyteller

Méthodes publiques

Méthode Description
AddTest ( System.Test test, Action queueAction ) : ITestLineDriver
ClearAll ( ) : void
SuiteView ( ) : System

Method Details

AddTest() public méthode

public AddTest ( System.Test test, Action queueAction ) : ITestLineDriver
test System.Test
queueAction Action
Résultat ITestLineDriver

ClearAll() public méthode

public ClearAll ( ) : void
Résultat void

SuiteView() public méthode

public SuiteView ( ) : System
Résultat System