(self)
| 172 | self.IfCondTest(self.true_cond_net_, 1, True) |
| 173 | |
| 174 | def testIfCondFalseOnNet(self): |
| 175 | self.IfCondTest(self.false_cond_net_, 0, False) |
| 176 | |
| 177 | def testIfCondFalseOnBlob(self): |
| 178 | self.IfCondTest(self.false_cond_net_, 0, True) |
nothing calls this directly
no test coverage detected