Uses of Class
net.serenitybdd.junit.finder.FinderType
| Package | Description |
|---|---|
| net.serenitybdd.junit.finder |
-
Uses of FinderType in net.serenitybdd.junit.finder
Methods in net.serenitybdd.junit.finder that return FinderType Modifier and Type Method Description static FinderTypeFinderType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FinderType[]FinderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.serenitybdd.junit.finder with parameters of type FinderType Modifier and Type Method Description static TestFinderBuilderTestFinderBuilder. on(FinderType finderType)Constructors in net.serenitybdd.junit.finder with parameters of type FinderType Constructor Description TestFinderBuilder(FinderType finderType)