Skip to content

Commit 48ecf0a

Browse files
committed
Do not format TestContext unless referring to class
1 parent a9a20e2 commit 48ecf0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/asciidoc/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18375,7 +18375,7 @@ well as any __set up__ or __tear down__ of the test fixture.
1837518375

1837618376
[[testcontext-framework]]
1837718377
==== Spring TestContext Framework
18378-
The __Spring `TestContext` Framework__ (located in the
18378+
The __Spring TestContext Framework__ (located in the
1837918379
`org.springframework.test.context` package) provides generic, annotation-driven unit and
1838018380
integration testing support that is agnostic of the testing framework in use. The
1838118381
TestContext framework also places a great deal of importance on __convention over
@@ -18480,7 +18480,7 @@ locations__.
1848018480
** `GenericPropertiesContextLoader`: loads a standard `ApplicationContext` from Java
1848118481
Properties files.
1848218482

18483-
The following sections explain how to configure the `TestContext` framework through
18483+
The following sections explain how to configure the TestContext framework through
1848418484
annotations and provide working examples of how to write unit and integration tests with
1848518485
the framework.
1848618486

0 commit comments

Comments
 (0)