Interface ITestExplorerController
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface ITestExplorerController
Properties
CurrentResult
CurrentTest
DebuggerOptions
ShouldSkipSetCurrent
Declaration
bool ShouldSkipSetCurrent { get; set; }
Property Value
System.Boolean
|
Methods
CanExecute(ICommand, Object)
Declaration
bool CanExecute(ICommand command, object args)
Parameters
System.Windows.Input.ICommand
command
|
System.Object
args
|
Returns
System.Boolean
|
ClearCutItems()
Declaration
void ClearCutItems()
ExecuteCommand(ICommand, Object)
Declaration
void ExecuteCommand(ICommand command, object args)
Parameters
System.Windows.Input.ICommand
command
|
System.Object
args
|
GetCurrentItem()
Declaration
object GetCurrentItem()
Returns
System.Object
|
GetStepList(Object)
Declaration
IList<object> GetStepList(object step)
Parameters
System.Object
step
|
Returns
System.Collections.Generic.IList<System.Object>
|
RegisterContainer(ITestExplorerContainer)
Declaration
void RegisterContainer(ITestExplorerContainer container)
Parameters
ITestExplorerContainer
container
|
RemoveStep(Object)
Declaration
void RemoveStep(object step)
Parameters
System.Object
step
|
RetrieveCommandResponse()
Declaration
object RetrieveCommandResponse()
Returns
System.Object
|
UpdateStepsFunctions()
Declaration
void UpdateStepsFunctions()
Events
IsInExecutionChanged
Declaration
event Action<bool> IsInExecutionChanged
Event Type
System.Action<System.Boolean>
|