renatoathaydes / Automaton

Simple framework which allows the testing of Swing and JavaFX2 applications.
Apache License 2.0
100 stars 21 forks source link

Use any getText method to determine the value of a list cell #34

Closed meyertee closed 9 years ago

meyertee commented 9 years ago

Removes the JLabel instance check and uses a getText method via callMethodIfExists when determining the value of a list cell.

renatoathaydes commented 9 years ago

Perfect, thanks! Will release this as soon as I can.