(self)
| 222 | self.IfNotCondTest(self.true_cond_net_, 0, False) |
| 223 | |
| 224 | def testIfNotCondTrueOnBlob(self): |
| 225 | self.IfNotCondTest(self.true_cond_net_, 0, True) |
| 226 | |
| 227 | def testIfNotCondFalseOnNet(self): |
| 228 | self.IfNotCondTest(self.false_cond_net_, 1, False) |
nothing calls this directly
no test coverage detected