@@ -182,7 +182,7 @@ public void testBelowThresholdGetInputStream(final int initialBufferSize) throws
182182 }
183183
184184 /**
185- * Test specifying a temporary file and the threshold is reached.
185+ * Tests specifying a temporary file and the threshold is reached.
186186 */
187187 @ ParameterizedTest (name = "initialBufferSize = {0}" )
188188 @ MethodSource ("data" )
@@ -218,7 +218,7 @@ public void testTempFileAboveThreshold(final int initialBufferSize) throws IOExc
218218 }
219219
220220 /**
221- * Test specifying a temporary file and the threshold is reached.
221+ * Tests specifying a temporary file and the threshold is reached.
222222 * @throws IOException
223223 */
224224 @ ParameterizedTest (name = "initialBufferSize = {0}" )
@@ -254,7 +254,7 @@ public void testTempFileAboveThresholdPrefixOnly(final int initialBufferSize) th
254254 }
255255
256256 /**
257- * Test specifying a temporary file and the threshold not reached.
257+ * Tests specifying a temporary file and the threshold not reached.
258258 * @throws IOException
259259 */
260260 @ ParameterizedTest (name = "initialBufferSize = {0}" )
@@ -273,7 +273,7 @@ public void testTempFileBelowThreshold(final int initialBufferSize) throws IOExc
273273 }
274274
275275 /**
276- * Test specifying a temporary file and the threshold is reached.
276+ * Tests specifying a temporary file and the threshold is reached.
277277 *
278278 * @throws Exception
279279 */
@@ -320,7 +320,7 @@ public void testThresholdReached(final int initialBufferSize) throws IOException
320320 }
321321
322322 /**
323- * Test whether writeTo() properly writes large content.
323+ * Tests whether writeTo() properly writes large content.
324324 */
325325 @ ParameterizedTest (name = "initialBufferSize = {0}" )
326326 @ MethodSource ("data" )
@@ -347,7 +347,7 @@ public void testWriteToLarge(final int initialBufferSize) throws IOException {
347347 }
348348
349349 /**
350- * Test whether writeTo() properly writes large content.
350+ * Tests whether writeTo() properly writes large content.
351351 */
352352 @ ParameterizedTest (name = "initialBufferSize = {0}" )
353353 @ MethodSource ("data" )
@@ -374,7 +374,7 @@ public void testWriteToLargeCtor(final int initialBufferSize) throws IOException
374374 }
375375
376376 /**
377- * Test whether writeTo() properly writes small content.
377+ * Tests whether writeTo() properly writes small content.
378378 * @throws IOException
379379 */
380380 @ ParameterizedTest (name = "initialBufferSize = {0}" )
0 commit comments