I have two scenarios:
1- An orderEntry class, which is an event listener class. No constructor defined. Does not extend JPanel/JFrame. This class is defined as a bean and is initialized by spring application context.
2- An AgentMonitorBrowser class, which extends JPanel. No constructor defined. Again, same as (1), it is defined as a bean and initialized by spring app context.
Any ideas on how one could write UIspec4j unit test cases for the above cases. I have tried all searches on google and i only find myself in circles, with the same examples around.
I also took a look at abbot and I face the same issue there again....
Any ideas please?