Uses of Class
org.kite9.framework.common.DiffException

Packages that use DiffException
org.kite9.framework.common   
 

Uses of DiffException in org.kite9.framework.common
 

Methods in org.kite9.framework.common that throw DiffException
static void FileDiff.areFilesSame(File a, File b)
           
static void FileDiff.fileContainsLines(File f, String... lines)
           
static void FileDiff.filesContainSameLines(File a, File b)
           
static void FileDiff.filesContainSameLines(File a, File b, Comparator<String> lc)
          Allows testing of file comparing where order of files is undefined
 



Copyright © 2011. All Rights Reserved.