|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
mondrian.olap.fun.vba.ExcelTest
public class ExcelTest
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.
| Constructor Summary | |
|---|---|
ExcelTest()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
| Methods inherited from class junit.framework.Assert |
|---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExcelTest()
| Method Detail |
|---|
public void testAcos()
public void testAcosh()
public void testAsinh()
public void testAtan2()
public void testAtanh()
public void testCosh()
public void testDegrees()
public void testLog10()
public void testPi()
public void testPower()
public void testRadians()
public void testSinh()
public void testSqrtPi()
public void testTanh()
public void testMod()
public void testIntNative()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||