Class SpringIntegrationMethodRule

java.lang.Object
net.serenitybdd.junit.spring.integration.SpringIntegrationMethodRule
All Implemented Interfaces:
org.junit.rules.MethodRule

public class SpringIntegrationMethodRule extends Object implements org.junit.rules.MethodRule
A TestRule to be used with @Rule to run the @Before and @After modifiers that are part of SpringJUnit4ClassRunner.
Author:
scott.dennison@costcutter.com