Replies: 1 comment 2 replies
-
First of all, thanks for reaching out! I think TableTest looks very useful. There is quite a bit of overlap with regular
We can certainly discuss it! Please note that we're currently very busy with the upcoming 6.0 release so it will take even longer than usual. I'll add it to our discussion backlog. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
First off all, thank you @junit-team for your great work in developing and maintaining JUnit.
I am a long-time fan of using tables to drive tests, ever since being introduced to Ward Cunningham’s Fit Framework 20 years ago.
Having used Spock Framework for table-driven testing in recent projects, I found that not all Java and Kotlin developers got comfortable with the Groovy-ness of it.
Based on this experience, plus some ideas for how to further improve support for table-driven testing, I set out to create an alternative based on JUnit.
The result is TableTest. I also wrote a couple of short blog posts that introduce table-driven testing and TableTest, and I created a plugin for IntelliJ IDEA to help with auto formatting, colouring and syntax.
I have received good feedback from people who have looked into it and started using it in their projects.
One question I get is if it would be possible to make TableTest built-in to JUnit. Personally I would love that as it would make table-driven testing available to a lot of programmers.
So I wanted to ask your thoughts on this. If you think it is worth looking into, I would be happy to discuss how we could approach it, and also to do the necessary adaptations if we decide to move forward.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions