Class PageObjectEnricher
java.lang.Object
org.jboss.arquillian.graphene.enricher.AbstractSearchContextEnricher
org.jboss.arquillian.graphene.enricher.PageObjectEnricher
- All Implemented Interfaces:
SearchContextTestEnricher
Enricher injecting page objects to the fields of the given object.
- Author:
- Juraj Huska, Jan Papousek, Matous Jobanek
-
Field Summary
Fields inherited from class org.jboss.arquillian.graphene.enricher.AbstractSearchContextEnricher
NEW_LINE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintObject[]static <P> PsetupPage(GrapheneContext context, org.openqa.selenium.SearchContext searchContext, Class<?> pageClass) Methods inherited from class org.jboss.arquillian.graphene.enricher.AbstractSearchContextEnricher
enrichRecursively, getActualType, getListType, getSortedSearchContextEnrichers, instantiate, setValue
-
Constructor Details
-
PageObjectEnricher
public PageObjectEnricher()
-
-
Method Details
-
enrich
-
resolve
-
setupPage
public static <P> P setupPage(GrapheneContext context, org.openqa.selenium.SearchContext searchContext, Class<?> pageClass) throws Exception - Throws:
Exception
-
getPrecedence
public int getPrecedence()
-