Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[el-dev] TCK tests migrated to JUnit

Hi all!

I've been working on a new Jakarta _expression_ Language implementation, and just finished migrating the TCK to JUnit 5. Even though it is not official, it may be used as an inspiration in the future if the TCK changes to use JUnit.

The tests run really fast. The TCK takes about 10 minutes to finish while using the same VM to run the JUnit tests, they run in few seconds.

You can find the tests migrated here:

Best regards,

Thiago


Back to the top