public class SpringSystemTest extends TestifyJUnit4TestRunner
RunWith. It provides means of creating your system under
test, faking certain collaborators or using real collaborators in the Spring application context.| Constructor and Description |
|---|
SpringSystemTest(Class<?> testClass)
Create a new test runner instance for the system under test.
|
methodBlock, run, runChildcollectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, isIgnored, methodInvoker, possiblyExpectingExceptions, rules, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic SpringSystemTest(Class<?> testClass) throws org.junit.runners.model.InitializationError
testClass - the test class typeorg.junit.runners.model.InitializationError - thrown if the test class is malformed.Copyright © 2016–2017 Testify Project. All rights reserved.