Uses of Enum Class
com.vaadin.uitest.model.codesnippetgeneration.Assertion
Packages that use Assertion
Package
Description
-
Uses of Assertion in com.vaadin.uitest.codesnippetgeneration
Methods in com.vaadin.uitest.codesnippetgeneration with parameters of type AssertionModifier and TypeMethodDescriptionPlaywrightJavaCodeSnippetGenerator.getAssertionCodeSnippet(LocatedGherkinElement element, Assertion assertion, boolean negative, String... args) PlaywrightNodeCodeSnippetGenerator.getAssertionCodeSnippet(LocatedGherkinElement element, Assertion assertion, boolean negative, String... args) -
Uses of Assertion in com.vaadin.uitest.model.codesnippetgeneration
Methods in com.vaadin.uitest.model.codesnippetgeneration that return AssertionModifier and TypeMethodDescriptionstatic AssertionReturns the enum constant of this class with the specified name.static Assertion[]Assertion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.uitest.model.codesnippetgeneration with parameters of type AssertionModifier and TypeMethodDescriptionCodeSnippetGenerator.getAssertionCodeSnippet(LocatedGherkinElement element, Assertion assertion, boolean negative, String... args) -
Uses of Assertion in com.vaadin.uitest.model.flow
Methods in com.vaadin.uitest.model.flow that return types with arguments of type Assertion