sormuras commented on a change in pull request #209: Surefire 1614
URL: https://github.com/apache/maven-surefire/pull/209#discussion_r241289308
##########
File path:
surefire-its/src/test/resources/surefire-1614-stream-corruption/src/test/java/com/example/demo/CustomRunner.java
##########
@@ -0,0 +1,19 @@
+package com.example.demo;
+
+import org.junit.runners.BlockJUnit4ClassRunner;
+import org.junit.runners.model.InitializationError;
+import org.junit.runners.model.TestClass;
+
+public class CustomRunner extends BlockJUnit4ClassRunner {
Review comment:
I just copied the sample project files. Did not manually type a character
here.
> So we are not running checkstyle on IT cases? Fair. But we can consider
adding it.
That'd be wonderful! As long as "mvn verify" exits with "0", I'm fine with
the format.
Even better: have profile or task that applies the desired formatting
automatically via spotless or other formatting tool. For all sources, be it
`src/main`, `src/test`, or `src/it`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services