Question about testMovesOrderMultiple test case #204
-
|
In this test case, there are 2 input engines and each performs 6 move actions. After the 6 actions, no action can be fetched so NoSuchElementException will be thrown and return an exit action. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Actually, no. The statement |
Beta Was this translation helpful? Give feedback.
Actually, no. The statement
As action will be ignored after the first exitmeans the only the actions after the exit in thatinputEnginewill be ignored.Actions from other inputEngines can still be performed.