com.atlassian.confluence.sanity.rules
Class ExcludeEnvironmentRule

java.lang.Object
  extended by com.atlassian.confluence.sanity.rules.ExcludeEnvironmentRule
All Implemented Interfaces:
org.junit.rules.TestRule

public class ExcludeEnvironmentRule
extends Object
implements org.junit.rules.TestRule

Created by gmartin on 20/08/2014. Rule created to allow tests to be excluded from executing on matched environments, if environment is not matched then the test will run.


Constructor Summary
ExcludeEnvironmentRule()
           
 
Method Summary
 org.junit.runners.model.Statement apply(org.junit.runners.model.Statement statement, org.junit.runner.Description description)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcludeEnvironmentRule

public ExcludeEnvironmentRule()
Method Detail

apply

public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement statement,
                                               org.junit.runner.Description description)
Specified by:
apply in interface org.junit.rules.TestRule


Copyright © 2003–2015 Atlassian. All rights reserved.