(self)
| 149 | self.DoUntilLoopTest([self.cnt_net_, self.idle_net_]) |
| 150 | |
| 151 | def testDoUntilLoopWithStep(self): |
| 152 | step = control.Do('count', self.cnt_net_) |
| 153 | self.DoUntilLoopTest(step) |
| 154 | self.DoUntilLoopTest([self.idle_net_, step]) |
| 155 | |
| 156 | def IfCondTest(self, cond_net, expect, cond_on_blob): |
| 157 | if cond_on_blob: |
nothing calls this directly
no test coverage detected