add tests

This commit is contained in:
Naoyuki Kanezawa
2013-08-25 01:17:08 +09:00
parent 693d9b54c0
commit 2f69df2574
2 changed files with 139 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ public class SocketTest {
* should not emit close on incorrect connection.
*
* @throws URISyntaxException
* @throws InterruptedException
*/
@Test
public void socketClosing() throws URISyntaxException, InterruptedException {