Class ExcelTest


  • public class ExcelTest
    extends TestCase
    Unit tests for implementations of Excel worksheet functions.

    Every function defined in Excel must have a test here. In addition, there should be MDX tests (usually in FunctionTest) if handling of argument types, result types, operator overloading, exception handling or null handling are non-trivial.

    Since:
    Jan 16, 2008
    Author:
    jhyde
    • Constructor Detail

      • ExcelTest

        public ExcelTest()
    • Method Detail

      • testAcos

        public void testAcos()
      • testAcosh

        public void testAcosh()
      • testAsinh

        public void testAsinh()
      • testAtan2

        public void testAtan2()
      • testAtanh

        public void testAtanh()
      • testCosh

        public void testCosh()
      • testDegrees

        public void testDegrees()
      • testLog10

        public void testLog10()
      • testPi

        public void testPi()
      • testPower

        public void testPower()
      • testRadians

        public void testRadians()
      • testSinh

        public void testSinh()
      • testSqrtPi

        public void testSqrtPi()
      • testTanh

        public void testTanh()
      • testMod

        public void testMod()
      • testIntNative

        public void testIntNative()