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...
- tags: testing, java, mockito, junit, unit-testing
- source code
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
- The Basics of JUnit 5 – A Preview
- A Guide to JUnit 5
- [A Guide to @RepeatedTest in Junit 5](http://www.baeldung.com/j...
- tags: junit, java
- source code
JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.
- tags: testing, java, junit
- source code