Skip to main content

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

On 01/05/2021 20:11, Thiago Henrique Hupner wrote:
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:
https://github.com/Thihup/joel/tree/main/io.joel.tck <https://github.com/Thihup/joel/tree/main/io.joel.tck>

Very nice. Being able to run the TCK in a few seconds would be fantastic.

How much of that was manual work and how much could you automate? I'm thinking about other specs that might want to perform a similar migration as well as how others could validate that the JUnit tests are equivalent to the TCK.

Mark


Back to the top