()
| 36 | } |
| 37 | |
| 38 | function testBothClosed() { |
| 39 | testSingle(port1, port2); |
| 40 | testSingle(port2, port1); |
| 41 | } |
| 42 | |
| 43 | // Even though the port handles may not be completely closed in C++ land, the |
| 44 | // observable behavior must be that the closing/detachment is synchronous and |
no test coverage detected