> For the complete documentation index, see [llms.txt](https://notes.tejpratapsingh.com/_/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.tejpratapsingh.com/_/java-testing/java-testing.md).

# Java Testing

Tools:

* [JUnit](https://junit.org/): Unit Test framework
* [Mockito](https://site.mockito.org): Mocking Framework
* [PowerMock](https://github.com/powermock/powermock): Mocking + Reflection and Byte Manipulation
