Package com.vaadin.testbench
Interface HasTestBenchCommandExecutor
- All Known Implementing Classes:
TestBenchDriverProxy,TestBenchElement
public interface HasTestBenchCommandExecutor
Interface for classes that have access to a
TestBenchCommandExecutor
instance. TestBenchCommandExecutor provides the implementation of TestBench's
client-control code.-
Method Summary
Modifier and TypeMethodDescriptionReturn a reference to the relatedTestBenchCommandExecutorinstance.
-
Method Details
-
getCommandExecutor
TestBenchCommandExecutor getCommandExecutor()Return a reference to the relatedTestBenchCommandExecutorinstance.- Returns:
- the
TestBenchCommandExecutorinstance
-