Class SpringIntegrationClassRule

java.lang.Object
net.serenitybdd.junit.spring.integration.SpringIntegrationClassRule
All Implemented Interfaces:
org.junit.rules.TestRule

public class SpringIntegrationClassRule extends Object implements org.junit.rules.TestRule
A TestRule to be used with @ClassRule to run the @BeforeClass and @AfterClass modifiers that are part of SpringJUnit4ClassRunner.
Author:
scott.dennison@costcutter.com