package com.github.HarryHook.coding2017.basic; import org.junit.Before; import com.github.HarryHook.coding2017.basic.MyArrayList; public class ArrayListTest extends ListTest { @Before public void setUpArrayList() { aList = new MyArrayList(); } }