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

+6 votes

Is anyone having trouble making the JUnit case work for other members of the group? If so, what was your solution?

asked in CSC305 Fall 2021 by (1 point)

1 Answer

0 votes

I feel like JUnit testing for this project can be a little hard. You can only test certain portions of the program within the JUnit. What I did was break down the testing using certain testable parts within my project.

answered by (1 point)
0

Sounds good. I found the issue with it.

...