public void FixedStringNContains() { FixedStringN a = "bookkeeper"; FixedStringN b = "ookkee"; Assert.AreEqual(true, a.Contains(b)); }