Exemplo n.º 1
0
        public void AddDefineTest()
        {
            Assembler target = new Assembler();     // TODO: Initialize to an appropriate value
            string    name   = string.Empty;        // TODO: Initialize to an appropriate value
            string    value  = string.Empty;        // TODO: Initialize to an appropriate value

            target.AddDefine(name, value);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }