public void testClear() {
    matcher.add(Arrays.asList(new Mat()));

    matcher.clear();

    assertTrue(matcher.empty());
  }