![]() |
FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
|
Unit test cases for ExtractAR() More...
#include "run_tests.h"
Go to the source code of this file.
Functions | |
| void | testExtractAR4ArchiveLibraryFile () |
| unpack archive library file More... | |
| void | testExtractAR4DebFile () |
| unpack deb file More... | |
| void | testExtractAR4EmptyParameters () |
| abnormal parameters More... | |
| void | testExtractAR4ErrorParameters () |
| abnormal parameters More... | |
Variables | |
| static int | Result = 0 |
| CU_TestInfo | ExtractAR_testcases [] |
| AR test cases. More... | |
Unit test cases for ExtractAR()
Definition in file test_ununpack-ar.c.
| void testExtractAR4ArchiveLibraryFile | ( | ) |
unpack archive library file
.ar library file using ExtractAR()Definition at line 32 of file test_ununpack-ar.c.
| void testExtractAR4DebFile | ( | ) |
unpack deb file
.deb archives using ExtractAR()Definition at line 51 of file test_ununpack-ar.c.
| void testExtractAR4EmptyParameters | ( | ) |
abnormal parameters
Definition at line 70 of file test_ununpack-ar.c.
| void testExtractAR4ErrorParameters | ( | ) |
abnormal parameters
.rpm archives using ExtractAR()Definition at line 85 of file test_ununpack-ar.c.
| CU_TestInfo ExtractAR_testcases[] |
AR test cases.
Definition at line 100 of file test_ununpack-ar.c.