Closed 13Lena closed 2 years ago
Line 6 does not pass the checkstyle. Change import static org.junit.jupiter.api.Assertions.*;
to:
import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.junit.jupiter.api.Assertions.assertEquals;
Setting status to Draft; please advise when this is ready for review.
Incomplete. No activity in 16 days. Closing.
Created an incomplete test class for StarGenerator.java
Location
objects in each pattern is equivalent to some desired inputn
We suggest breaking up
generatePatternTest
method into private methods that test each of the above assertions individually. Even though the basics of the tests are here, it possible more components for the test class are needed.