![]() |
FOSSology
4.6.0-rc1
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 137 of file testUtilities.c.
| void test_Archivefs_file | ( | ) |
Test for function Archivefs(), reguler file.
Definition at line 164 of file testUtilities.c.
| void test_PathCheck | ( | ) |
Test for function PathCheck()
Definition at line 118 of file testUtilities.c.
| void testGetPositionNormal | ( | ) |
Test for function GetPosition()
Definition at line 70 of file testUtilities.c.
| void testIsFileNormal_RegulerFile | ( | ) |
Test for function IsFile()
Definition at line 26 of file testUtilities.c.
| void testIsFileNormal_SymLink | ( | ) |
Test for function IsFile() a symlink.
Definition at line 45 of file testUtilities.c.
| void testTaintURL | ( | ) |
Test for function TaintURL()
Definition at line 93 of file testUtilities.c.
| CU_TestInfo testcases_Utiliies[] |
testcases for function SetEnv
Definition at line 187 of file testUtilities.c.