junit.md

July 15, 2021 · View on GitHub

Bookmarks tagged [junit]

www.codever.land/bookmarks/t/junit

A Unit Tester's Guide to Mockito

https://www.toptal.com/java/a-guide-to-everyday-mockito

In this article, we’ll cover creating and configuring mocks and using them to verify the expected behavior of the system being tested. We’ll also dive a bit into Mockito’s internals to better understa...


JUnit 5: Die Neuerungen im Überblick

https://blog.oio.de/2016/11/29/junit-5-die-neuerungen-im-uberblick/

Einführung in JUnit5


JUnit 5 Articles and source code from Baeldung

https://github.com/eugenp/tutorials/tree/master/testing-modules/junit-5


JUnit

http://junit.org/

JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.