|
def | __init__ (self, *args) |
|
def | setUp (self) |
|
def | apiError (self, args, msg=None) |
| unit test assertion that fails if status code is not -1 and otherwise returns true More...
|
|
def | apiFail (self, args) |
| unit test assertions that fails if status code is not 0 and otherwise returns true More...
|
|
def | apiSuccess (self, args) |
| unit test assertion that fails if status code is not 1 and otherwise returns the value parameter More...
|
|
def | tearDown (self) |
|
Definition at line 67 of file master.py.
◆ __init__()
def test.master._MasterTestCase.__init__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
◆ _checkUri()
def test.master._MasterTestCase._checkUri |
( |
|
self, |
|
|
|
uri |
|
) |
| |
|
private |
validates a URI as being http(s)
Definition at line 81 of file master.py.
◆ setUp()
def test.master._MasterTestCase.setUp |
( |
|
self | ) |
|
◆ caller_id
test.master._MasterTestCase.caller_id |
◆ master
test.master._MasterTestCase.master |
◆ master_uri
test.master._MasterTestCase.master_uri |
◆ ns
test.master._MasterTestCase.ns |
The documentation for this class was generated from the following file: