https://github.com/zaplatynski/java-unit-testing
This book deals about Java unit testing.
https://github.com/zaplatynski/java-unit-testing
java test testing unittest unittesting
Last synced: 3 months ago
JSON representation
This book deals about Java unit testing.
- Host: GitHub
- URL: https://github.com/zaplatynski/java-unit-testing
- Owner: zaplatynski
- License: other
- Created: 2017-04-20T21:45:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T17:31:42.000Z (about 9 years ago)
- Last Synced: 2025-07-05T13:33:32.009Z (about 1 year ago)
- Topics: java, test, testing, unittest, unittesting
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java Unit Testing
A grogrammers guide about Java unit testing.
## Prerequisites
As a prerequisite, this book assumes [basic knowledge of Java programming](https://docs.oracle.com/javase/tutorial/).
## Table Of Contents
The table of contents can be found under [summary](/SUMMARY.md).
## Download
This book is available on [gitbook.com](https://www.gitbook.com/read/book/zaplatynski/java-unit-testing) or [github.com](https://github.com/zaplatynski/java-unit-testing) and can be downloaded in different formats:
* [PDF](https://www.gitbook.com/download/pdf/book/zaplatynski/java-unit-testing)
* [ePub](https://www.gitbook.com/download/epub/book/zaplatynski/java-unit-testing)
* [Mobi](https://www.gitbook.com/download/mobi/book/zaplatynski/java-unit-testing)
## TODO
* What are Unit-Testing
* Write about AAA and FIRST
* Write about specifics JUnit such as Runners, Rules,...