public class AbstractListBackedAggregatorTest extends BaseFunctorTest
AbstractListBackedAggregator. TODO: revisit after the
class hierarchy change| Constructor and Description |
|---|
AbstractListBackedAggregatorTest() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
makeFunctor() |
void |
testAdd()
Ensures beforeAdd/afterAdd is called correctly.
|
void |
testAddEvaluateReset()
"Complete" add/evaluate/reset chain.
|
void |
testEvaluate()
Ensures beforeEvaluate/afterEvauate is called correctly.
|
void |
testGetSize() |
void |
testListCreated()
Ensure
series is created in constructor. |
void |
testReset() |
assertObjectsAreEqual, assertObjectsAreNotEqual, testObjectEquals, testSerializeDeserializeThenCompare, testToStringIsOverriddenpublic AbstractListBackedAggregatorTest()
protected Object makeFunctor() throws Exception
makeFunctor in class BaseFunctorTestExceptionpublic void testListCreated() throws Exception
series is created in constructor.Exceptionpublic void testAdd() throws Exception
Exceptionpublic void testEvaluate() throws Exception
Exceptionpublic void testAddEvaluateReset() throws Exception
Exceptionpublic void testGetSize() throws Exception
ExceptionCopyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.