test.unittests
Class CompoundDSTest

java.lang.Object
  extended by TestCase
      extended by test.unittests.CompoundDSTest

public class CompoundDSTest
extends TestCase


Constructor Summary
CompoundDSTest(java.lang.String arg0)
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testFieldsHaveCorrectNameTypeOrderAndDims()
          For the Compund Dataset in the Test File, we are checking geting the memberCount.
 void testSelectionDeselectionCountWorks()
          For the Compund Dataset in the Test File, we are checking Geting the selectMemberCount method on the default selection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundDSTest

public CompoundDSTest(java.lang.String arg0)
Parameters:
arg0 -
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testFieldsHaveCorrectNameTypeOrderAndDims

public final void testFieldsHaveCorrectNameTypeOrderAndDims()
For the Compund Dataset in the Test File, we are checking


testSelectionDeselectionCountWorks

public final void testSelectionDeselectionCountWorks()
For the Compund Dataset in the Test File, we are checking