Skip to content

Commit 8cf0d9c

Browse files
committed
doc: document test class
1 parent e68124f commit 8cf0d9c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/test/java/com/thealgorithms/geometry/MidpointEllipseTest.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
import org.junit.jupiter.params.provider.Arguments;
1111
import org.junit.jupiter.params.provider.MethodSource;
1212

13+
/**
14+
* The {@code MidpointEllipseTest} class contains unit tests for the
15+
* {@code MidpointEllipse} class, specifically testing the
16+
* {@code drawEllipse} method.
17+
*
18+
* <p>This class uses parameterized tests to validate the output of
19+
* Midpoint Ellipse algorithm for various input points.</p>
20+
*/
1321
class MidpointEllipseTest {
1422

1523
/**

0 commit comments

Comments
 (0)