Skip to content
Advertisement

Tag: pitest

How to configure timezone in Maven so Pitest picks it up

I try to apply Pitest to an older project that relies on timezone settings. Some tests are specifically for daylight-saving issues, when certain days in a year have more or less than 24 hours in local time. I cannot change the code or the tests. These tests fail with Pitest but run fine otherwise. From what I see, JUnit/Surefire takes

Why is Pitest throwing a NoSuchMethodError?

So I recently upgraded one of my repos to Java 11 and updated the versions of some of the other dependencies. After going through several of the dependencies and resolving all of the errors, I finally got the application to pass all unit and integration tests and it was running normally again. However, when I push the project it also

Advertisement