(self)
| 255 | self.IfNotElseCondTest(self.true_cond_net_, True, 2, True) |
| 256 | |
| 257 | def testIfNotElseCondFalseOnNet(self): |
| 258 | self.IfNotElseCondTest(self.false_cond_net_, False, 1, False) |
| 259 | |
| 260 | def testIfNotElseCondFalseOnBlob(self): |
| 261 | self.IfNotElseCondTest(self.false_cond_net_, False, 1, True) |
nothing calls this directly
no test coverage detected