
public interface PageExtensionProvider
PageExtension known by the given module.
Those extensions will be registered in the system, so they can be loaded from external locations if necessary.| Modifier and Type | Method and Description |
|---|---|
List<PageExtension> |
getPageExtensions(org.jboss.arquillian.test.spi.TestClass testClass)
Returns list of all page extensions relevant to the given test class.
|
List<PageExtension> getPageExtensions(org.jboss.arquillian.test.spi.TestClass testClass)
Copyright © 2015 JBoss by Red Hat. All rights reserved.