(self)
| 89 | self.CheckNetOutput([(self.cnt_net_, self.N_)]) |
| 90 | |
| 91 | def testForLoopWithNets(self): |
| 92 | self.ForLoopTest(self.cnt_net_) |
| 93 | self.ForLoopTest([self.cnt_net_, self.idle_net_]) |
| 94 | |
| 95 | def testForLoopWithStep(self): |
| 96 | step = control.Do('count', self.cnt_net_) |
nothing calls this directly
no test coverage detected