(self)
| 131 | self.CheckNetOutput([(self.cnt_net_, self.N_)]) |
| 132 | |
| 133 | def testDoWhileLoopWithNet(self): |
| 134 | self.DoWhileLoopTest(self.cnt_net_) |
| 135 | self.DoWhileLoopTest([self.idle_net_, self.cnt_net_]) |
| 136 | |
| 137 | def testDoWhileLoopWithStep(self): |
| 138 | step = control.Do('count', self.cnt_net_) |
nothing calls this directly
no test coverage detected