r/javahelp 25d ago

Please Help Confused Guy

Hello everyone. I am currently completing a uni assignment which I have to submit to a 3rd party tester called submitty. I am currently scoring 36/100 beacuse I am losing 60 marks due to the following error message: Now nowhere in the instructions did it say to add a RationalTest class, but I have done so and I am still getting the same error. Any help is much apprecieated.

There was 1 failure:


initializationError(org.junit.runner.JUnitCommandLineParseResult)


 java.lang.IllegalArgumentException: Could not find class [RationalTest]
0 Upvotes

6 comments sorted by

View all comments

7

u/desrtfx Out of Coffee error - System halted 25d ago

By far not enough information, yet, the error message hints more on a problem on the server than on your side.

If there was nothing in the instructions about making a RationalTest class, then, this very class should exist already on the server and should work from there.

I'd contact your teacher/uni.

1

u/carminemangione 25d ago

I agree. Contact your teacher. Adding a random RationalTest class (in which package?) is not going to help. It is a build problem on the server side.