コード例 #1
0
        public void Initialize()
        {
            Cleanup();

            // excel.svg, hello.txt, link.png
            IOSamples.ExportSample("files1.zip");

            // hello.txt
            // folder1/(excel.svg, hello.txt, link.png)
            // folder1/folder2/link.png
            IOSamples.ExportSample("files2.zip");
        }
コード例 #2
0
 public static void Initialize(TestContext _)
 {
     IOSamples.ClearFolder();
     IOSamples.ExportSample("book.xls");
     IOSamples.ExportSample("book.xlsx");
 }
コード例 #3
0
 public void Initialize()
 {
     IOSamples.ClearFolder();
     _openXmlFile = IOSamples.ExportSample("book.xlsx");
     _ole2file    = IOSamples.ExportSample("book.xls");
 }
コード例 #4
0
 public static void ClassInitialize(TestContext _)
 {
     IOSamples.ClearFolder();
     _openXmlFile = IOSamples.ExportSample("book.xlsx");
     _ole2file    = IOSamples.ExportSample("book.xlsx");
 }