com.atlassian.webdriver.testing.rule
Class VisualComparerRule

java.lang.Object
  extended by org.junit.rules.ExternalResource
      extended by com.atlassian.webdriver.testing.rule.FailsafeExternalResource
          extended by com.atlassian.webdriver.testing.rule.VisualComparerRule
All Implemented Interfaces:
org.junit.rules.TestRule

public class VisualComparerRule
extends FailsafeExternalResource

Since:
2.1

Constructor Summary
VisualComparerRule()
           
 
Method Summary
protected  void before()
           
 VisualComparer getComparer()
           
 
Methods inherited from class com.atlassian.webdriver.testing.rule.FailsafeExternalResource
apply
 
Methods inherited from class org.junit.rules.ExternalResource
after
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisualComparerRule

public VisualComparerRule()
Method Detail

before

protected void before()
               throws Throwable
Overrides:
before in class org.junit.rules.ExternalResource
Throws:
Throwable

getComparer

public VisualComparer getComparer()


Copyright © 2014 Atlassian. All rights reserved.