From 60b1d214082629c4eb5551d4a45313c7751ffa74 Mon Sep 17 00:00:00 2001 From: Rick Ossendrijver Date: Thu, 31 Mar 2022 20:56:41 +0200 Subject: [PATCH] Add explanation in `RefasterCollectionTestUtilTest.java` --- .../refaster/test/RefasterCollectionTestUtilTest.java | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/refaster-test-support/src/test/java/tech/picnic/errorprone/refaster/test/RefasterCollectionTestUtilTest.java b/refaster-test-support/src/test/java/tech/picnic/errorprone/refaster/test/RefasterCollectionTestUtilTest.java index c49c7c4e050..b12e97034cd 100644 --- a/refaster-test-support/src/test/java/tech/picnic/errorprone/refaster/test/RefasterCollectionTestUtilTest.java +++ b/refaster-test-support/src/test/java/tech/picnic/errorprone/refaster/test/RefasterCollectionTestUtilTest.java @@ -3,7 +3,15 @@ import org.junit.jupiter.params.ParameterizedTest; import org.junit.jupiter.params.provider.ValueSource; -/** Validate error reporting of the Refaster template collections. */ +/** + * Validate error reporting of the Refaster template collections. + * + *

The goal of the Refaster template collections under test is to verify the reporting of {@link + * RefasterCollectionTestUtil} using the associated `TestInput` and `TestOutput` files. Normally, + * {@link RefasterCollectionTestUtil} will report error messages directly in the console where the + * results of the tests are shown. However, to verify that these messages are correct, the + * `*TestOutput` files in this package contain error reporting that is normally not written. + */ final class RefasterCollectionTestUtilTest { @ParameterizedTest @ValueSource(