vanvalenlab / kiosk-imageJ-plugin

An ImageJ Plugin for interacting with the DeepCell Kiosk
Other
3 stars 2 forks source link

Test GUI functionality #8

Open willgraf opened 4 years ago

willgraf commented 4 years ago

The JobManager classes create GUI windows and prompt the user for input. These should be tested, perhaps by using the java.awt.Robot class.

willgraf commented 3 years ago

37 set up a basis on which we can build more GUI tests. However, the Robot cannot seem to send input to the window because it is not in focus. More time needs to be invested on this.