Public Member Functions | |
def | setUp (self) |
def | tearDown (self) |
def | test_addFactory (self) |
def | test_createObject (self) |
def | test_deleteObject (self) |
def | test_getIdentifiers (self) |
def | test_hasFactory (self) |
def | test_isinstance (self) |
def | test_removeFactory (self) |
Public Attributes | |
factory | |
Definition at line 33 of file test_GlobalFactory.py.
def test_GlobalFactory.TestGlobalFactory.setUp | ( | self | ) |
Definition at line 35 of file test_GlobalFactory.py.
def test_GlobalFactory.TestGlobalFactory.tearDown | ( | self | ) |
Definition at line 40 of file test_GlobalFactory.py.
def test_GlobalFactory.TestGlobalFactory.test_addFactory | ( | self | ) |
Definition at line 67 of file test_GlobalFactory.py.
def test_GlobalFactory.TestGlobalFactory.test_createObject | ( | self | ) |
Definition at line 97 of file test_GlobalFactory.py.
def test_GlobalFactory.TestGlobalFactory.test_deleteObject | ( | self | ) |
Definition at line 105 of file test_GlobalFactory.py.
def test_GlobalFactory.TestGlobalFactory.test_getIdentifiers | ( | self | ) |
Definition at line 56 of file test_GlobalFactory.py.
def test_GlobalFactory.TestGlobalFactory.test_hasFactory | ( | self | ) |
Definition at line 47 of file test_GlobalFactory.py.
def test_GlobalFactory.TestGlobalFactory.test_isinstance | ( | self | ) |
Definition at line 44 of file test_GlobalFactory.py.
def test_GlobalFactory.TestGlobalFactory.test_removeFactory | ( | self | ) |
Definition at line 84 of file test_GlobalFactory.py.
test_GlobalFactory.TestGlobalFactory.factory |
Definition at line 36 of file test_GlobalFactory.py.