Uses of Class
cucumber.table.TableDiffException

Packages that use TableDiffException
cucumber.table   
 

Uses of TableDiffException in cucumber.table
 

Methods in cucumber.table that throw TableDiffException
 void TableDiffer.calculateDiffs()
           
 void DataTable.diff(DataTable other)
          Diffs this table with other.
 void DataTable.diff(List<?> other)
          Diffs this table with other, which can be a List<List<String>> or a List<YourType>.
 



Copyright © 2012. All Rights Reserved.