Uses of Annotation Interface
com.vaadin.flow.testutil.LocalExecution
Packages that use LocalExecution
-
Uses of LocalExecution in com.vaadin.flow.testutil
Classes in com.vaadin.flow.testutil with annotations of type LocalExecutionModifier and TypeClassDescriptionclassAbstract base class for parallel flow TestBench tests.classAbstract base class for flow TestBench tests.Methods in com.vaadin.flow.testutil that return types with arguments of type LocalExecutionModifier and TypeMethodDescriptionprotected 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.