Renamed tests for AnnotationConfig[Web]ApplicationContext; added tests for scan() and register() methods.
This commit is contained in:
@@ -25,7 +25,7 @@ import org.springframework.context.annotation.Configuration;
|
||||
/**
|
||||
* @author Chris Beams
|
||||
*/
|
||||
public class ConfigurationClassWebApplicationContextTests {
|
||||
public class AnnotationConfigWebApplicationContextTests {
|
||||
|
||||
@Test
|
||||
public void testSingleWellFormedConfigLocation() {
|
||||
Reference in New Issue
Block a user