| src/test/java/com/hbbohua/gitStudy/Father.java | ●●●●● patch | view | raw | blame | history | |
| src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java | ●●●●● patch | view | raw | blame | history |
src/test/java/com/hbbohua/gitStudy/Father.java
New file @@ -0,0 +1,5 @@ package com.hbbohua.gitStudy; public class Father { String a = "Father"; } src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java
@@ -6,5 +6,6 @@ @Test public void test1(){ System.out.println("hello test...."); System.out.println("hello test2...."); } }