(self)
| 117 | self.CheckNetOutput([(self.cnt_net_, self.N_)]) |
| 118 | |
| 119 | def testUntilLoopWithNet(self): |
| 120 | self.UntilLoopTest(self.cnt_net_) |
| 121 | self.UntilLoopTest([self.cnt_net_, self.idle_net_]) |
| 122 | |
| 123 | def testUntilLoopWithStep(self): |
| 124 | step = control.Do('count', self.cnt_net_) |
nothing calls this directly
no test coverage detected