org.eigenbase.runtime
Class CompoundIterator.Test

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.eigenbase.test.EigenbaseTestCase
              extended by org.eigenbase.runtime.CompoundIterator.Test
All Implemented Interfaces:
Test
Enclosing class:
CompoundIterator

public static class CompoundIterator.Test
extends EigenbaseTestCase


Nested Class Summary
(package private) static class CompoundIterator.Test.Box
           
(package private) static class CompoundIterator.Test.BoxIterator
           
 
Field Summary
 
Fields inherited from class org.eigenbase.test.EigenbaseTestCase
emptyStringArray, nl
 
Constructor Summary
CompoundIterator.Test(String s)
           
 
Method Summary
protected  void assertUnboxedEquals(Iterator p, Object[] a)
          Checks that a BoxIterator returns the same values as the contents of an array.
 void testCompoundBoxIter()
           
 void testCompoundIter()
           
 void testCompoundIterEmpty()
           
 void testCompoundIterFirstEmpty()
           
 
Methods inherited from class org.eigenbase.test.EigenbaseTestCase
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEqualsDeep, assertThrowableContains, copySuite, makeIterator, makeTupleIter, toList, toList, toList
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompoundIterator.Test

public CompoundIterator.Test(String s)
                      throws Exception
Throws:
Exception
Method Detail

testCompoundIter

public void testCompoundIter()

testCompoundIterEmpty

public void testCompoundIterEmpty()

testCompoundIterFirstEmpty

public void testCompoundIterFirstEmpty()

assertUnboxedEquals

protected void assertUnboxedEquals(Iterator p,
                                   Object[] a)
Checks that a BoxIterator returns the same values as the contents of an array.


testCompoundBoxIter

public void testCompoundBoxIter()