import org.junit.Test; public class HelloWorldTest { @Test public void testHello() { new HelloWorld().hello(); } }