package com.iplatform; import com.iplatform.tcp.WebsocketClientTest; /** * Unit test for simple App. */ public class AppTest { public static void main( String[] args ) { System.out.println( "Hello World!" ); WebsocketClientTest test = new WebsocketClientTest(); test.createBatch(); } }