(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) |
| 262 | |
| 263 | def testSwitch(self): |
| 264 | step = control.Switch( |
nothing calls this directly
no test coverage detected