File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18375,7 +18375,7 @@ well as any __set up__ or __tear down__ of the test fixture.
18375
18375
18376
18376
[[testcontext-framework]]
18377
18377
==== Spring TestContext Framework
18378
- The __Spring ` TestContext` Framework__ (located in the
18378
+ The __Spring TestContext Framework__ (located in the
18379
18379
`org.springframework.test.context` package) provides generic, annotation-driven unit and
18380
18380
integration testing support that is agnostic of the testing framework in use. The
18381
18381
TestContext framework also places a great deal of importance on __convention over
@@ -18480,7 +18480,7 @@ locations__.
18480
18480
** `GenericPropertiesContextLoader`: loads a standard `ApplicationContext` from Java
18481
18481
Properties files.
18482
18482
18483
- The following sections explain how to configure the ` TestContext` framework through
18483
+ The following sections explain how to configure the TestContext framework through
18484
18484
annotations and provide working examples of how to write unit and integration tests with
18485
18485
the framework.
18486
18486
You can’t perform that action at this time.
0 commit comments