SimpleInvokerDecorator
└─WebTestCaseInvoker
public class WebTestCaseInvoker
extends SimpleInvokerDecorator
Constructor Summary | |
---|---|
WebTestCaseInvoker(mixed invoker, SimpleTestCase test_case, SimpleScorer scorer) Takes in the test case and reporter to mediate between. |
Method Summary | |
---|---|
void | invoke(string method) Builds the browser and runs the test. |
Methods inherited from SimpleTest\SimpleInvokerDecorator | |
---|---|
getTestCase, invoke |
public WebTestCaseInvoker(mixed invoker, SimpleTestCase test_case, SimpleScorer scorer)
Takes in the test case and reporter to mediate between.
public void invoke(string method)
Builds the browser and runs the test.
Extension that builds a web browser at the start of each test.