Interface PageExtensionProvider
public interface PageExtensionProvider
Returns the list of
PageExtension known by the given module.
Those extensions will be registered in the system, so they can be loaded from external locations if necessary.- Author:
- Lukas Fryc
-
Method Summary
Modifier and TypeMethodDescriptiongetPageExtensions(org.jboss.arquillian.test.spi.TestClass testClass) Returns list of all page extensions relevant to the given test class.
-
Method Details
-
getPageExtensions
Returns list of all page extensions relevant to the given test class.
-