-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add junit5-migration-maven-kotlin
sample
#105
Comments
This was referenced May 27, 2019
daggerok
added a commit
to daggerok/fork-junit5-samples
that referenced
this issue
May 28, 2019
Hi, please review #107 PR Regards |
daggerok
added a commit
to daggerok/fork-junit5-samples
that referenced
this issue
May 28, 2019
daggerok
added a commit
to daggerok/fork-junit5-samples
that referenced
this issue
May 28, 2019
daggerok
added a commit
to daggerok/fork-junit5-samples
that referenced
this issue
May 28, 2019
daggerok
added a commit
to daggerok/fork-junit5-samples
that referenced
this issue
May 28, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
junit5-migration-maven-kotlin
The
junit5-migration-maven-kotlin
project demonstrates how to execute tests written in Java and Kotlin based on JUnit 5 using Maven. In addition, it showcases that existing JUnit 4 based tests can be executed in the same test suite as JUnit Jupiter based tests or any other tests supported on the JUnit Platform.Main
src/main/java/.../Calculator.java
src/main/kotlin/.../Kalculator.kt
Test
src/test/java/.../CalculatorTests.java
src/test/java/.../JUnit4Test.java
src/test/kotlin/.../KalculatorTests.kt
src/test/java/.../JUnit4Test.kt
The text was updated successfully, but these errors were encountered: