Re: [Shale] Unit Testing View Controller

2005-09-20 Thread Siva Jagadeesan
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 te

Re: [Shale] Unit Testing View Controller

2005-09-20 Thread Craig McClanahan
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/u

[Shale] Unit Testing View Controller

2005-09-20 Thread Siva Jagadeesan
Where can I find an example for testing View Controller ?