#junit

2025-06-20

We really need a new #JUnit logo! ๐Ÿคฃ

Proposals are welcome!

github.com/junit-team/junit5/i

Nicolas DelsauxRiduidel@framapiaf.org
2025-06-12

Je suis au #DevLille, et le premier talk que je voie parle de tests concis et รฉvolutifs grรขce ร  #JUnit 5, prรฉsentรฉs par une contributrice du projet.

Benedikt Ritter (he/him)britter@chaos.social
2025-06-10

Parameterized test class support has landed in JUnit. Read all about it in this blog post by JUnit maintainer @marcphilipp: marcphilipp.de/blog/2025/06/07

#java #junit #testing #opensource #release

2025-06-10

Know What Youโ€™re Testing: Mastering Code Coverage in Quarkus with JaCoCo
A hands-on guide for Java developers to generate, visualize, and improve test coverage in Quarkus applications
myfear.substack.com/p/quarkus-
#Java #Jacoco #Testing #Junit #CodeQuality

2025-06-07

If you're using #JUnit 5.13, I suggest you pay attention to discovery issues!

Run your build once with:

-Djunit.platform.discovery.issue.severity.critical=INFO

And see if your build fails. ๐Ÿ•ต๐Ÿปโ€โ™‚๏ธ

NOTE: the default critical severity may change in 6.0.

2025-06-07

โœจ New blog post: "STF Milestone 4: Parameterized test classes"

#JUnit 5.13 introduced parameterized test classes (in addition to methods). They are a powerful testing tool that has long been missing from JUnit Jupiter. Iโ€™m super happy that Iโ€™ve finally had the chance to resolve this long-standing and highly-voted issue thanks to the @sovtechfund.

๐Ÿ‘‰ marcphilipp.de/blog/2025/06/07

@ParameterizedClass
@ValueSource(strings = {"foo", "bar"})
class SomeTests {
    @Parameter String value;
    
    @Test
    void shouldNotBeNull() {
        assertNotNull(value);
    }
    @Test
    void lengthShouldBeThree() {
        assertEquals(3, value.length());
    }
}
JUnit Team ๐Ÿ’™๐Ÿ’›junit@fosstodon.org
2025-06-07

#JUnit 5.13.1 is released!

๐Ÿž Fix regressions introduced in 5.13.0

junit.org/junit5/docs/5.13.1/r

2025-06-04

The slides and code examples for my talk about #JUnit at #IntelliJIDEAConf are now available on marcphilipp.de/en/talks/

2025-06-04
2025-05-30

Since we've already started work on #JUnit 6, I guess it's time to change "JUnit 5 committer" in my profile to simply "JUnit committer" on this platform. ๐Ÿ˜‰

JUnit Team ๐Ÿ’™๐Ÿ’›junit@fosstodon.org
2025-05-30

#JUnit 5.13.0 is released!

๐Ÿช„ ClassTemplate and ParameterizedClass support
โš ๏ธ Discovery issue reporting for test engines
โ™ป๏ธ Resource management for launcher sessions and execution requests
๐Ÿ” Test discovery support in EngineTestKit
๐Ÿ‘พ ConsoleLauncher improvements

junit.org/junit5/docs/5.13.0/r

2025-05-30

My favorite IDE is now officially set up for work on #JUnit 6! ๐Ÿ˜Ž

Consider this #ClickBait if you dare, but don't expect me to reply. ๐Ÿคฃ

JUnit 6 in Eclipse IDE
2025-05-30
2025-05-28

Zero open issues for #JUnit 5.13 GA!

Something may be brewing... โ˜•๏ธ

github.com/junit-team/junit5/m

JUnit Team ๐Ÿ’™๐Ÿ’›junit@fosstodon.org
2025-05-26

The #JUnit team is looking for ideas and proposals for a new logo for the upcoming JUnit 6.0 release!

Please see github.com/junit-team/junit5/i for ground rules.

We are looking forward to your comments and submissions!

2025-05-26

โš ๏ธ #JUnit #Vintage (JUnit 4 support) will be deprecated in JUnit 6.

Yet another reason to upgrade to JUnit #Jupiter! ๐Ÿ˜Ž

github.com/junit-team/junit5/i

2025-05-26

@rotnroll666 Does Doom run on #JUnit?

2025-05-26

The current logo of #JUnit5 contains the number 5, so we need a new logo for #JUnit ... without a number.

Any ideas?

github.com/junit-team/junit5/i

froufox (gothic era ๐ŸŒ‘๐Ÿฅ€)froufox@techhub.social
2025-05-19

love that #JUnit actively posts on their :mastodon: page, more frameworks should do that

Michael Simonsrotnroll666
2025-05-19

So, do you still think that 5 is "the new" thing?

It quite isn't.

The crowdfunding campaign for JUnit Lambda was ten years ago this year.

When @sormuras and I realised that last week at that made me feel old.

JUnit still rocks, though. Great framework.

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst