Skip to content

Commit 6d98f6f

Browse files
authored
Create fakeTest.java
1 parent fe6764c commit 6d98f6f

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

src/test/java/test/fakeTest.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
package test;
2+
3+
import org.junit.Test;
4+
5+
import static org.junit.Assert.assertEquals;
6+
7+
/**
8+
* This class is only for the test purpose.
9+
*/
10+
public class accountSystemTest {
11+
@Test
12+
public void name_1() {
13+
assertEquals(1, 1);
14+
}
15+
}

0 commit comments

Comments
 (0)