C# Class UnitTests.ParameterizedObjectPoolTests

显示文件 Open project: pomma89/ObjectPool

Private Methods

Method Description
ShouldChangePoolLimitsIfCorrect ( ) : void
ShouldHandleClearAfterNoUsage ( ) : void
ShouldHandleClearAfterSomeUsage ( ) : void
ShouldHandleClearAndThenPoolCanBeUsedAgain ( ) : void
ShouldSimplyWork ( int maxSize ) : System.Threading.Tasks.Task
ShouldThrowOnMaximumSizeEqualToZeroOrNegative ( int maxSize ) : void
ShouldThrowOnMaximumSizeEqualToZeroOrNegativeOnProperty ( int maxSize ) : void
ShouldThrowOnNegativeMinimumSize ( int minSize ) : void
ShouldThrowOnNegativeMinimumSizeOnProperty ( int minSize ) : void