dashboard
repositories
filestore
activity
search
login
chengyuhong
/
git_study
forked from
git_study
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
test20
wangzilun
2023-07-27
460486d97277ff228a9b59fe4d079a35b33647e5
[~chengyuhong/git_study.git]
/
src
/
test
/
java
/
com
/
hbbohua
/
gitStudy
/
HelloWorldTest.java
1
2
3
4
5
6
7
8
9
10
11
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....");
}
}