C# Class OpenTween.LRUCacheDictionaryTest

Mostra file Open project: opentween/OpenTween

Public Methods

Method Description
GetterTest ( ) : void

Private Methods

Method Description
AddTest ( ) : void
AutoTrimTest ( ) : void
CacheRemovedEventTest ( ) : void
ContainsKeyTest ( ) : void
ContainsTest ( ) : void
CopyToTest ( ) : void
CountTest ( ) : void
Enumerator2Test ( ) : void
EnumeratorTest ( ) : void
InnerListTest ( ) : void
IsReadOnlyTest ( ) : void
KeysTest ( ) : void
Remove2Test ( ) : void
RemoveTest ( ) : void
SetterTest ( ) : void
TrimLimitTest ( int trimLimit ) : void
TrimOrderTest ( ) : void
TryGetValueTest ( ) : void
ValuesTest ( ) : void

Method Details

GetterTest() public method

public GetterTest ( ) : void
return void