コード例 #1
0
        public void ContainsTest()
        {
            Toolbar target   = new Toolbar(); // TODO: Initialize to an appropriate value
            object  key      = null;          // TODO: Initialize to an appropriate value
            bool    expected = false;         // TODO: Initialize to an appropriate value
            bool    actual;

            actual = target.Contains(key);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }