提交 7566ceb5 编写于 作者: S Sam Brannen

Fix minor typo in testing chapter

上级 9a6252d7
......@@ -20675,7 +20675,7 @@ Notes:
`TransactionalTestExecutionListener`).
* The `clinic` instance variable -- the application object being tested -- is set by
Dependency Injection through `@Autowired` semantics.
* The `testGetVets()` method illustrates how you can use the inherited
* The `getVets()` method illustrates how you can use the inherited
`countRowsInTable()` method to easily verify the number of rows in a given table, thus
verifying correct behavior of the application code being tested. This allows for
stronger tests and lessens dependency on the exact test data. For example, you can add
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册