Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jdaemon.era.six
Class TestSIXReport  view TestSIXReport download TestSIXReport.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.jdaemon.era.six.TestSIXReport
All Implemented Interfaces:
junit.framework.Test

public class TestSIXReport
extends junit.framework.TestCase


Field Summary
(package private)  org.jdaemon.era.Cube test_cube
           
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
TestSIXReport(java.lang.String name)
           
 
Method Summary
 void dumpDocument(org.w3c.dom.Document document)
           
static void main(java.lang.String[] args)
           
 void runTest(org.jdaemon.era.Report report)
           
 void setUp()
          Sets up the fixture, for example, open a network connection.
static junit.framework.Test suite()
           
 void testAttributeSelect()
           
 void testEmptyReport()
           
 void testGroupTotals()
           
 void testSimpleTotals()
           
 void testWriteReport()
           
 
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
 

Field Detail

test_cube

org.jdaemon.era.Cube test_cube
Constructor Detail

TestSIXReport

public TestSIXReport(java.lang.String name)
Method Detail

dumpDocument

public void dumpDocument(org.w3c.dom.Document document)

setUp

public void setUp()
Description copied from class: junit.framework.TestCase
Sets up the fixture, for example, open a network connection. This method is called before a test is executed.


runTest

public void runTest(org.jdaemon.era.Report report)
             throws javax.xml.parsers.ParserConfigurationException,
                    org.jdaemon.era.CubeException

testEmptyReport

public void testEmptyReport()
                     throws javax.xml.parsers.ParserConfigurationException,
                            org.jdaemon.era.CubeException

testAttributeSelect

public void testAttributeSelect()
                         throws javax.xml.parsers.ParserConfigurationException,
                                org.jdaemon.era.CubeException

testSimpleTotals

public void testSimpleTotals()
                      throws javax.xml.parsers.ParserConfigurationException,
                             org.jdaemon.era.CubeException

testGroupTotals

public void testGroupTotals()
                     throws javax.xml.parsers.ParserConfigurationException,
                            org.jdaemon.era.CubeException

testWriteReport

public void testWriteReport()
                     throws org.jdaemon.util.data.WriteError,
                            javax.xml.parsers.ParserConfigurationException

suite

public static junit.framework.Test suite()

main

public static void main(java.lang.String[] args)