|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase org.ujac.util.table.test.PivotTableTest
public class PivotTableTest
Name: PivotTableTest
Description: A JUnit test for pivot tables.
Constructor Summary | |
---|---|
PivotTableTest()
Constructs a PivotTableTest instance with specific attributes. |
|
PivotTableTest(String name)
Constructs a PivotTableTest instance with specific attributes. |
Method Summary | |
---|---|
protected void |
setUp()
Sets up the test case. |
void |
testPivotTableCount()
Tests the creation of a PivotTable. |
void |
testPivotTableCountSingleGroup()
Tests the creation of a PivotTable. |
void |
testPivotTableSum()
Tests the creation of a PivotTable. |
void |
testPivotTableSumSingleGroup()
Tests the creation of a PivotTable. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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 PivotTableTest()
public PivotTableTest(String name)
name
- The name of the test case.Method Detail |
---|
protected void setUp() throws Exception
setUp
in class junit.framework.TestCase
Exception
TestCase.setUp()
public void testPivotTableSum() throws TableException
TableException
- In case the data table access fails.public void testPivotTableSumSingleGroup() throws TableException
TableException
- In case the data table access fails.public void testPivotTableCount() throws TableException
TableException
- In case the data table access fails.public void testPivotTableCountSingleGroup() throws TableException
TableException
- In case the data table access fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |