(self)
| 228 | self.IfNotCondTest(self.false_cond_net_, 1, False) |
| 229 | |
| 230 | def testIfNotCondFalseOnBlob(self): |
| 231 | self.IfNotCondTest(self.false_cond_net_, 1, True) |
| 232 | |
| 233 | def IfNotElseCondTest(self, cond_net, cond_value, expect, cond_on_blob): |
| 234 | if cond_value: |
nothing calls this directly
no test coverage detected