com.atlassian.bamboo.webdriver
Class PageObjectInjectionRule

java.lang.Object
  extended by com.atlassian.bamboo.webdriver.PageObjectInjectionRule
All Implemented Interfaces:
org.junit.rules.MethodRule

public class PageObjectInjectionRule
extends Object
implements org.junit.rules.MethodRule

Injects page objects into tests.

Since:
v3.3

Constructor Summary
PageObjectInjectionRule(BambooTestedProduct product)
           
 
Method Summary
 org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runners.model.FrameworkMethod method, Object target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageObjectInjectionRule

public PageObjectInjectionRule(@NotNull
                               BambooTestedProduct product)
Method Detail

apply

public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base,
                                               org.junit.runners.model.FrameworkMethod method,
                                               Object target)
Specified by:
apply in interface org.junit.rules.MethodRule


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.