コード例 #1
0
        public void AddButtonDropDownSeparatorTest()
        {
            Toolbar target       = new Toolbar(); // TODO: Initialize to an appropriate value
            string  Name         = string.Empty;  // TODO: Initialize to an appropriate value
            string  Toolbar      = string.Empty;  // TODO: Initialize to an appropriate value
            string  ParentButton = string.Empty;  // TODO: Initialize to an appropriate value

            target.AddButtonDropDownSeparator(Name, Toolbar, ParentButton);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }