Class SpringIntegrationSerenityRunner

java.lang.Object
org.junit.runner.Runner
org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
org.junit.runners.BlockJUnit4ClassRunner
net.serenitybdd.junit.runners.SerenityRunner
net.serenitybdd.junit.spring.integration.SpringIntegrationSerenityRunner
All Implemented Interfaces:
net.thucydides.model.tags.Taggable, org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Orderable, org.junit.runner.manipulation.Sortable

public class SpringIntegrationSerenityRunner extends net.serenitybdd.junit.runners.SerenityRunner
A serenity runner that automatically adds rules SpringIntegrationMethodRule and SpringIntegrationClassRule.
Author:
scott.dennison@costcutter.com