Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+15 votes
asked in CSC305 Fall 2022 by (1 point)

4 Answers

+10 votes

Yes, refer to Dr stonedahl previous posts about dependencies and build. Mine I think was weird, It was loaded in the maven dependencies and I had to add lines in the pom file

answered by (2.1k points)
+9 votes

Your projects must include several JUnit tests to check functionality. Focus on non-GUI code that can be tested with unit tests.

answered by (1 point)
+6 votes

We got a few of the work but not all of them are working

answered by (1 point)
+6 votes

Add dependencies for jupiter. Create a new source folder called src/test/java. Then create new, other, java test case. Then you put the class you want to test

answered by (1 point)
...