(self)
| 145 | self.CheckNetOutput([(self.cnt_net_, self.N_)]) |
| 146 | |
| 147 | def testDoUntilLoopWithNet(self): |
| 148 | self.DoUntilLoopTest(self.cnt_net_) |
| 149 | self.DoUntilLoopTest([self.cnt_net_, self.idle_net_]) |
| 150 | |
| 151 | def testDoUntilLoopWithStep(self): |
| 152 | step = control.Do('count', self.cnt_net_) |
nothing calls this directly
no test coverage detected