![]() |
FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
|
Unit test cases for ExtractDisk() More...
#include "run_tests.h"
Go to the source code of this file.
Functions | |
| void | testExtractDisk4Ext2 () |
| unpack disk image, ext2 More... | |
| void | testExtractDisk4Ext3 () |
| unpack disk image, ext3 More... | |
| void | testExtractDisk4Ext2FstypeUnknow () |
| unpack disk image, ext2, FStype is unknown More... | |
| void | testExtractDisk4Fat () |
| unpack disk image, fat More... | |
| void | testExtractDisk4Ntfs () |
| unpack disk image, ntfs More... | |
| int | FatDiskNameInit () |
| initialize | |
| int | FatDiskNameClean () |
| clean env and others | |
| void | testFatDiskName1 () |
| Convert to lowercase. More... | |
| void | testFatDiskName2 () |
| Convert to lowercase. More... | |
| void | testFatDiskName3 () |
| Convert to lowercase. More... | |
| void | testFatDiskNameNameEmpty () |
| Convert to lowercase. More... | |
Variables | |
| static int | Result = 0 |
| static char * | Name = NULL |
| CU_TestInfo | ununpack_disk_testcases [] |
| Disk image test cases. More... | |
Unit test cases for ExtractDisk()
Definition in file test_ununpack-disk.c.
| void testExtractDisk4Ext2 | ( | ) |
unpack disk image, ext2
Definition at line 31 of file test_ununpack-disk.c.
| void testExtractDisk4Ext2FstypeUnknow | ( | ) |
unpack disk image, ext2, FStype is unknown
Definition at line 70 of file test_ununpack-disk.c.
| void testExtractDisk4Ext3 | ( | ) |
unpack disk image, ext3
Definition at line 50 of file test_ununpack-disk.c.
| void testExtractDisk4Fat | ( | ) |
unpack disk image, fat
Definition at line 89 of file test_ununpack-disk.c.
| void testExtractDisk4Ntfs | ( | ) |
unpack disk image, ntfs
Definition at line 108 of file test_ununpack-disk.c.
| void testFatDiskName1 | ( | ) |
Convert to lowercase.
Definition at line 150 of file test_ununpack-disk.c.
| void testFatDiskName2 | ( | ) |
Convert to lowercase.
Definition at line 165 of file test_ununpack-disk.c.
| void testFatDiskName3 | ( | ) |
Convert to lowercase.
() to FatDiskName()() Definition at line 182 of file test_ununpack-disk.c.
| void testFatDiskNameNameEmpty | ( | ) |
Convert to lowercase.
Definition at line 195 of file test_ununpack-disk.c.
| CU_TestInfo ununpack_disk_testcases[] |
Disk image test cases.
Definition at line 207 of file test_ununpack-disk.c.