package com.hbbohua.gitStudy; import org.junit.Test; public class HelloWorldTest { @Test public void test1(){ System.out.println("hello test...."); System.out.println("hello test2...."); System.out.println("hello test3..."); } }