FInal commit
Found a small bug in sendError
Changed location of files
Tried to preserve diff after renaming files
Test
Changed our implementantion location too a new ...
Added a new assert to getNextMessage on ClientC...
updated documentation of ConnectionHandler
Updated catch messages on the client
Updated catch block messages
Changed folder structure in orther to have the ...
Fixed bug on disconnectClientTest
created boolean variable on the clientSide to s...
Fixed a small bug
Fixed a bug that was causing Client.hasNext tes...
Finished hasNextTest
Changed msgQueue from a LinkedList to a more ap...
Finished receiveMessageTest for the servercomm
updated tests for servercomm
updated connect TEst
Updated Tests to increase coverage
Added nickname parameter
Changed HashMap to ConcurrentHashMap
added nickname parameter
Changed sendOrder to have correct message type
Added Tests
Modified SCHandler constructor
Created Thread to listen to new messages and ad...
Created ServerConnectionHandler to facilitate s...
Finished getNext on serverComm
Finished hasNextMessage and outline for getNext...
Created start() in ServerCommDummy
Added input and output objects to ClientCommDummy.
Test for ClientComm
Wrote function to create Socket and test for it.
First commit to SVN