Beispiel #1
0
        public void TestRedeem()
        {
            Pool <TestClass> pool = new Pool <TestClass>();

            pool.Redeem(new TestClass());
        }
Beispiel #2
0
        public void TestGet()
        {
            Pool <TestClass> pool = new Pool <TestClass>();

            Assert.IsNotNull(pool.Get());
        }