# 4.更多资源

有关测试的更多信息，请参阅以下资源：

* JUnit：“面向程序员的Java测试框架”。由Spring Framework在其测试套件中使用。
* TestNG：受JUnit启发的测试框架，增加了对注解，测试组，数据驱动测试，分布式测试和其他功能的支持。
* AssertJ：“流畅的Java断言”，包括对Java 8 lambdas，流和其他功能的支持。
* 模拟对象：维基百科中的文章。
* MockObjects.com：专门用于模拟对象的网站，一种用于改进测试驱动开发中的代码设计的技术。
* Mockito：基于Test Spy模式的Java模拟库。
* EasyMock：Java库“通过使用Java的代理机制动态生成接口（以及通过类扩展的对象）提供Mock对象。”Spring Framework在其测试套件中使用。
* JMock：支持使用模拟对象进行Java代码的测试驱动开发的库。
* DbUnit：针对数据库驱动项目的JUnit扩展（也可用于Ant和Maven），以及在测试运行之间将数据库置于已知状态。
* Grinder：Java负载测试框架。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flydean.com/spring-framework-documentation5/testing/further-resources.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
