Uses of Interface
at.willhaben.willtest.junit5.BrowserUtilExtension
-
Packages that use BrowserUtilExtension Package Description at.willhaben.willtest.junit5 at.willhaben.willtest.junit5.extensions at.willhaben.willtest.util -
-
Uses of BrowserUtilExtension in at.willhaben.willtest.junit5
Subinterfaces of BrowserUtilExtension in at.willhaben.willtest.junit5 Modifier and Type Interface Description interfaceFailureListenerinterfaceOptionModifierinterfaceScreenshotInterceptorinterfaceWebDriverPostInterceptorClasses in at.willhaben.willtest.junit5 that implement BrowserUtilExtension Modifier and Type Class Description classBrowserOptionInterceptorDeprecated.classDefaultBrowserOptionInterceptorMethods in at.willhaben.willtest.junit5 that return types with arguments of type BrowserUtilExtension Modifier and Type Method Description java.lang.Class<? extends BrowserUtilExtension>[]value() -
Uses of BrowserUtilExtension in at.willhaben.willtest.junit5.extensions
Classes in at.willhaben.willtest.junit5.extensions that implement BrowserUtilExtension Modifier and Type Class Description classPageSourceExtension -
Uses of BrowserUtilExtension in at.willhaben.willtest.util
Classes in at.willhaben.willtest.util that implement BrowserUtilExtension Modifier and Type Class Description classBrowserOptionProviderDeprecated.Methods in at.willhaben.willtest.util with type parameters of type BrowserUtilExtension Modifier and Type Method Description static <T extends BrowserUtilExtension>
java.util.List<T>AnnotationHelper. getBrowserUtilExtensionList(org.junit.jupiter.api.extension.ExtensionContext context, java.lang.Class<T> utilType, boolean allowMultipleExtension)static <T extends BrowserUtilExtension>
java.util.List<T>AnnotationHelper. getBrowserUtilList(BrowserUtil browserUtilAnnotation, java.lang.Class<T> type)static <T extends BrowserUtilExtension>
java.util.List<T>AnnotationHelper. getBrowserUtilList(BrowserUtil browserUtilAnnotation, java.lang.Class<T> type, boolean allowMultipleExtension)
-