}
@Before
public void setUp() {
TestLabelable[] itemsArray = new TestLabelable[]{
new TestLabelable("one", true, true),
new TestLabelable("two", false, true),
new TestLabelable("three", false, true),
new TestLabelable("four", true, true),
new TestLabelable("five", false, true),
new TestLabelable("six", true, true),
new TestLabelable("seven", true, true),
new TestLabelable("eight", true, true),
new TestLabelable("nine", false, true),
new TestLabelable("ten", false, true),
new TestLabelable("eleven", false, true),
new TestLabelable("twelve", true, true)
};
this.originalItems = Arrays.asList(itemsArray);
}