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

            target.Load(uri);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Exemplo n.º 2
0
        public void LoadTest()
        {
            OPF       target = new OPF(); // TODO: Initialize to an appropriate value
            Container con    = null;      // TODO: Initialize to an appropriate value

            target.Load(con);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
Exemplo n.º 3
0
        public void LoadTest2()
        {
            OPF       target = new OPF(); // TODO: Initialize to an appropriate value
            XDocument xd     = null;      // TODO: Initialize to an appropriate value

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