Thanx Craig. At last I can do TDD :)
On 9/20/05, Craig McClanahan <[EMAIL PROTECTED]> wrote: > > > On 9/20/05, Siva Jagadeesan <[EMAIL PROTECTED]> wrote: > > > > Where can I find an example for testing View Controller ? > > > > > The source code for the Use Cases example app includes unit tests for some > of the ViewController implementations. See the following for examples: > > src/test/org/apache/shale/usecases/locale/SelectTestCase.java > src/test/org/apache/shale/usecases/rolodex/RolodexTestCase.java > > These use the Test Framework to provide convenient mock object > implementations, as well as a base class for test cases that wires together > all the relevant mock objects for you. > > Craig > >