Uses of Interface
at.willhaben.willtest.junit5.BrowserUtilExtension
-
Packages that use BrowserUtilExtension Package Description at.willhaben.willtest.junit5 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 interfaceScreenshotInterceptorinterfaceWebDriverPostInterceptorClasses in at.willhaben.willtest.junit5 that implement BrowserUtilExtension Modifier and Type Class Description classBrowserOptionInterceptorclassDefaultBrowserOptionInterceptorMethods 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.util
Classes in at.willhaben.willtest.util that implement BrowserUtilExtension Modifier and Type Class Description classBrowserOptionProviderMethods 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)
-