From 48ecf0af570a9923b028b71e8b8d3aae9e9d08d3 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Thu, 12 Dec 2013 01:36:28 +0100 Subject: [PATCH] Do not format TestContext unless referring to class --- src/asciidoc/index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index 7c3cff98fa..34a58fee5a 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -18375,7 +18375,7 @@ well as any __set up__ or __tear down__ of the test fixture. [[testcontext-framework]] ==== Spring TestContext Framework -The __Spring `TestContext` Framework__ (located in the +The __Spring TestContext Framework__ (located in the `org.springframework.test.context` package) provides generic, annotation-driven unit and integration testing support that is agnostic of the testing framework in use. The TestContext framework also places a great deal of importance on __convention over @@ -18480,7 +18480,7 @@ locations__. ** `GenericPropertiesContextLoader`: loads a standard `ApplicationContext` from Java Properties files. -The following sections explain how to configure the `TestContext` framework through +The following sections explain how to configure the TestContext framework through annotations and provide working examples of how to write unit and integration tests with the framework.