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(List<?> other)
          Diffs this table with other, which can be a List&lt;List&lt;String&gt;&gt; or a List&lt;YourType&gt;.
 



Copyright © 2012. All Rights Reserved.