Uses of Enum Class
com.vaadin.copilot.testbenchgenerator.assertion.AssertionType
Packages that use AssertionType
-
Uses of AssertionType in com.vaadin.copilot.testbenchgenerator.assertion
Methods in com.vaadin.copilot.testbenchgenerator.assertion that return AssertionTypeModifier and TypeMethodDescriptionstatic AssertionTypeAssertionType.fromString(String str) AssertionScenarioItem.getAssertionType()TargetAssertionScenarioItem.getAssertionType()static AssertionTypeReturns the enum constant of this class with the specified name.static AssertionType[]AssertionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.copilot.testbenchgenerator.assertion with parameters of type AssertionTypeModifier and TypeMethodDescriptionvoidAssertionScenarioItem.setAssertionType(AssertionType assertionType) voidTargetAssertionScenarioItem.setAssertionType(AssertionType assertionType)