*/
@Test(expected = ExcelRuleExtractor.FormatException.class)
public void extractValueCondition_empty() throws Exception {
ExcelRuleExtractor extractor = new LegacyExcelRuleExtractor();
Sheet sheet = sheet("invalid.xls");
extractor.extractValueCondition(sheet.getRow(4));
}
/**
* value conditions - invalid type.
* @throws Exception if failed