[GitHub] maven-surefire pull request #118: Add basic integration test for JUnit 5

2016-09-24 Thread britter
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] maven-surefire pull request #118: Add basic integration test for JUnit 5

2016-09-08 Thread Tibor17
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] maven-surefire pull request #118: Add basic integration test for JUnit 5

2016-09-07 Thread britter
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] maven-surefire pull request #118: Add basic integration test for JUnit 5

2016-09-07 Thread britter
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] maven-surefire pull request #118: Add basic integration test for JUnit 5

2016-09-06 Thread Tibor17
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] maven-surefire pull request #118: Add basic integration test for JUnit 5

2016-09-06 Thread Tibor17
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] maven-surefire pull request #118: Add basic integration test for JUnit 5

2016-09-06 Thread Tibor17
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] maven-surefire pull request #118: Add basic integration test for JUnit 5

2016-09-06 Thread britter
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