C5UnitTests.heaps.GenericTesters.TestEvents C# (CSharp) Method

TestEvents() private method

private TestEvents ( ) : void
return void
        public void TestEvents()
        {
            Func<CollectionOfInt> factory = delegate () { return new CollectionOfInt(TenEqualityComparer.Default); };
            new C5UnitTests.Templates.Events.PriorityQueueTester<CollectionOfInt>().Test(factory, MemoryType);
        }