public void TestMethod1()
 {
   var temp = new BlockCollClass();
   try
   {
     temp.Start();
   }
   catch (Exception)
   {
     Assert.Fail();
   }
   
 }
Beispiel #2
0
        public void TestMethod1()
        {
            var temp = new BlockCollClass();

            try
            {
                temp.Start();
            }
            catch (Exception)
            {
                Assert.Fail();
            }
        }