Describe the bug
The user class diagram lists the field as username but the test is looking for userName. No way of knowing this without looking at the test.
To Reproduce
Steps to reproduce the behavior:
Go to RevassessTier1\src\test\java\com\tier1\answers\Answer2Tests.java
Describe the bug The user class diagram lists the field as username but the test is looking for userName. No way of knowing this without looking at the test.
To Reproduce Steps to reproduce the behavior:
Expected behavior Either userName should be username, or the user class diagram should be changed to userName.