Skip to content
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

Open
sormuras opened this issue May 27, 2019 · 1 comment
Open

Add junit5-migration-maven-kotlin sample #105

sormuras opened this issue May 27, 2019 · 1 comment

Comments

@sormuras
Copy link
Member

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
@daggerok
Copy link
Contributor

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants