Phillip Ninan
Phillip Ninan's Blog

Phillip Ninan's Blog

Follow
Follow
homeAWS CDKProfiling Spring Boot ApplicationsSponsorsbadgesnewsletter
Tag

junit

#junit

More content

Read more stories on Hashnode


Articles with this tag

How to Write Great Tests!

Sep 9, 20206 min read

In my previous post, I discussed a nifty sorting test. Today, I am going to teach you how to write great tests! When I write a new JUnit test I...

How to Write Great Tests!

Why Do I Write Tests?

Sep 6, 20207 min read

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

Why Do I Write Tests?

Using Collections to Write Better JUnit Tests

Sep 4, 20204 min read

In this post, I am going to show you how to use the Java Collections API to help you both randomize and sort data so that it is more easily testable....

Using Collections to Write Better JUnit Tests