#Junit

JUnit Team πŸ’™πŸ’›junit@fosstodon.org
2025-06-27

#JUnit 6.0.0-M1 is ready for testing!

✨ Require Java 17 and Kotlin 2.2
πŸŒ„ JSpecify nullability info
🚟 Kotlin suspend function support
πŸ›« Integrated custom JFR events
πŸš… FastCSV-backed Csv{File}Source
🧹 Remove deprecated APIs and behaviors

junit.org/junit5/docs/6.0.0-M1

2025-06-27

#JUnit Logo Contest Update

Here are some of the top contenders.

Please let us know your thoughts.

And additional proposals are welcome!

github.com/junit-team/junit-fr

JUnit Team πŸ’™πŸ’›junit@fosstodon.org
2025-06-24

#JUnit 5.13.2 is released!

⚠️ Fix discovery issue detection for inner classes and abstract methods
🐞 Bug fixes and minor improvements

junit.org/junit5/docs/5.13.2/r

Michael Simonsrotnroll666
2025-06-24

So happy that @marcphilipp got accepted into the @JavaChampions program. Congratulations!

There are more people on the core team that did so much of incredible value to the ecosystem, they literally walking the talk.

2025-06-23

⚠️ It's official: the #junit5 GitHub repository is gone!

Well, actually... it's only been renamed to #junit-framework. 😎

Plus, everything should redirect fine. πŸ™ˆ

github.com/junit-team/junit-fr

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!

Client Info

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