Github user britter closed the pull request at:
https://github.com/apache/maven-surefire/pull/118
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the featur
Github user Tibor17 commented on a diff in the pull request:
https://github.com/apache/maven-surefire/pull/118#discussion_r78076018
--- Diff:
surefire-integration-tests/src/test/resources/junit5/src/test/java/junit5/JUnit5Test.java
---
@@ -53,13 +53,13 @@ public void tearDown()
Github user britter commented on a diff in the pull request:
https://github.com/apache/maven-surefire/pull/118#discussion_r77860110
--- Diff:
surefire-integration-tests/src/test/resources/junit5/src/test/java/junit5/JUnit4Test.java
---
@@ -0,0 +1,67 @@
+package junit5;
+
Github user britter commented on a diff in the pull request:
https://github.com/apache/maven-surefire/pull/118#discussion_r77858530
--- Diff:
surefire-integration-tests/src/test/resources/junit5/src/test/java/junit5/JUnit4Test.java
---
@@ -0,0 +1,67 @@
+package junit5;
+
Github user Tibor17 commented on a diff in the pull request:
https://github.com/apache/maven-surefire/pull/118#discussion_r77731011
--- Diff:
surefire-integration-tests/src/test/resources/junit5/src/test/java/junit5/JUnit4Test.java
---
@@ -0,0 +1,67 @@
+package junit5;
+
Github user Tibor17 commented on a diff in the pull request:
https://github.com/apache/maven-surefire/pull/118#discussion_r77730855
--- Diff:
surefire-integration-tests/src/test/resources/junit5/src/test/java/junit5/JUnit4Test.java
---
@@ -0,0 +1,67 @@
+package junit5;
+
Github user Tibor17 commented on a diff in the pull request:
https://github.com/apache/maven-surefire/pull/118#discussion_r77729954
--- Diff: surefire-integration-tests/src/test/resources/junit5/pom.xml ---
@@ -0,0 +1,77 @@
+
+
+
+http://maven.apache.org/POM/4.0.0";
GitHub user britter opened a pull request:
https://github.com/apache/maven-surefire/pull/118
Add basic integration test for JUnit 5
This is WIP. My take on adding a first basic integration test for JUnit 5.
If this is going in the right direction we can add more tests.
You can merg