Interface
ITestExplorerContainer

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public interface ITestExplorerContainer

Properties

TestExplorerView

Declaration

cs-api-definition
ITestExplorerView TestExplorerView { get; }

Property Value

ITestExplorerView

Methods

ConfigureContainerForTest(Test)

Declaration

cs-api-definition
void ConfigureContainerForTest(Test test)

Parameters

test

Test

GetQuickExecutionInfo()

Declaration

cs-api-definition
QuickExecutionInfo GetQuickExecutionInfo()

Returns

QuickExecutionInfo

ProjectClosed(ProjectClosedEventArg)

Declaration

cs-api-definition
void ProjectClosed(ProjectClosedEventArg e)

Parameters

e

ProjectClosedEventArg

TestSelected(TestEventArg)

Declaration

cs-api-definition
void TestSelected(TestEventArg e)

Parameters

e

TestEventArg