public static class StatsRollingNumber.UnitTest
extends java.lang.Object
| Constructor and Description |
|---|
StatsRollingNumber.UnitTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testCompareAndSet() |
void |
testCounterRetrievalRefreshesBuckets() |
void |
testCreatesBuckets() |
void |
testEmptyBucketsFillIn() |
void |
testEmptyLatestValue() |
void |
testEmptySum() |
void |
testEVENT_DISCARDED() |
void |
testEVENT_PROCESSED() |
void |
testIncrementInMultipleBuckets() |
void |
testIncrementInSingleBucket() |
void |
testMAX_RATED() |
void |
testMaxValue() |
void |
testMIN_RATE() |
void |
testResetBuckets() |
void |
testRolling() |
void |
testSet() |
public void testCreatesBuckets()
public void testResetBuckets()
public void testEmptyBucketsFillIn()
public void testIncrementInSingleBucket()
public void testEVENT_DISCARDED()
public void testEVENT_PROCESSED()
public void testMAX_RATED()
public void testMIN_RATE()
public void testIncrementInMultipleBuckets()
public void testCounterRetrievalRefreshesBuckets()
public void testSet()
public void testCompareAndSet()
public void testMaxValue()
public void testEmptySum()
public void testEmptyLatestValue()
public void testRolling()