Example #1
0
 public CompareContext(string testName, TheoryDataBase theoryData)
 {
     Title = testName;
     PropertiesToIgnoreWhenComparing = theoryData.PropertiesToIgnoreWhenComparing;
 }
        public static CompareContext WriteHeader(string testcase, TheoryDataBase theoryData)
        {
            WriteHeader($"{testcase} : {theoryData.TestId}", theoryData.First);

            return(new CompareContext($"{testcase} : {theoryData.TestId}", theoryData));
        }