Describe the bug
If you have an answer for a question but it comes after a test for a question you haven't attempted yet (in my case I had answered question 1 and 3, but not 2) the tests after 2 won't even run. Running the third test by itself shows that the test should pass, but it doesn't.
To Reproduce
Steps to reproduce the behavior:
Go to Tier2
Have an answer for question 1 and question 3, but with no answer for question 2
Run Tier2Tests.java as JUnit
Question 1 passes, but question 3 does not.
Expected behavior
It shouldn't make a difference if you haven't answered a previous question, the other tests should pass if correct.
Screenshots
With no second answer
With second answer
Describe the bug If you have an answer for a question but it comes after a test for a question you haven't attempted yet (in my case I had answered question 1 and 3, but not 2) the tests after 2 won't even run. Running the third test by itself shows that the test should pass, but it doesn't.
To Reproduce Steps to reproduce the behavior:
Expected behavior It shouldn't make a difference if you haven't answered a previous question, the other tests should pass if correct.
Screenshots With no second answer With second answer