Skip to content

Repository describing a compatibility bug between Surefire 3.5.3 and ArchUnit

Notifications You must be signed in to change notification settings

erwanosouf/archunit-surefire-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

How to reproduce

Description

This repository contains a Test Case to exhibit a behavior that appeared in Surefire 3.5.3.

A Junit5 Test Class ArchUnitSurefireBugTest contains 3 tests

  • thisTestUsingArchTestFieldShouldRun : A Test using @ArchTest on a field
  • thisTestUsingArchTestMethodShouldRun : A Test using @ArchTest on a method
  • thisStandardTestShouldRun : a standard JUnit Test using no ArchUnit syntactic sugar.

Expected

Run mvn test -Dsurefire.version=3.5.2 -f pom.xml

All tests run

Actual

mvn test -Dsurefire.version=3.5.3 -f pom.xml

thisTestUsingArchTestFieldShouldRun does not run.

About

Repository describing a compatibility bug between Surefire 3.5.3 and ArchUnit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages