public class TestTransformedIterator extends BaseFunctorTest
| Constructor and Description |
|---|
TestTransformedIterator() |
| Modifier and Type | Method and Description |
|---|---|
Object |
makeFunctor() |
void |
setUp() |
void |
tearDown() |
void |
testBasicTransform() |
void |
testConstructorProhibitsNull() |
void |
testConstructorProhibitsNull2() |
void |
testConstructorProhibitsNull3() |
void |
testEmptyList() |
void |
testEquals() |
void |
testNextAfterEndOfList() |
void |
testNextOnEmptyList() |
void |
testNextWithoutHasNext() |
void |
testRemoveAfterNext() |
void |
testRemoveAll() |
void |
testRemoveBeforeNext() |
void |
testRemoveWithoutHasNext() |
void |
testTransform() |
void |
testTransformWithNullFunctionReturnsIdentity() |
void |
testTransformWithNullIteratorAndNullFunctionReturnsNull() |
void |
testTransformWithNullIteratorReturnsNull() |
assertObjectsAreEqual, assertObjectsAreNotEqual, testObjectEquals, testSerializeDeserializeThenCompare, testToStringIsOverriddenpublic TestTransformedIterator()
public Object makeFunctor()
makeFunctor in class BaseFunctorTestpublic void testBasicTransform()
public void testEmptyList()
public void testNextWithoutHasNext()
public void testNextAfterEndOfList()
public void testNextOnEmptyList()
public void testRemoveBeforeNext()
public void testRemoveAfterNext()
public void testRemoveAll()
public void testRemoveWithoutHasNext()
public void testTransformWithNullIteratorReturnsNull()
public void testTransformWithNullFunctionReturnsIdentity()
public void testTransformWithNullIteratorAndNullFunctionReturnsNull()
public void testTransform()
public void testConstructorProhibitsNull()
public void testConstructorProhibitsNull2()
public void testConstructorProhibitsNull3()
public void testEquals()
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.