For Example I used my test.java File two add two numbers.
I copied vpl_run.sh and vpl_evaluate.sh from https://github.com/jimburton/vpl-unit-test
So now I used my own Junit Test and it works that´s not the problem but if I click on run as a Student I got only the status Junit Test is ok.
But imagine the student wants to check with the console for example he or she wants to type two numbers in but the console doesn´t ask for the two numbers it automatically tests the method´s and give an error or not.
How can I use the console and check for the test or better the student has only the right for testing with the console and the only thing is to evaluate.
Can someone find a solution or has the same problem ?