Skip to content

Commit

Permalink
Polish doc for 'annotated class' support in TCF
Browse files Browse the repository at this point in the history
Revised the content in the @ContextConfiguration annotation section.

Issue: SPR-9401
  • Loading branch information
sbrannen committed May 18, 2012
1 parent 6a01ca6 commit 4996625
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/reference/docbook/testing.xml
Original file line number Diff line number Diff line change
Expand Up @@ -453,11 +453,7 @@
located in the classpath; whereas, annotated classes are typically
<interfacename>@Configuration</interfacename> classes. However,
resource locations could also refer to files in the file system,
and annotated classes could be component classes, etc. See <link
linkend="testcontext-ctx-management-xml">Context configuration
with XML resources</link> and the Javadoc for
<interfacename>@ContextConfiguration</interfacename> for further
details.</para>
and annotated classes could be component classes, etc.</para>

<programlisting language="java"><emphasis role="bold">@ContextConfiguration</emphasis>("/test-config.xml")
public class XmlApplicationContextTests {
Expand Down Expand Up @@ -493,7 +489,8 @@ public class CustomLoaderXmlApplicationContextTests {
</note>

<para>See <link linkend="testcontext-ctx-management">Context
management and caching</link> and Javadoc for examples and further
management and caching</link> and the Javadoc for
<interfacename>@ContextConfiguration</interfacename> for further
details.</para>
</listitem>

Expand Down

0 comments on commit 4996625

Please sign in to comment.