Definition at line 35 of file TestHydraTest.py.
Public Member Functions | |
def | addResult |
Dummy callback method (needed by test modules). | |
def | setUp |
Create temporary directory for storing created log files. | |
def | tearDown |
Remove temporary log file directory including files stored in it. | |
def | testInit |
Test initialization of FirewalkTest module. | |
def | testRunTestModule |
Test running THC Hydra with HydraTest module. | |
def | testRunTestModuleWithError |
Test causing error while running THC Hydra with HydraTest module. | |
Private Attributes | |
__logFilePath | |
Static Private Attributes | |
__result = None | |
string | __logFilePath = "" |
string | __hydraPath = "tools/hydra" |
def addResult | ( | self, | ||
result | ||||
) |
Dummy callback method (needed by test modules).
result | the result of the test (testenv.core.TestResult) |
Definition at line 53 of file TestHydraTest.py.
def setUp | ( | self | ) |
Create temporary directory for storing created log files.
Definition at line 62 of file TestHydraTest.py.
def tearDown | ( | self | ) |
Remove temporary log file directory including files stored in it.
Definition at line 71 of file TestHydraTest.py.
def testInit | ( | self | ) |
def testRunTestModule | ( | self | ) |
def testRunTestModuleWithError | ( | self | ) |
Test causing error while running THC Hydra with HydraTest module.
Definition at line 124 of file TestHydraTest.py.
__result = None [static, private] |
Definition at line 38 of file TestHydraTest.py.
string __logFilePath = "" [static, private] |
Definition at line 41 of file TestHydraTest.py.
string __hydraPath = "tools/hydra" [static, private] |
Definition at line 44 of file TestHydraTest.py.
__logFilePath [private] |
Definition at line 63 of file TestHydraTest.py.