Browsed by
Tag: AbstractTest

Creating AbstractTest classes to reuse our startup code

Creating AbstractTest classes to reuse our startup code

So where were we? Oh yes, last week I was investigating JUnit 5 asserts and deciding that generally I don’t like them. It is safe to assume then that I will mainly be using Assertj for my assertions. We also got our first test passing in a way that won’t fail if I decide to change my WordPress theme again. One test is all very well, but what if I want to write many tests. As I demonstrated last week…

Read More Read More