public void ContainsFalse() { var array = new CircularArray <string>(new [] { "three", "little", "pigs" }); Assert.False(array.Contains("wolves")); }