Example #1
0
        public void ExecuteTest()
        {
            file2wss target = new file2wss(); // TODO: Initialize to an appropriate value
            target.FileName = @"VS2010.trx.xml";

            target.TargetUrl = @"https://vstf-eu-dub-01.partners.extranet.microsoft.com/sites/EXT04_Consol_TPC/TM3/Bits/VS2010.trx.xml";
            bool actual = target.Execute();
            Assert.IsTrue(actual);
        }
Example #2
0
 public void file2wssConstructorTest()
 {
     file2wss target = new file2wss();
     Assert.IsNotNull(target);
 }