* @return {@link er.testrunner.ERXWOTestInterface ERXWOTestInterface}
* with the results after performing the given test.
*/
public WOActionResults testAction() {
if (canPerformActionWithPasswordKey("er.extensions.ERXJUnitPassword")) {
ERXWOTestInterface result = pageWithName(ERXWOTestInterface.class);
session().setObjectForKey(Boolean.TRUE, "ERXWOTestInterface.enabled");
String testCase = request().stringFormValueForKey("case");
if(testCase != null) {
result.theTest = testCase;
// (ak:I wish we could return a direct test result...)