org.constretto.test
Class ConstrettoRule

java.lang.Object
  extended by org.constretto.test.ConstrettoRule
All Implemented Interfaces:
org.junit.rules.TestRule

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

Sets the CONSTRETTO_TAGS and CONSTRETTO_ENV system properties corresponding to the value of the annotations Tags and Environment, respectively, on the test class.

Author:
Stig Kleppe-Jorgensen, 2013.01.14

Constructor Summary
ConstrettoRule()
           
 
Method Summary
 org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, 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

ConstrettoRule

public ConstrettoRule()
Method Detail

apply

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


Copyright © 2008-2013. All Rights Reserved.