Skip to content

This repo demonstrates how to execute JUnit 4 Vintage test together with JUnit 5 Jupiter tests by using Maven build tool in mixed java / scala test classes in the project

Notifications You must be signed in to change notification settings

daggerok/junit-jupiter-vintage-maven-scala-java-mix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

junit-jupiter (+vintage), maven, java, scala Build Status

Mixing Java and Kotlin test classes with JUnit 5 Jupiter and JUnit 4 Vintage test engines. Supported JDK 1.8 and JDK 11.

The junit-jupiter-vintage-maven-scala-java-mix sample demonstrates how to execute JUnit 4 Vintage test together with JUnit 5 Jupiter tests by using Maven build tool in mixed java / scala test classes in the project

Please note that this project is uses the Maven Wrapper 3.6.1 version. This helps you ensure that already tested versions are not going to be failed if locally installed different maven version.

src/
  test/
    scala/
      **/*Tests.java  +
      **/*Tests.java  +
      **/*Tests.scala +
      **/*Tests.scala +

Here + means that marked type of tests classes by language and engine are going to be executed

About

This repo demonstrates how to execute JUnit 4 Vintage test together with JUnit 5 Jupiter tests by using Maven build tool in mixed java / scala test classes in the project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages