Uses of Class
com.vaadin.flow.testutil.LocalExecution
-
Packages that use LocalExecution Package Description com.vaadin.flow.testutil -
-
Uses of LocalExecution in com.vaadin.flow.testutil
Classes in com.vaadin.flow.testutil with annotations of type LocalExecution Modifier and Type Class Description classAbstractParallelTestBenchTestAbstract base class for parallel flow TestBench tests.classAbstractTestBenchTestAbstract base class for flow TestBench tests.Methods in com.vaadin.flow.testutil that return types with arguments of type LocalExecution Modifier and Type Method Description protected Optional<LocalExecution>AbstractParallelTestBenchTest. getLocalExecution()Gets local execution (LocalExecution) configuration for the test.protected Optional<LocalExecution>AbstractTestBenchTest. getLocalExecution()Gets local execution (LocalExecution) configuration for the test.
-