From the course: Java: Testing with JUnit

Create proper unit tests in Java

From the course: Java: Testing with JUnit

Start my 1-month free trial

Create proper unit tests in Java

- [Instructor] Let's say you have an amazing application that's running well, but you'd like to make some changes to it. Without techniques such as JUnit this be a very dangerous thing to do. Writing unit tests is very different from writing regular code. We'll start with the heart of JUnit, annotations. Then we'll move on to assertions. We also dive into some more advanced topics such as (indistinct) and running test parallel. We'll end this course with best practices for writing unit tests, and what would be good next steps to improve yourself even further. I'm Maaike van Putten, and I'm a software developer and trainer. JUnit and unit testing in general is really a must have skill for all software creators. I'd like to help you to take your software development knowledge to the next level. So come join me in this LinkedIn learning course on JUnits.

Contents