Skip to content

My JUnit 5 Jupiter investigation process of problem how to successfully run JUnit 5 Jupiter and JUnit 4 Vintage tests together in mixed Java + Kotlin maven projects

License

Notifications You must be signed in to change notification settings

daggerok/mixed-kotlin-java-jupiter-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4bac729 · May 26, 2019

History

6 Commits
May 25, 2019
May 25, 2019
May 25, 2019
May 25, 2019
May 25, 2019
May 26, 2019
May 25, 2019
May 25, 2019
May 25, 2019
May 26, 2019

Repository files navigation

mixed-kotlin-java-jupiter-tests Build Status

My JUnit 5 Jupiter investigation process of problem how to successfully run JUnit 5 Jupiter and JUnit 4 Vintage tests together in mixed Java + Kotlin maven multi-module projects

./mvnw test

+ means: tests are going to be executed - means: for some reasons test are not going to be executed with provided configuration...

src/
  test/
    java/
      **/*JUnit4VintageJavaTest.java  +
      **/*JUnit4VintageKotlinTest.kt  +
      **/*JUnit5JupiterJavaTest.java  +
      **/*JUnit5JupiterKotlinTest.kt  +
    kotlin/
      **/*JUnit4VintageJavaTest.java  -
      **/*JUnit4VintageKotlinTest.kt  +
      **/*JUnit5JupiterJavaTest.java  -
      **/*JUnit5JupiterKotlinTest.kt  +

About

My JUnit 5 Jupiter investigation process of problem how to successfully run JUnit 5 Jupiter and JUnit 4 Vintage tests together in mixed Java + Kotlin maven projects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published