Skip to content

Commit

Permalink
Normalize test Javadoc
Browse files Browse the repository at this point in the history
The class name tells you it's a unit test as opposed to an IT test
  • Loading branch information
garydgregory committed Nov 5, 2024
1 parent 6a501a8 commit 7dbb396
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import org.junit.jupiter.api.Test;

/**
* Unit tests for class {@link JpegInputStream}.
* Tests for class {@link JpegInputStream}.
*
* @see JpegInputStream
**/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import org.junit.jupiter.api.Test;

/**
* Unit tests for class {@link App2Segment}.
* Tests for class {@link App2Segment}.
*
* @see App2Segment
**/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.junit.jupiter.api.Test;

/**
* Unit tests for class {@link PngCrc}.
* Tests for class {@link PngCrc}.
*
* @date 13.07.2017
* @see PngCrc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import org.junit.jupiter.api.Test;

/**
* Unit tests for class {@link PngWriter}.
* Tests for class {@link PngWriter}.
*/
public class PngWriterTest extends AbstractPngTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import org.junit.jupiter.api.Test;

/**
* Unit tests for class {@link PpmFileInfo}.
* Tests for class {@link PpmFileInfo}.
*
* @see PpmFileInfo
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import org.junit.jupiter.api.Test;

/**
* Unit tests for class {@link FieldTypeAscii}.
* Tests for class {@link FieldTypeAscii}.
*
* @see FieldTypeAscii
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import org.junit.jupiter.api.Test;

/**
* Unit tests for class {@link FieldTypeRational}.
* Tests for class {@link FieldTypeRational}.
*
* @see FieldTypeRational
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import org.junit.jupiter.api.Test;

/**
* Unit tests for class {@link Dithering}.
* Tests for class {@link Dithering}.
**/
public class DitheringTest {

Expand Down

0 comments on commit 7dbb396

Please sign in to comment.