An open API service indexing awesome lists of open source software.

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.

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,...