From 49966258f1230950e31f717750b67787742826aa Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 18 May 2012 17:15:38 +0200 Subject: [PATCH] Polish doc for 'annotated class' support in TCF Revised the content in the @ContextConfiguration annotation section. Issue: SPR-9401 --- src/reference/docbook/testing.xml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/reference/docbook/testing.xml b/src/reference/docbook/testing.xml index c519636923..2a52e870c7 100644 --- a/src/reference/docbook/testing.xml +++ b/src/reference/docbook/testing.xml @@ -453,11 +453,7 @@ located in the classpath; whereas, annotated classes are typically @Configuration classes. However, resource locations could also refer to files in the file system, - and annotated classes could be component classes, etc. See Context configuration - with XML resources and the Javadoc for - @ContextConfiguration for further - details. + and annotated classes could be component classes, etc. @ContextConfiguration("/test-config.xml") public class XmlApplicationContextTests { @@ -493,7 +489,8 @@ public class CustomLoaderXmlApplicationContextTests { See Context - management and caching and Javadoc for examples and further + management and caching and the Javadoc for + @ContextConfiguration for further details.