Lines Matching refs:TestIDictionary
82 TestIDictionary = class(TTestCase) class
428 procedure TestIDictionary.SetUp;
437 procedure TestIDictionary.TearDown;
442 procedure TestIDictionary.TestGetItem;
452 procedure TestIDictionary.TestSetItem;
463 procedure TestIDictionary.TestGetCount;
471 procedure TestIDictionary.TestAdd;
482 procedure TestIDictionary.TestRemove;
491 procedure TestIDictionary.TestTryGetValue;
507 procedure TestIDictionary.TestContainsKey;
521 procedure TestIDictionary.TestContainsValue;
535 procedure TestIDictionary.TestEnumeration;
631 RegisterTest(TestIDictionary.Suite);