FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Unit test cases for FindCmd() More...
#include "run_tests.h"
Go to the source code of this file.
Functions | |
void | testFindCmdNormal () |
find xx.7z More... | |
void | testFindCmd4DscFile () |
find xx.dsc More... | |
void | testFindCmd4CabFile () |
find xx.cab More... | |
void | testFindCmd4MsiFile () |
find xx.msi More... | |
void | testFindCmd4RpmFile () |
find xx.rpm More... | |
void | testFindCmd4IsoFile () |
find xx.iso More... | |
void | testFindCmd4ZipFile () |
find xx.zip More... | |
void | testFindCmd4RarFile () |
find xx.rar More... | |
void | testFindCmd4CpioFile () |
find xx.cpio More... | |
void | testFindCmd4DebFile () |
find xx.deb More... | |
void | testFindCmd4ArchiveLibFile () |
find xx.ar More... | |
void | testFindCmd4TarFile () |
find xx.tar More... | |
void | testFindCmd4ZFile () |
find xx.z More... | |
void | testFindCmd4ExeFile () |
find xx.exe More... | |
void | testFindCmd4Bz2File () |
find xx.bz2 More... | |
void | testFindCmd4Ext3File () |
find ext3 fs More... | |
void | testFindCmd4Ext2File () |
find ext2 fs More... | |
void | testFindCmd4FatFile () |
find fat fs More... | |
void | testFindCmd4NtfsFile () |
find ntfs fs More... | |
void | testFindCmd4PartitionFile () |
find partition file More... | |
Variables | |
CU_TestInfo | FindCmd_testcases [] |
FindCmd() test cases. More... | |
Unit test cases for FindCmd()
Definition in file test_FindCmd.c.
void testFindCmd4ArchiveLibFile | ( | ) |
find xx.ar
Definition at line 170 of file test_FindCmd.c.
void testFindCmd4Bz2File | ( | ) |
find xx.bz2
Definition at line 228 of file test_FindCmd.c.
void testFindCmd4CabFile | ( | ) |
find xx.cab
Definition at line 54 of file test_FindCmd.c.
void testFindCmd4CpioFile | ( | ) |
find xx.cpio
Definition at line 141 of file test_FindCmd.c.
void testFindCmd4DebFile | ( | ) |
find xx.deb
Definition at line 156 of file test_FindCmd.c.
void testFindCmd4DscFile | ( | ) |
find xx.dsc
Definition at line 40 of file test_FindCmd.c.
void testFindCmd4ExeFile | ( | ) |
find xx.exe
Definition at line 214 of file test_FindCmd.c.
void testFindCmd4Ext2File | ( | ) |
find ext2 fs
Definition at line 256 of file test_FindCmd.c.
void testFindCmd4Ext3File | ( | ) |
find ext3 fs
Definition at line 242 of file test_FindCmd.c.
void testFindCmd4FatFile | ( | ) |
find fat fs
Definition at line 270 of file test_FindCmd.c.
void testFindCmd4IsoFile | ( | ) |
find xx.iso
Definition at line 99 of file test_FindCmd.c.
void testFindCmd4MsiFile | ( | ) |
find xx.msi
Definition at line 68 of file test_FindCmd.c.
void testFindCmd4NtfsFile | ( | ) |
find ntfs fs
Definition at line 291 of file test_FindCmd.c.
void testFindCmd4PartitionFile | ( | ) |
void testFindCmd4RarFile | ( | ) |
find xx.rar
Definition at line 127 of file test_FindCmd.c.
void testFindCmd4RpmFile | ( | ) |
find xx.rpm
Definition at line 82 of file test_FindCmd.c.
void testFindCmd4TarFile | ( | ) |
find xx.tar
Definition at line 185 of file test_FindCmd.c.
void testFindCmd4ZFile | ( | ) |
find xx.z
Definition at line 200 of file test_FindCmd.c.
void testFindCmd4ZipFile | ( | ) |
find xx.zip
Definition at line 113 of file test_FindCmd.c.
void testFindCmdNormal | ( | ) |
find xx.7z
Definition at line 18 of file test_FindCmd.c.
CU_TestInfo FindCmd_testcases[] |
FindCmd() test cases.
Definition at line 319 of file test_FindCmd.c.