public class TestingEnvironment
extends java.lang.Object
implements org.junit.rules.TestRule
| Constructor and Description |
|---|
TestingEnvironment(java.lang.Object baseObject) |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |
org.springframework.context.ConfigurableApplicationContext |
getApplicationContext() |
public TestingEnvironment(@Nonnull
java.lang.Object baseObject)
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description)
apply in interface org.junit.rules.TestRule@Nonnull public org.springframework.context.ConfigurableApplicationContext getApplicationContext()
Copyright © 2015 echocat. All Rights Reserved.