| |
|
| org.apache.poi.hssf.usermodel.TestFormulas
TestFormulas | public class TestFormulas extends TestCase (Code) | | author: Andrew C. Oliver (acoliver at apache dot org) author: Avik Sengupta |
areaFunctionTest | public void areaFunctionTest(String function) throws Exception(Code) | | Writes a function then tests to see if its correct
|
refAreaArrayFunctionTest | public void refAreaArrayFunctionTest(String function) throws Exception(Code) | | Writes a function then tests to see if its correct
|
refArrayFunctionTest | public void refArrayFunctionTest(String function) throws Exception(Code) | | Writes a function then tests to see if its correct
|
testAddIntegers | public void testAddIntegers() throws Exception(Code) | | Add various integers
|
testBasicAddIntegers | public void testBasicAddIntegers() throws Exception(Code) | | Add 1+1 -- WHoohoo!
|
testComplexSheetRefs | public void testComplexSheetRefs() throws IOException(Code) | | test for bug 34021
|
testConcatIntegers | public void testConcatIntegers() throws Exception(Code) | | Concatinate two numbers 1&2 = 12
|
testDivideIntegers | public void testDivideIntegers() throws Exception(Code) | | Subtract various integers
|
testFloat | public void testFloat() throws Exception(Code) | | Tests creating a file with floating point in a formula.
|
testMultplyIntegers | public void testMultplyIntegers() throws Exception(Code) | | Multiply various integers
|
testOrderOfOperationsMultiply | public void testOrderOfOperationsMultiply() throws Exception(Code) | | tests 1*2+3*4
|
testOrderOfOperationsPower | public void testOrderOfOperationsPower() throws Exception(Code) | | tests 1*2+3^4
|
testParenthesis | public void testParenthesis() throws Exception(Code) | | Tests that parenthesis are obeyed
|
testPowerIntegers | public void testPowerIntegers() throws Exception(Code) | | Exponentialize various integers;
|
testSubtractIntegers | public void testSubtractIntegers() throws Exception(Code) | | Subtract various integers
|
|
|
|