public interface TestedProduct<T extends Tester>
| Modifier and Type | Method and Description |
|---|---|
PageBinder |
getPageBinder() |
ProductInstance |
getProductInstance() |
T |
getTester() |
<P extends Page> |
visit(Class<P> pageClass,
Object... args)
Constructs the page object, changes the browser URL to the desired page URL, then binds the object to the page.
|
<P extends Page> P visit(Class<P> pageClass, Object... args)
P - The page typepageClass - The page classargs - Arguments to pass to the page object constructor.PageBinder getPageBinder()
ProductInstance getProductInstance()
T getTester()
Copyright © 2015 Atlassian. All rights reserved.