InterfaceIHostInteraction
Interface
Implemented by each host to offer abstraction for interacting with the host UI
Definition
Namespace:ArtOfTest.WebAii.Design.ProjectModel
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public interface IHostInteraction
Properties
Methods
GetContextView(UIWindowsContext)
Return the command handler of a specific context view.
Declaration
cs-api-definition
ICommandHandler GetContextView(UIWindowsContext context)
Parameters
context
Returns
LogMessage(string, bool)
Log a message to the host's logging mechanizm.
ReloadPerformanceHistory()
Reloads the preformance history.
Declaration
cs-api-definition
void ReloadPerformanceHistory()
SetHostStatus(string, bool)
Set the status of the host
SetStepContext(AutomationStep)
Set the step's test to be in context
Declaration
cs-api-definition
void SetStepContext(AutomationStep step)
Parameters
step
SetTestContext(TestBase)
Set a test to be in context
Declaration
cs-api-definition
void SetTestContext(TestBase test)
Parameters
test
The test to host the UI in.
SwitchUIContext(UIWindowsContext)
Switch the UI Context for the Host (for standalone)
Declaration
cs-api-definition
void SwitchUIContext(UIWindowsContext context)
Parameters
context