1
Followers
13
Posts
For dev bloggers
Start publishing articles on your own domain with Hashnode and tag them with #junit. Learn more
JUnit is one of the most popular unit testing frameworks used with Java to create repeatable tests. With JUnit each test is written as a separate met…
blog.appsmith.com
Gegeben ist folgende Klasse public class IsIntegerPositive implements Predicate<Integer> { @Override public boolean test(Integer integer) { …
blog.einself.net
When we talk about programming in the modern tech world, Java instantly comes to our mind. After all, it is considered as one of the most versatile pr…
praveen.hashnode.dev
In my previous post, I discussed a nifty sorting test. Every time I write a new JUnit test I follow the same formula. This allows my tests to be writ…
pninan.hashnode.dev
I was asked recently why I write tests for my code. This is a topic I have spent a lot of time discussing and teaching others about so I decided to wr…