(self)
| 201 | self.IfElseCondTest(self.true_cond_net_, True, 1, True) |
| 202 | |
| 203 | def testIfElseCondFalseOnNet(self): |
| 204 | self.IfElseCondTest(self.false_cond_net_, False, 2, False) |
| 205 | |
| 206 | def testIfElseCondFalseOnBlob(self): |
| 207 | self.IfElseCondTest(self.false_cond_net_, False, 2, True) |
nothing calls this directly
no test coverage detected