spring-batch icon indicating copy to clipboard operation
spring-batch copied to clipboard

ClassNotFound Exception when using AssertFile

Open cppwfs opened this issue 3 years ago • 0 comments

When using AssertFile.assertLineCount with Spring Boot 3.0.0-SNAPSHOT a CNFE is thrown because org.junit.Assert package name has been changed to org.junit.jupiter.api.Assertions.

cppwfs avatar May 10 '22 17:05 cppwfs