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.proxy 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 interfaceOptionModifierinterfaceScreenshotInterceptorinterfaceTestFailureListenerinterfaceTestStartListenerinterfaceWebDriverPostInterceptorMethods 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 classPageSourceProviderclassScreenshotProvider -
Uses of BrowserUtilExtension in at.willhaben.willtest.proxy
Classes in at.willhaben.willtest.proxy that implement BrowserUtilExtension Modifier and Type Class Description classProxyOptionModifier -
Uses of BrowserUtilExtension in at.willhaben.willtest.util
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)
-