Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 2.09 KB

junit.md

File metadata and controls

34 lines (29 loc) · 2.09 KB

Bookmarks tagged [junit]

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


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

Einführung in JUnit5


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


http://junit.org/

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