package com.jenjinstudios.server.net; import org.testng.annotations.Test; import static org.testng.Assert.*; /** * Test the ServerInit class. */ public class ServerInitTest { @Test public void testReadFromStream() throws Exception { } }