(self)
| 103 | self.CheckNetOutput([(self.cnt_net_, self.N_)]) |
| 104 | |
| 105 | def testWhileLoopWithNet(self): |
| 106 | self.WhileLoopTest(self.cnt_net_) |
| 107 | self.WhileLoopTest([self.cnt_net_, self.idle_net_]) |
| 108 | |
| 109 | def testWhileLoopWithStep(self): |
| 110 | step = control.Do('count', self.cnt_net_) |
nothing calls this directly
no test coverage detected