Uses of Enum Class
com.vaadin.copilot.testbenchgenerator.TestBenchScenarioItemType
Packages that use TestBenchScenarioItemType
-
Uses of TestBenchScenarioItemType in com.vaadin.copilot.testbenchgenerator
Methods in com.vaadin.copilot.testbenchgenerator that return TestBenchScenarioItemTypeModifier and TypeMethodDescriptionstatic TestBenchScenarioItemTypeTestBenchScenarioItemType.fromString(String str) Finds the first matching item based on the string match.TestBenchScenarioItem.getType()static TestBenchScenarioItemTypeReturns the enum constant of this class with the specified name.static TestBenchScenarioItemType[]TestBenchScenarioItemType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.copilot.testbenchgenerator with parameters of type TestBenchScenarioItemTypeModifier and TypeMethodDescriptionvoidTestBenchScenarioItem.setType(TestBenchScenarioItemType type)