https://github.com/daggerok/junit-jupiter-vintage-maven-scala-java-mix
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
https://github.com/daggerok/junit-jupiter-vintage-maven-scala-java-mix
java junit-jupiter junit-vintage junit5 scala scala-maven-plugin
Last synced: 8 months ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/daggerok/junit-jupiter-vintage-maven-scala-java-mix
- Owner: daggerok
- Created: 2019-05-29T00:19:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T13:31:54.000Z (almost 5 years ago)
- Last Synced: 2025-01-10T00:44:37.193Z (9 months ago)
- Topics: java, junit-jupiter, junit-vintage, junit5, scala, scala-maven-plugin
- Language: Scala
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# junit-jupiter (+vintage), maven, java, scala [](https://travis-ci.org/daggerok/junit-jupiter-vintage-maven-scala-java-mix)
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 projectPlease note that this project is uses the [Maven Wrapper](https://github.com/takari/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