]
George Gastaldi closed FORGE-1795.
----------------------------------
Resolution: Done
UITestHarness usage of UIPrompt should be configurable
------------------------------------------------------
Key: FORGE-1795
URL:
https://issues.jboss.org/browse/FORGE-1795
Project: Forge
Issue Type: Feature Request
Components: Test Harness
Affects Versions: 2.5.0.Final
Reporter: George Gastaldi
Assignee: George Gastaldi
Fix For: 2.5.1.Final
The UIPrompt in the UITestHarness always returns default values. It should be possible to
override these values so the test can have a deterministic behavior.
I propose the inclusion of a Map<String,String> attribute to UITestHarness in which
the key will be a regexp to the message shown when calling UIPrompt.prompt(String message)
and the value the value to be returned