Package org.gitective.core.filter.commit

Examples of org.gitective.core.filter.commit.DuplicateBlobFilter.reset()


    List<String> paths = files.values().iterator().next();
    assertEquals(2, paths.size());
    assertTrue(paths.contains("file1.txt"));
    assertTrue(paths.contains("file2.txt"));

    filter.reset();
    Map<RevCommit, DuplicateContainer> reset = filter.getDuplicates();
    assertNotNull(reset);
    assertTrue(reset.isEmpty());
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.