We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 String
LLMService.getChatAssistantSystemMessage
(String name, Framework framework) default String
LLMService.getGeneratedResponse
(String prompt, Framework framework, String gherkin) Generates a response based on the input prompt from the AI module.
void
AiArguments.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 String
PromptUtils.cleanSourceCode
(String sourceCode, Framework framework) -
Uses of Framework in com.vaadin.uitest.model
Methods in com.vaadin.uitest.model that return FrameworkModifier and TypeMethodDescriptionstatic Framework
Framework.getByLabel
(String label) static Framework
Framework.getByValue
(String frameworkValue) static Framework
Returns 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.