Uses of Enum Class
com.vaadin.uitest.model.Framework
Packages that use Framework
-
Uses of Framework in com.vaadin.uitest.ai
Methods in com.vaadin.uitest.ai that return FrameworkMethods in com.vaadin.uitest.ai with parameters of type FrameworkModifier and TypeMethodDescriptiondefault StringLLMService.getChatAssistantSystemMessage(String name, Framework framework) default StringLLMService.getGeneratedResponse(String prompt, Framework framework, String gherkin) Generates a response based on the input prompt from the AI module.voidAiArguments.setFramework(Framework framework) -
Uses of Framework in com.vaadin.uitest.ai.utils
Methods in com.vaadin.uitest.ai.utils with parameters of type FrameworkModifier and TypeMethodDescriptionstatic StringPromptUtils.cleanSourceCode(String sourceCode, Framework framework) -
Uses of Framework in com.vaadin.uitest.model
Methods in com.vaadin.uitest.model that return FrameworkModifier and TypeMethodDescriptionstatic FrameworkFramework.getByLabel(String label) static FrameworkFramework.getByValue(String frameworkValue) static FrameworkReturns the enum constant of this class with the specified name.static Framework[]Framework.values()Returns an array containing the constants of this enum class, in the order they are declared.