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