Exemple #1
0
 public void EnsureNoAbandonedFiles()
 {
     ApprovalMaintenance.VerifyNoAbandonedFiles(
         "CustomNamerShouldBeSubstitutable.approved.txt",
         "StringEncodingTest.TestUnicode.approved.txt",
         "AsyncTests.TestAsyncExceptionFromVoid.Mac.approved.txt",
         "AsyncTests.TestAsyncExceptionFromVoid.Microsoft_Windows_10_Education.approved.txt",
         "AsyncTests.TestAsyncExceptionFromVoid.Microsoft_Windows_10_Home_N.approved.txt",
         "AsyncTests.TestAsyncExceptionFromVoid.Microsoft_Windows_10_Pro.approved.txt",
         "AsyncTests.TestAsyncExceptionFromVoid.Microsoft_Windows_Server_2016_Datacenter.approved.txt",
         "AsyncTests.TestAsyncExceptionFromVoid.Microsoft_Windows_Server_2019_Datacenter.approved.txt",
         "AsyncTests.TestAsyncExceptionFromVoid.Windows_7.approved.txt",
         "AsyncTests.TestAsyncExceptionFromVoid.Windows_8.approved.txt"
         );
 }
Exemple #2
0
 public void EnsureNoAbandonedFiles()
 {
     ApprovalMaintenance.VerifyNoAbandonedFiles("Reflection");
 }
Exemple #3
0
 public void VerifyNoAbandonedFiles()
 {
     //ApprovalMaintenance.CleanUpAbandonedFiles();
     ApprovalMaintenance.VerifyNoAbandonedFiles();
 }
 public void EnsureNoAbandonedFiles()
 {
     ApprovalMaintenance.VerifyNoAbandonedFiles("CustomNamerShouldBeSubstitutable.approved.txt");
 }