public static void BeforeClass() { ITextTest.CreateDestinationFolder(DESTINATION_FOLDER); }
public virtual void Before() { ITextTest.CreateDestinationFolder(destinationFolder); }
public static void BeforeClass() { ITextTest.CreateDestinationFolder(destinationFolder); }
public static void Before() { ITextTest.CreateOrClearDestinationFolder(outputPath); }