public abstract class SlidingWindowTest
extends java.lang.Object
| Constructor and Description |
|---|
SlidingWindowTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
tearDown() |
void |
testAddMeasurementNull() |
void |
testAddMeasurementWrongMetric() |
void |
testAddObserver() |
void |
testAddObserverNull() |
void |
testAddObserverWrongMetric() |
void |
testFlush() |
void |
testGetAcceptedMetric() |
void |
testGetCurrentUpperBound() |
void |
testGetEffectiveWindowLength() |
void |
testGetIncrement() |
void |
testGetNumberOfElements() |
void |
testIsEmpty() |
void |
testMoveOn() |
void |
testRemoveObserver() |
public void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic void testAddMeasurementWrongMetric()
public void testAddMeasurementNull()
public void testFlush()
public void testGetCurrentUpperBound()
public void testGetEffectiveWindowLength()
public void testGetIncrement()
public void testGetAcceptedMetric()
public void testIsEmpty()
public void testGetNumberOfElements()
public void testAddObserver()
public void testAddObserverNull()
public void testAddObserverWrongMetric()
public void testRemoveObserver()
public void testMoveOn()