Home | History | Annotate | Download | only in test

Lines Matching full:automaton

1185 + Automaton tests
1187 = Simple automaton
1188 ~ automaton
1189 class ATMT1(Automaton):
1191 Automaton.parse_args(self, *args, **kargs)
1218 = Simple automaton Tests
1219 ~ automaton
1232 = Simple automaton stuck test
1233 ~ automaton
1237 except Automaton.Stuck:
1243 = Automaton state overloading
1244 ~ automaton
1264 = Automaton condition overloading
1265 ~ automaton
1286 = Automaton action overloading
1287 ~ automaton
1305 = Automaton priorities
1306 ~ automaton
1307 class ATMT5(Automaton):
1340 = Automaton test same action for many conditions
1341 ~ automaton
1342 class ATMT6(Automaton):
1380 = Automaton test io event
1381 ~ automaton
1383 class ATMT7(Automaton):
1419 = Automaton test io event from external fd
1420 ~ automaton
1423 class ATMT8(Automaton):
1469 = Automaton test interception_points, and restart
1470 ~ automaton
1471 class ATMT9(Automaton):
1500 except Automaton.InterceptionPoint as p: