@Before
 public void setUp() {
   arrays = mock(IntArrays.class);
   assertions = new IntArrayAssert(emptyArray());
   assertions.arrays = arrays;
 }