Example #1
0
 public virtual void TestGet()
 {
     NUnit.Framework.Assert.AreEqual("foo4", spillover.Get(4));
     NUnit.Framework.Assert.AreEqual("foo5", spillover.Get(5));
     NUnit.Framework.Assert.AreEqual("foo6", spillover.Get(6));
 }