(self, client)
| 102 | |
| 103 | @connect |
| 104 | def test_browsepathtonodeid(self, client): |
| 105 | root = client.get_root_node() |
| 106 | node = root.get_child(["0:Objects", "0:Server" , "0:ServerArray"]) |
| 107 | self.assertEqual(node.get_browse_name(), ua.QualifiedName("ServerArray", 0)) |
| 108 | |
| 109 | @connect |
| 110 | def test_subscribe_server_time(self, client): |
nothing calls this directly
no test coverage detected