Public Member Functions | |
| def | __init__ |
| def | assertIdEqual |
| def | assertIdInWorldEqual |
| def | assertNameEqual |
| def | assertNonEmpty |
| def | assertObjectEqual |
| def | assertReferencesEqual |
| def | test001_push_vertex |
| def | test002_pull_vertex |
| def | test002_pull_vertex_id_in_world |
| def | test002_pull_vertex_name |
| def | test002_push_edge |
| def | test002_push_existing_vertex |
| def | test003_get_outgoing_edges |
| def | test003_pull_edge |
| def | test003_pull_edge_id_in_world |
| def | test003_pull_edge_name |
| def | test003_pull_edge_start_vertex |
| def | test003_pull_edge_stop_vertex |
| def | test003_pull_edge_vertices |
Public Attributes | |
| map_agent | |
Definition at line 54 of file test_core.py.
| def test_core.TestCoreInterface.__init__ | ( | self, | |
| args, | |||
| kwargs | |||
| ) |
Definition at line 55 of file test_core.py.
| def test_core.TestCoreInterface.assertIdEqual | ( | self, | |
| object0, | |||
| object1 | |||
| ) |
Fail if id are not equal
Definition at line 76 of file test_core.py.
| def test_core.TestCoreInterface.assertIdInWorldEqual | ( | self, | |
| object0, | |||
| object1 | |||
| ) |
Fail if id_in_world are not equal
Definition at line 86 of file test_core.py.
| def test_core.TestCoreInterface.assertNameEqual | ( | self, | |
| object0, | |||
| object1 | |||
| ) |
Fail if name are not equal
Definition at line 96 of file test_core.py.
| def test_core.TestCoreInterface.assertNonEmpty | ( | self, | |
| objects | |||
| ) |
Definition at line 61 of file test_core.py.
| def test_core.TestCoreInterface.assertObjectEqual | ( | self, | |
| object0, | |||
| object1 | |||
| ) |
Fail if LamaObjects are not equal
Definition at line 65 of file test_core.py.
| def test_core.TestCoreInterface.assertReferencesEqual | ( | self, | |
| object0, | |||
| object1 | |||
| ) |
Fail if references are not equal
Definition at line 106 of file test_core.py.
| def test_core.TestCoreInterface.test001_push_vertex | ( | self | ) |
Test ActOnMap service PUSH_VERTEX
Definition at line 114 of file test_core.py.
| def test_core.TestCoreInterface.test002_pull_vertex | ( | self | ) |
Test ActOnMap service PULL_VERTEX
Definition at line 194 of file test_core.py.
Test ActOnMap service GET_VERTEX_LIST according to id_in_world
Definition at line 205 of file test_core.py.
Test ActOnMap service GET_VERTEX_LIST according to name
Definition at line 218 of file test_core.py.
| def test_core.TestCoreInterface.test002_push_edge | ( | self | ) |
Test ActOnMap service push edge
Definition at line 231 of file test_core.py.
Test ActOnMap service PUSH_VERTEX with existing vertex
Definition at line 180 of file test_core.py.
test ActOnMap service GET_OUTGOING_EDGES
Definition at line 343 of file test_core.py.
| def test_core.TestCoreInterface.test003_pull_edge | ( | self | ) |
Test ActOnMap service PULL_EDGE
Definition at line 279 of file test_core.py.
test ActOnMap service GET_EDGE_LIST according id in world
Definition at line 289 of file test_core.py.
test ActOnMap service GET_EDGE_LIST according name
Definition at line 302 of file test_core.py.
test ActOnMap service GET_EDGE_LIST according to start vertex
Definition at line 329 of file test_core.py.
test ActOnMap service GET_EDGE_LIST according to stop vertex
Definition at line 356 of file test_core.py.
test ActOnMap service GET_EDGE_LIST according to both vertices
Definition at line 315 of file test_core.py.
Definition at line 55 of file test_core.py.