dodie / scott

Never debug a test again: Detailed failure reports and hassle free assertions for Java tests - Power Asserts for Java
https://advancedweb.hu/junit-and-cucumber-test-reports-based-on-source-code-and-behavior/
MIT License
137 stars 17 forks source link

Support Java 13 #90

Closed dodie closed 5 years ago

dodie commented 5 years ago

The project's core can be compiled with Java 8, but there are test suites to exercise the latest and greatest Java.

Check if we need to upgrade the version of the ASM library to support Java 13 and try Scott's test suite with Java 13.

Tasks:

Related: