Writing tests with Claude Code - part 1 - initial results
A developer explores using Claude Code to generate acceptance tests for a Spring Boot API, assessing the AI's capabilities and test quality.
A developer explores using Claude Code to generate acceptance tests for a Spring Boot API, assessing the AI's capabilities and test quality.
An exploration of JUnit Pioneer, a project collecting extensions for JUnit 5, covering technical details and community building.
Announcing JUnit Pioneer 1.0, a JUnit 5 extension pack with annotations for testing system properties, locales, and more.
A guide to setting up JUnit 5 in popular IDEs (IntelliJ, Eclipse) and build tools (Maven, Gradle), including dependencies and test execution.
A guide to writing parameterized tests in JUnit 5, covering setup, dependencies, and basic usage with examples.
A guide to JUnit 5 basics covering @Test annotation, test lifecycle, assertions, assumptions, and other core features for Java developers.
A guide to creating custom extensions using the JUnit 5 extension model for Java testing.
Explores the modular architecture of JUnit 5, detailing its Jupiter, Vintage, and Platform sub-projects and the design rationale.
A guide to using and customizing JUnit 5's @Enabled and @Disabled conditions for conditional test execution.
Explores JUnit 5's dynamic tests feature, which allows creating test cases at runtime from parameters, data sources, or lambdas.
An interview discussing the reasons for JUnit 5's rewrite, its architecture, differences from JUnit 4, and the extension API.
A comprehensive talk and demo covering JUnit 5 features, architecture, migration from JUnit 4, and advanced testing techniques.