com.atlassian.webdriver.testing.runner
Class TestProductContextRunner.MockTestedProductNotInjectionContext
java.lang.Object
com.atlassian.webdriver.testing.runner.TestProductContextRunner.MockTestedProductNotInjectionContext
- All Implemented Interfaces:
- TestedProduct<Tester>
- Enclosing class:
- TestProductContextRunner
public static class TestProductContextRunner.MockTestedProductNotInjectionContext
- extends Object
- implements TestedProduct<Tester>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestProductContextRunner.MockTestedProductNotInjectionContext
public TestProductContextRunner.MockTestedProductNotInjectionContext(TestedProductFactory.TesterFactory<?> testerFactory,
ProductInstance productInstance)
visit
public <P extends Page> P visit(Class<P> pageClass,
Object... args)
- Specified by:
visit in interface TestedProduct<Tester>
getPageBinder
public PageBinder getPageBinder()
- Specified by:
getPageBinder in interface TestedProduct<Tester>
getProductInstance
public ProductInstance getProductInstance()
- Specified by:
getProductInstance in interface TestedProduct<Tester>
getTester
public Tester getTester()
- Specified by:
getTester in interface TestedProduct<Tester>
Copyright © 2014 Atlassian. All rights reserved.