Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » hssf » model » [javadoc | source]
org.apache.poi.hssf.model
public class: TestFormulaParser [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.poi.hssf.model.TestFormulaParser
Test the low level formula parser functionality. High level tests are to be done via usermodel/HSSFCell.setFormulaValue() .
Constructor:
 public TestFormulaParser(String name) 
Method from org.apache.poi.hssf.model.TestFormulaParser Summary:
main,   setUp,   tearDown,   testConcatenate,   testEmbeddedIf,   testEmbeddedSlash,   testFormulaWithSpace1,   testFormulaWithSpace2,   testFormulaWithSpaceNRef,   testFormulaWithString,   testIfSingleCondition,   testLeadingSpaceInString,   testLookupAndMatchFunctionArgs,   testMacroFunction,   testNestedFunctionIf,   testNonAlphaFormula,   testParenIf,   testSimpleFormula,   testSimpleIf,   testSimpleLogical,   testSumIf,   testTRUE,   testUnaryMinus,   testWorksheetReferences,   testYN
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.hssf.model.TestFormulaParser Detail:
 public static  void main(String[] args) 
 public  void setUp() 
 public  void tearDown() 
 public  void testConcatenate() 
 public  void testEmbeddedIf() 
 public  void testEmbeddedSlash() 
 public  void testFormulaWithSpace1() 
 public  void testFormulaWithSpace2() 
 public  void testFormulaWithSpaceNRef() 
 public  void testFormulaWithString() 
 public  void testIfSingleCondition() 
 public  void testLeadingSpaceInString() 
 public  void testLookupAndMatchFunctionArgs() 
 public  void testMacroFunction() 
 public  void testNestedFunctionIf() 
    Make sure the ptgs are generated properly with two functions embedded
 public  void testNonAlphaFormula() 
    Bug Reported by xt-jens.riis@nokia.com (Jens Riis) Refers to Bug #17582
 public  void testParenIf() 
 public  void testSimpleFormula() 
 public  void testSimpleIf() throws Exception 
 public  void testSimpleLogical() 
 public  void testSumIf() 
 public  void testTRUE() throws Exception 
 public  void testUnaryMinus() 
 public  void testWorksheetReferences() 
 public  void testYN() throws Exception