Package mondrian.olap.fun.vba
Class ExcelTest
- java.lang.Object
-
- TestCase
-
- mondrian.olap.fun.vba.ExcelTest
-
public class ExcelTest extends TestCaseUnit tests for implementations of Excel worksheet functions.Every function defined in
Excelmust have a test here. In addition, there should be MDX tests (usually inFunctionTest) if handling of argument types, result types, operator overloading, exception handling or null handling are non-trivial.- Since:
- Jan 16, 2008
- Author:
- jhyde
-
-
Constructor Summary
Constructors Constructor Description ExcelTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestAcos()voidtestAcosh()voidtestAsinh()voidtestAtan2()voidtestAtanh()voidtestCosh()voidtestDegrees()voidtestIntNative()voidtestLog10()voidtestMod()voidtestPi()voidtestPower()voidtestRadians()voidtestSinh()voidtestSqrtPi()voidtestTanh()
-
-
-
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()
-
-