Package mondrian.olap.fun.vba
Class ExcelTest
- java.lang.Object
-
- TestCase
-
- mondrian.olap.fun.vba.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 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 void
testAcos()
void
testAcosh()
void
testAsinh()
void
testAtan2()
void
testAtanh()
void
testCosh()
void
testDegrees()
void
testIntNative()
void
testLog10()
void
testMod()
void
testPi()
void
testPower()
void
testRadians()
void
testSinh()
void
testSqrtPi()
void
testTanh()
-
-
-
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()
-
-