Class
TestListsExplorerController

Definition

Namespace:ArtOfTest.WebAii.Design.UI.TestLists

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class TestListsExplorerController

Inheritance: objectTestListsExplorerController

Constructors

TestListsExplorerController()

Declaration

cs-api-definition
public TestListsExplorerController()

Methods

CanExecuteCommand(ICommand)

Declaration

cs-api-definition
public bool CanExecuteCommand(ICommand command)

Parameters

command

ICommand

Returns

bool

HandleCommand(ICommand, object)

Handles the command.

Declaration

cs-api-definition
public void HandleCommand(ICommand command, object commandArgs)

Parameters

command

ICommand

The command.

commandArgs

object

The command args.

ResolveTestListsWithCachedTests(IUIProject)

resolve the tests that were already part of a test list

Declaration

cs-api-definition
public static void ResolveTestListsWithCachedTests(IUIProject host)

Parameters

host

IUIProject