Package com.vaadin.testbench
Interface HasTestBenchCommandExecutor
-
- All Known Implementing Classes:
ParallelTest,TestBenchDriverProxy,TestBenchElement,TestBenchTestCase
public interface HasTestBenchCommandExecutorInterface for classes that have access to aTestBenchCommandExecutorinstance. TestBenchCommandExecutor provides the implementation of TestBench's client-control code.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestBenchCommandExecutorgetCommandExecutor()Return a reference to the relatedTestBenchCommandExecutorinstance.
-
-
-
Method Detail
-
getCommandExecutor
TestBenchCommandExecutor getCommandExecutor()
Return a reference to the relatedTestBenchCommandExecutorinstance.- Returns:
-
-