C# Class Jellyfish.Commands.Tests.RollingNumberTests

Mostra file Open project: Zenasoft/Jellyfish.Commands

Public Methods

Method Description
testMaxValue ( ) : void

Private Methods

Method Description
testCounterRetrievalRefreshesBuckets ( ) : void
testCounterType ( RollingNumberEvent type ) : void
testCreatesBuckets ( ) : void
testCumulativeCounterAfterRolling ( ) : void
testCumulativeCounterAfterRollingAndReset3 ( ) : void
testEmptyLatestValue ( ) : void
testEmptyMax ( ) : void
testEmptySum ( ) : void
testExceptionThrow ( ) : void
testFallbackFailure ( ) : void
testFallbackSuccess ( ) : void
testIncrementInMultipleBuckets ( ) : void
testIncrementInSingleBucket ( ) : void
testResetBuckets ( ) : void
testRolling ( ) : void
testShortCircuited ( ) : void
testThreadPoolRejection ( ) : void
testTimeout ( ) : void
testUpdateMax1 ( ) : void
testUpdateMax2 ( ) : void

Method Details

testMaxValue() public method

public testMaxValue ( ) : void
return void