Started making a cucumber test for allchat.

Will need to incorporate mockito in order to mock controller input. Have commented out the tests as they are not working correctly yet.

 #story[1246]
This commit is contained in:
Kusal Ekanayake
2017-09-04 19:43:05 +12:00
parent 88d1e91b6f
commit fce7aa4f9a
5 changed files with 69 additions and 1 deletions
@@ -303,7 +303,7 @@ public class ClientToServerThread implements Runnable {
}
}
private void closeSocket() {
public void closeSocket() {
try {
socket.close();
socketOpen = false;