moving unit tests from .testsuite -> .context

This commit is contained in:
Chris Beams 2008-12-16 05:35:23 +00:00
parent 74ef4cb0f3
commit d72897b6fa
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ import org.springframework.context.annotation.AnnotationConfigUtils;
import org.springframework.context.support.GenericApplicationContext;
/**
* Integration tests for handling {@link Qualifier} annotations.
*
* @author Mark Fisher
* @author Juergen Hoeller
* @author Chris Beams