Skip to content

Commit b9d5357

Browse files
committed
初始化ArrayList测试类
1 parent b76c841 commit b9d5357

File tree

1 file changed

+11
-0
lines changed
  • group07/562247675/homework/homework-0226/src/test/java/com/coding2017/group7/homework/c0226

1 file changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
package com.coding2017.group7.homework.c0226;
2+
3+
import org.junit.Test;
4+
5+
public class ArrayListTest {
6+
@Test
7+
public void add() throws Exception {
8+
9+
}
10+
11+
}

0 commit comments

Comments
 (0)