예제 #1
0
 public static void BeforeClass()
 {
     ITextTest.CreateDestinationFolder(DESTINATION_FOLDER);
 }
예제 #2
0
 public virtual void Before()
 {
     ITextTest.CreateDestinationFolder(destinationFolder);
 }
예제 #3
0
 public static void BeforeClass()
 {
     ITextTest.CreateDestinationFolder(destinationFolder);
 }
 public static void Before()
 {
     ITextTest.CreateOrClearDestinationFolder(outputPath);
 }