moving unit tests from .testsuite -> .context

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@430 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Chris Beams 2008-12-16 05:35:23 +00:00
parent 88613efd7c
commit 73c1bbfeb8
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