Public Member Functions | |
def | __init__ (self, host='localhost', port=4001, path='.') |
def | __init__ (self, host='localhost', port=4001, path='.') |
def | base_url (self) |
def | base_url (self) |
def | run (self) |
def | run (self) |
def | stop (self) |
def | stop (self) |
Private Attributes | |
_base_url | |
_cwd | |
_root_path | |
_server | |
Definition at line 20 of file porcupine/binding/web/tests/en-factory/selenium_test.py.
def selenium_test.SimpleHttpServer.__init__ | ( | self, | |
host = 'localhost' , |
|||
port = 4001 , |
|||
path = '.' |
|||
) |
Definition at line 21 of file porcupine/binding/web/tests/en-factory/selenium_test.py.
def selenium_test.SimpleHttpServer.__init__ | ( | self, | |
host = 'localhost' , |
|||
port = 4001 , |
|||
path = '.' |
|||
) |
Definition at line 21 of file rhino/binding/web/tests/en-factory/selenium_test.py.
def selenium_test.SimpleHttpServer.base_url | ( | self | ) |
Definition at line 29 of file porcupine/binding/web/tests/en-factory/selenium_test.py.
def selenium_test.SimpleHttpServer.base_url | ( | self | ) |
Definition at line 29 of file rhino/binding/web/tests/en-factory/selenium_test.py.
def selenium_test.SimpleHttpServer.run | ( | self | ) |
Definition at line 32 of file rhino/binding/web/tests/en-factory/selenium_test.py.
def selenium_test.SimpleHttpServer.run | ( | self | ) |
Definition at line 32 of file porcupine/binding/web/tests/en-factory/selenium_test.py.
def selenium_test.SimpleHttpServer.stop | ( | self | ) |
Definition at line 37 of file porcupine/binding/web/tests/en-factory/selenium_test.py.
def selenium_test.SimpleHttpServer.stop | ( | self | ) |
Definition at line 37 of file rhino/binding/web/tests/en-factory/selenium_test.py.
|
private |
Definition at line 22 of file porcupine/binding/web/tests/en-factory/selenium_test.py.
|
private |
Definition at line 24 of file porcupine/binding/web/tests/en-factory/selenium_test.py.
|
private |
Definition at line 23 of file porcupine/binding/web/tests/en-factory/selenium_test.py.
|
private |
Definition at line 25 of file porcupine/binding/web/tests/en-factory/selenium_test.py.