Public Member Functions | |
def | test_add_exception |
def | test_add_find_node_ |
def | test_add_nodes |
def | test_add_numeric_node |
def | test_add_numeric_variable |
def | test_add_read_node |
def | test_add_string_array_variable |
def | test_add_string_node |
def | test_add_string_variable |
def | test_array_size_one_value |
def | test_array_value |
def | test_create_delete_subscription |
def | test_datetime_read |
def | test_datetime_write |
def | test_events |
def | test_get_namespace_index |
def | test_get_node_by_nodeid |
def | test_negative_value |
def | test_node_path |
def | test_non_existing_node |
def | test_objects |
def | test_read_server_state |
def | test_root |
def | test_simple_value |
def | test_subscribe_events |
def | test_subscribe_server_time |
def | test_subscription_data_change |
def | test_use_namespace |
Tests that will be run twice. Once on server side and once on client side since we have been carefull to have the exact same api on server and client side
Definition at line 180 of file test_highlevel.py.
def test_highlevel.CommonTests.test_add_exception | ( | self | ) |
Definition at line 277 of file test_highlevel.py.
def test_highlevel.CommonTests.test_add_find_node_ | ( | self | ) |
Definition at line 250 of file test_highlevel.py.
def test_highlevel.CommonTests.test_add_nodes | ( | self | ) |
Definition at line 199 of file test_highlevel.py.
def test_highlevel.CommonTests.test_add_numeric_node | ( | self | ) |
Definition at line 234 of file test_highlevel.py.
Definition at line 208 of file test_highlevel.py.
def test_highlevel.CommonTests.test_add_read_node | ( | self | ) |
Definition at line 263 of file test_highlevel.py.
Definition at line 224 of file test_highlevel.py.
def test_highlevel.CommonTests.test_add_string_node | ( | self | ) |
Definition at line 242 of file test_highlevel.py.
Definition at line 216 of file test_highlevel.py.
Definition at line 301 of file test_highlevel.py.
def test_highlevel.CommonTests.test_array_value | ( | self | ) |
Definition at line 295 of file test_highlevel.py.
Definition at line 308 of file test_highlevel.py.
def test_highlevel.CommonTests.test_datetime_read | ( | self | ) |
Definition at line 432 of file test_highlevel.py.
def test_highlevel.CommonTests.test_datetime_write | ( | self | ) |
Definition at line 440 of file test_highlevel.py.
def test_highlevel.CommonTests.test_events | ( | self | ) |
Definition at line 324 of file test_highlevel.py.
Definition at line 355 of file test_highlevel.py.
Definition at line 407 of file test_highlevel.py.
def test_highlevel.CommonTests.test_negative_value | ( | self | ) |
Definition at line 283 of file test_highlevel.py.
def test_highlevel.CommonTests.test_node_path | ( | self | ) |
Definition at line 256 of file test_highlevel.py.
Definition at line 367 of file test_highlevel.py.
def test_highlevel.CommonTests.test_objects | ( | self | ) |
Definition at line 193 of file test_highlevel.py.
Definition at line 290 of file test_highlevel.py.
def test_highlevel.CommonTests.test_root | ( | self | ) |
Definition at line 187 of file test_highlevel.py.
def test_highlevel.CommonTests.test_simple_value | ( | self | ) |
Definition at line 271 of file test_highlevel.py.
def test_highlevel.CommonTests.test_subscribe_events | ( | self | ) |
Definition at line 317 of file test_highlevel.py.
Definition at line 413 of file test_highlevel.py.
test subscriptions. This is far too complicated for a unittest but, setting up subscriptions requires a lot of code, so when we first set it up, it is best to test as many things as possible
Definition at line 372 of file test_highlevel.py.
def test_highlevel.CommonTests.test_use_namespace | ( | self | ) |
Definition at line 359 of file test_highlevel.py.