public override void Write(Suite.TestCaseCollection testCaseCollection)
 {
 }
示例#2
0
 public virtual void Write(Suite.TestCaseCollection testCaseCollection)
 {
     throw new System.NotImplementedException();
 }
        public override void Write(Suite.TestCaseCollection testCaseCollection)
        {
            string str = string.Format("testCaseCollection:{0}", testCaseCollection.TestCaseCollectionRef.Path);

            System.Console.WriteLine(str);
        }