(self)
| 225 | self.IfNotCondTest(self.true_cond_net_, 0, True) |
| 226 | |
| 227 | def testIfNotCondFalseOnNet(self): |
| 228 | self.IfNotCondTest(self.false_cond_net_, 1, False) |
| 229 | |
| 230 | def testIfNotCondFalseOnBlob(self): |
| 231 | self.IfNotCondTest(self.false_cond_net_, 1, True) |
nothing calls this directly
no test coverage detected