194195196197198199200
* Gets the test runner. * * @return The test runner. */ protected WjrRunner createRunner() { return new SequentialRunner(rpcService, view, config, store); }
181182183184185186187188189190191
* Gets the test runner. * * @return The test runner. */ protected WjrRunner createRunner() { return new SequentialRunner( rpcService, view, config, store, getParameterMap());