Do not format TestContext unless referring to class

master
Sam Brannen 11 years ago
parent a9a20e297b
commit 48ecf0af57
  1. 4
      src/asciidoc/index.adoc

@ -18375,7 +18375,7 @@ well as any __set up__ or __tear down__ of the test fixture.
[[testcontext-framework]] [[testcontext-framework]]
==== Spring 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 `org.springframework.test.context` package) provides generic, annotation-driven unit and
integration testing support that is agnostic of the testing framework in use. The 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 TestContext framework also places a great deal of importance on __convention over
@ -18480,7 +18480,7 @@ locations__.
** `GenericPropertiesContextLoader`: loads a standard `ApplicationContext` from Java ** `GenericPropertiesContextLoader`: loads a standard `ApplicationContext` from Java
Properties files. 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 annotations and provide working examples of how to write unit and integration tests with
the framework. the framework.

Loading…
Cancel
Save