Are you really wasting your time in Java without these 10 libraries?
A critical analysis of 10 popular Java libraries, discussing their relevance and whether they are still worth using in modern development.
A critical analysis of 10 popular Java libraries, discussing their relevance and whether they are still worth using in modern development.
A guide to implementing a retry strategy for flaky Android tests, including clearing the database between retry attempts.
Announcing JfrUnit 1.0.0.Alpha1, a JUnit extension for asserting JDK Flight Recorder events in unit tests for JVM applications.
Announcing JfrUnit 1.0.0.Alpha1, a JUnit extension for asserting JDK Flight Recorder events in unit tests for JVM applications.
An in-depth look at JUnit Pioneer, a JUnit 5 extension project, covering its features, development, and community contributions.
An exploration of JUnit Pioneer, a project collecting extensions for JUnit 5, covering technical details and community building.
Introduces JfrUnit, a tool for automated performance regression testing in Java by analyzing memory, I/O, and SQL metrics via JDK Flight Recorder.
A guide to integrating Testcontainers with Quarkus for database testing, using QuarkusTestResourceLifecycleManager for better lifecycle management.
A guide to integrating Testcontainers with Quarkus for better database testing, using QuarkusTestResourceLifecycleManager.
Announcing JUnit Pioneer 1.0, a JUnit 5 extension pack with annotations for testing system properties, locales, and more.
A guide to grouping and categorizing Spock tests using JUnit's @Category annotation with Gradle to manage test execution.
Introducing 'trainer', a tool to convert Xcode test results from plist to JUnit format for Jenkins, solving issues with xcpretty and xctool.
An exploration of the JUnit Lambda prototype, detailing its new features and API changes for Java 8+ testing.
A guide on using Google's Guava Testlib to create comprehensive test suites for custom Java collection implementations.