com.atlassian.webdriver.testing.runner
Class TestProductContextRunner.MockTestedProductNotInjectionContext

java.lang.Object
  extended by 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>


Constructor Summary
TestProductContextRunner.MockTestedProductNotInjectionContext(TestedProductFactory.TesterFactory<?> testerFactory, ProductInstance productInstance)
           
 
Method Summary
 PageBinder getPageBinder()
           
 ProductInstance getProductInstance()
           
 Tester getTester()
           
<P extends Page>
P
visit(Class<P> pageClass, Object... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestProductContextRunner.MockTestedProductNotInjectionContext

public TestProductContextRunner.MockTestedProductNotInjectionContext(TestedProductFactory.TesterFactory<?> testerFactory,
                                                                     ProductInstance productInstance)
Method Detail

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.