![]() |
FOSSology
4.5.1
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 21 of file test_ununpack-ar.c.
| void testExtractAR4DebFile | ( | ) |
unpack deb file
.deb archives using ExtractAR()Definition at line 40 of file test_ununpack-ar.c.
| void testExtractAR4EmptyParameters | ( | ) |
abnormal parameters
Definition at line 59 of file test_ununpack-ar.c.
| void testExtractAR4ErrorParameters | ( | ) |
abnormal parameters
.rpm archives using ExtractAR()Definition at line 74 of file test_ununpack-ar.c.
| CU_TestInfo ExtractAR_testcases[] |
AR test cases.
Definition at line 89 of file test_ununpack-ar.c.