Uses of Enum Class
com.vaadin.uitest.model.TestFramework
Packages that use TestFramework
Package
Description
-
Uses of TestFramework in com.vaadin.uitest
Methods in com.vaadin.uitest with parameters of type TestFrameworkModifier and TypeMethodDescriptionstatic StringTestCodeGenerator.generateTests(UiRoute route, TestFramework testFramework) -
Uses of TestFramework in com.vaadin.uitest.ai
Methods in com.vaadin.uitest.ai that return TestFrameworkMethods in com.vaadin.uitest.ai with parameters of type TestFrameworkModifier and TypeMethodDescriptiondefault StringLLMService.getImports(TestFramework testFramework) voidAiArguments.setTestFramework(TestFramework testFramework) -
Uses of TestFramework in com.vaadin.uitest.generator
Methods in com.vaadin.uitest.generator with parameters of type TestFrameworkModifier and TypeMethodDescriptiondefault booleanGenerator.addTestDependencies(String projectDir, String testsDir, List<UiRoute> views, TestFramework testFramework) default StringGenerator.generateTest(UiRoute route, UiLogin login, TestFramework testFramework) default FileGenerator.generateTest(UiRoute route, File testsDir, boolean keep, UiLogin login, TestFramework testFramework) -
Uses of TestFramework in com.vaadin.uitest.generator.utils
Methods in com.vaadin.uitest.generator.utils with parameters of type TestFrameworkModifier and TypeMethodDescriptionstatic voidCopyUtils.copySources(String classpathResourcePath, TestFramework testFramework, String target) -
Uses of TestFramework in com.vaadin.uitest.model
Methods in com.vaadin.uitest.model that return TestFrameworkModifier and TypeMethodDescriptionstatic TestFrameworkTestFramework.getByValue(String testFrameworkValue) Framework.getDefaultTestFramework()static TestFrameworkReturns the enum constant of this class with the specified name.static TestFramework[]TestFramework.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.uitest.model with parameters of type TestFrameworkModifier and TypeMethodDescriptionvoidUiRoute.computeTestName(File testsDir, TestFramework testFramework)