use of org.kie.pmml.commons.model.expressions.KiePMMLInlineTable in project drools by kiegroup.
the class KiePMMLInlineTableInstanceFactoryTest method getKiePMMLInlineTable.
@Test
public void getKiePMMLInlineTable() {
final InlineTable toConvert = getRandomInlineTableWithCells();
final KiePMMLInlineTable retrieved = KiePMMLInlineTableInstanceFactory.getKiePMMLInlineTable(toConvert);
commonVerifyKiePMMLInlineTableWithCells(retrieved, toConvert);
}
Aggregations