示例#1
0
        public HardDriveTestCase(TestCaseIGUI iGUI)
        {
            hardDrive = new HardDrive();

            this.TestCaseIGUI = iGUI;
            iGUI.beginTesting("HardDrive");
            //iGUI.attachResult(getFileNameTest());
            //iGUI.attachResult(getFileExtensionTest());
            //iGUI.attachResult(getDirPathTest());
            iGUI.attachResult(getAllFilesInDirTes());
            iGUI.attachResult(getByteFromFileTest());
            iGUI.endTesting();
        }
示例#2
0
 public HardDriveDataMapper()
 {
     hardDrive = new HardDrive();
 }