SENG3150Connections / Project

Final Project
http://203.9.224.192
0 stars 0 forks source link

[Authentication] LogoutAction throws NPEs when testing. #12

Closed ScottWalkerAU closed 7 years ago

ScottWalkerAU commented 7 years ago

When trying to test LogoutAction's execute method, a Null Pointer Exception is thrown due to the session not being instantiated properly

java.lang.NullPointerException at NewcastleConnections.Authentication.LogoutAction.execute(LogoutAction.java:33) ... at NewcastleConnections.Authentication.LogoutActionTest.execute(LogoutActionTest.java:30)