| org.drools.decisiontable.parser.xls.ExcelParserTest
ExcelParserTest | public class ExcelParserTest extends TestCase (Code) | | author: Michael Neale author: Some unit tests for the corners of ExcelParser that are not explicitly author: covered by integration tests. |
Inner Class :static class MockCell implements Cell | |
Inner Class :static class MockRange implements Range | |
testCellMerge | public void testCellMerge() throws Exception(Code) | | This should test to see if a cell is in a certain range or not.
If it is in a merged range, then it should return the top left cell.
throws: Exception - |
testRemoveTrailingZero | public void testRemoveTrailingZero()(Code) | | |
|
|