Package net.firstpartners.sample.ExcelDataRules

Source Code of net.firstpartners.sample.ExcelDataRules.ExcelDataRulesExampleTest

package net.firstpartners.sample.ExcelDataRules;

import static org.junit.Assert.fail;

import java.io.IOException;

import org.apache.poi.hssf.usermodel.HSSFWorkbook;
import org.drools.compiler.DroolsParserException;

public class ExcelDataRulesExampleTest {

  public final void testRunExcelDataRulesExample() throws DroolsParserException, IOException, ClassNotFoundException {
    HSSFWorkbook hsWorkbook = new ExcelDataRulesExample().runExcelDataRulesExample();

    fail("Need to add checks on output"); // TODO
  }

}
TOP

Related Classes of net.firstpartners.sample.ExcelDataRules.ExcelDataRulesExampleTest

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.