Hi all,
I am using JFCUnit under Eclipse 3.0. I have an GUI application in
which i have a class which extends from JFrame. In that class, i have
one default constructor and in that constructor a method is called. In
that method two components JButton and JComboBox are declared.
Now i want to write test cases for these two components in my test
case class. But i am unable to access these local variables. Could
anybody suggest me that is it possible to access these controls or
not. If it is possible then what is the proper format for accessing
these components for writing test case.
Thanks
Mohit