Discussion about this post

User's avatar
Jeff Grigg's avatar

Darn. I never heard of your "JUnit Max" product. I think I would have bought it at the time.

I've since moved to IntelliJ IDEA. And (mostly) from Java to the "Gosu" language.

There is an expectation in the industry that such tools should be free and open source. Driven by passion and such. But that's not a reasonable reason for others to expect that of you.

We often do live (work) in hostile corporate environments, unfortunately.

I donated time to vbUnit 3, for "Visual Basic Classic" (v3-6), back in the day. The hostility of my "superious" was ... educational. They couldn't live with it as open source. Or at a very cheap price. Nor were they entirely happy when they made me rewrite it so they'd own it. Nor could they abide by abandoning the tests on my departure, due to their refusal to allow the test runner tool. "Insanity." Not rational at all.

For Gosu, I wrote my own GUnit runner, as the vendor tool was impractically slow. Released it "open source." Most popular tool ever, in their library. My motivation? (1) I, personally needed it. And (2) hoping to embarrass them into improving their tooling. Well over a decade later, they were (kinda, sorta, maybe mostly) able to improve their tooling. And banned the use of my open source free tool.

:-[

Expand full comment
Tentor's avatar

I develop with quarkus, which brings its own continuous testing feature. Usually, firing up continuous testing is the first thing I do, before I even begin to look at the code.

So, imagine my surprise when I found out I am the only one in my team who regularly uses it. Everyone else prefers to run single tests or test classes from the IDE.

Expand full comment
13 more comments...

No posts