junit5 icon indicating copy to clipboard operation
junit5 copied to clipboard

✅ The 5th major version of the programmer-friendly testing framework for Java and the JVM

Results 355 junit5 issues
Sort by recently updated
recently updated
newest added

In some cases, JUnit reports an exceeded timeout although it is not exceeded. This seems to happen when using `SEPARATE_THREAD` and `isEqualTo`. ## Steps to reproduce code to reproduce: https://github.com/hhu-progra/junit-timeout/...

type: bug
theme: execution
status: in progress
component: Jupiter

Background: I tried to implement an extension to make it possible measuring the duration of test executions. So I created an extension like the one in the JUnit5 User Guide....

theme: programming model
status: team discussion
theme: reporting

I have some assertions and extensions. These use some of the functionality from package `org.junit.platform.commons.util`. Now I'm trying to upgrade to Java 11, but that package is only exported to...

type: enhancement
theme: extensions
component: Platform
status: new

Hi, We want to achieve Cross Browser Testing with Junit5 and run it in parallel. We checked the documentation but the solution is only possible via adding @TestTemplate or @Parameterized...

status: new

I'm creating an **extension** for running tests to different instances. The test class has an annotation that has all information to discover which instances should be tested. The annotation is...

status: new

## Overview This PR solves #2622 New abstract class `AnnotationBasedArgumentsProvider` was added and all arguments providers that implemented the `AnnotationConsumer` interface were changed to extend from it. The `AnnotationConsumerInitializer` was...

## Steps to reproduce Install the latest recommended version of Java on Java.com download the latest version of Junit 5 from github repository using git. type gradlew clean assemble and...

3rd-party: Gradle
status: new

## Overview --- it seems to work fine with Java 18, it's time that a program as essential as Junit 5 is up to date and there's no reason not...

provided it works I am testing now I will let you know if it fails. ## Overview there's no reason that this change cannot be made. We are Java 18....

Hi all, I just wanted to know if there's a possibility we can impose a particular order in execution of methods annotated with `@BeforeEach`. If so, which interface should I...

status: new