![]() |
FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
|
testing for functions GetPosition, IsFile, TaintURL More...
#include <CUnit/CUnit.h>#include "wget_agent.h"#include "utility.h"
Go to the source code of this file.
Functions | |
| void | testIsFileNormal_RegulerFile () |
| Test for function IsFile() More... | |
| void | testIsFileNormal_SymLink () |
| Test for function IsFile() a symlink. More... | |
| void | testGetPositionNormal () |
| Test for function GetPosition() More... | |
| void | testTaintURL () |
| Test for function TaintURL() More... | |
| void | test_PathCheck () |
| Test for function PathCheck() More... | |
| void | test_Archivefs_dir () |
| Test for function Archivefs(), dir. More... | |
| void | test_Archivefs_file () |
| Test for function Archivefs(), reguler file. More... | |
Variables | |
| CU_TestInfo | testcases_Utiliies [] |
| testcases for function SetEnv More... | |
testing for functions GetPosition, IsFile, TaintURL
Definition in file testUtilities.c.
| void test_Archivefs_dir | ( | ) |
Test for function Archivefs(), dir.
Definition at line 148 of file testUtilities.c.
| void test_Archivefs_file | ( | ) |
Test for function Archivefs(), reguler file.
Definition at line 175 of file testUtilities.c.
| void test_PathCheck | ( | ) |
Test for function PathCheck()
Definition at line 129 of file testUtilities.c.
| void testGetPositionNormal | ( | ) |
Test for function GetPosition()
Definition at line 81 of file testUtilities.c.
| void testIsFileNormal_RegulerFile | ( | ) |
Test for function IsFile()
Definition at line 37 of file testUtilities.c.
| void testIsFileNormal_SymLink | ( | ) |
Test for function IsFile() a symlink.
Definition at line 56 of file testUtilities.c.
| void testTaintURL | ( | ) |
Test for function TaintURL()
Definition at line 104 of file testUtilities.c.
| CU_TestInfo testcases_Utiliies[] |
testcases for function SetEnv
Definition at line 198 of file testUtilities.c.