public class SpringIntegrationSerenityRunner
extends net.serenitybdd.junit.runners.SerenityRunner
SpringIntegrationMethodRule and SpringIntegrationClassRule.| Constructor and Description |
|---|
SpringIntegrationSerenityRunner(java.lang.Class<?> testClass)
Create a Serenity runner for a particular class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
createTest()
Prepares the test instance after creating the test instance.
|
getOutputDirectory, getPages, getTestOutcomes, run, subscribeReporter, useQualifierpublic SpringIntegrationSerenityRunner(java.lang.Class<?> testClass)
throws org.junit.runners.model.InitializationError
testClass - The class to test.org.junit.runners.model.InitializationError - If the super constructor throws an InitializationError.public java.lang.Object createTest()
throws java.lang.Exception
createTest in class org.junit.runners.BlockJUnit4ClassRunnerjava.lang.Exception - Passed up from the superclass.