(self, client)
| 95 | |
| 96 | @connect |
| 97 | def test_get_server_node(self, client): |
| 98 | srv = client.get_server_node() |
| 99 | self.assertEqual(srv.get_browse_name(), ua.QualifiedName("Server", 0)) |
| 100 | #childs = srv.get_children() |
| 101 | #self.assertTrue(len(childs) > 4) |
| 102 | |
| 103 | @connect |
| 104 | def test_browsepathtonodeid(self, client): |
nothing calls this directly
no test coverage detected