(self, client)
| 79 | |
| 80 | @connect |
| 81 | def test_get_root(self, client): |
| 82 | root = client.get_root_node() |
| 83 | self.assertEqual(root.get_browse_name(), ua.QualifiedName("Root", 0)) |
| 84 | |
| 85 | @connect |
| 86 | def test_get_root_children(self, client): |
nothing calls this directly
no test coverage detected