Uses of Class
com.vaadin.uitest.model.UiRoute
Packages that use UiRoute
Package
Description
-
Uses of UiRoute in com.vaadin.uitest
Methods in com.vaadin.uitest with parameters of type UiRouteModifier and TypeMethodDescriptionstatic booleanTestCodeGenerator.addTestDependencies(UiRoute route, String projectRoot, String testFolder) static StringTestCodeGenerator.generateTests(UiRoute route) static StringTestCodeGenerator.generateTests(UiRoute route, TestFramework testFramework) static FileTestCodeGenerator.writeUiTest(UiRoute route, String source) -
Uses of UiRoute in com.vaadin.uitest.generator
Methods in com.vaadin.uitest.generator with parameters of type UiRouteModifier and TypeMethodDescriptiondefault StringGenerator.generateTest(UiRoute route, UiLogin login, TestFramework testFramework) default FileGenerator.generateTest(UiRoute route, File testsDir, boolean keep, UiLogin login, TestFramework testFramework) default FileGenerator.writeTestFile(UiRoute route, String source) Method parameters in com.vaadin.uitest.generator with type arguments of type UiRouteModifier and TypeMethodDescriptiondefault booleanGenerator.addTestDependencies(String projectDir, String testsDir, List<UiRoute> views, TestFramework testFramework) -
Uses of UiRoute in com.vaadin.uitest.model
Methods in com.vaadin.uitest.model that return types with arguments of type UiRouteMethod parameters in com.vaadin.uitest.model with type arguments of type UiRouteConstructor parameters in com.vaadin.uitest.model with type arguments of type UiRoute -
Uses of UiRoute in com.vaadin.uitest.parser
Fields in com.vaadin.uitest.parser with type parameters of type UiRouteMethods in com.vaadin.uitest.parser that return UiRouteMethods in com.vaadin.uitest.parser that return types with arguments of type UiRouteMethods in com.vaadin.uitest.parser with parameters of type UiRouteModifier and TypeMethodDescriptionvoidParser.generateTestScenarios(UiRoute view) default voidParser.getViewHtml(String cssSelector, String loginHtml, String loginRoute, UiRoute view) static booleanParser.isValidView(UiRoute uiRoute) default voiddefault UiRouteParser.updateTestScenarios(UiRoute view)