run C++ VAPI tests (over shared memory)
(self)
| 70 | self.assert_equal(worker.result, 0, "Binary test return code") |
| 71 | |
| 72 | def test_vapi_cpp_shm(self): |
| 73 | """run C++ VAPI tests (over shared memory)""" |
| 74 | self.run_vapi_cpp(self.get_api_segment_prefix(), "shm") |
| 75 | |
| 76 | def test_vapi_cpp_uds(self): |
| 77 | """run C++ VAPI tests (over unix domain socket)""" |
nothing calls this directly
no test coverage detected