master
Sam Brannen 10 years ago
parent d144e2918e
commit 5a483f347a
  1. 2
      spring-test/src/main/java/org/springframework/test/context/junit4/AbstractJUnit4SpringContextTests.java

@ -34,7 +34,7 @@ import org.springframework.test.context.web.ServletTestExecutionListener;
/** /**
* Abstract base test class which integrates the <em>Spring TestContext * Abstract base test class which integrates the <em>Spring TestContext
* Framework</em> with explicit {@link ApplicationContext} testing support * Framework</em> with explicit {@link ApplicationContext} testing support
* in a JUnit environment. * in a <strong>JUnit</strong> environment.
* *
* <p>Concrete subclasses should typically declare a class-level * <p>Concrete subclasses should typically declare a class-level
* {@link ContextConfiguration &#064;ContextConfiguration} annotation to * {@link ContextConfiguration &#064;ContextConfiguration} annotation to

Loading…
Cancel
Save