PureMVC Architects Lounge

Announcements and General Discussion => General Discussion => Topic started by: simbo on July 11, 2008, 01:37:01



Title: test driven development
Post by: simbo on July 11, 2008, 01:37:01
hi all. Is there a way to integrate test driven development into puremvc. I've tried integrating asunit into it and it kind of works. It may just be my lack of experience in this area. Any tips would be greatly appreciated because test driven development in this area in particular I feel would be very useful. thanks.  :)


Title: Re: test driven development
Post by: t3hh00d on August 13, 2008, 11:29:29
You don't integrate TDD with Pure MVC. Pure MVC could have been developed in a test-driven way and because of that have it's own tests, but these tests would only be useful if you were making a change to Pure MVC. You really use TDD to drive the development of your project which may happen to use Pure MVC.

Do you have an example of the issue you are running into?


Title: Re: test driven development
Post by: Joel Hooks on August 18, 2008, 11:21:06
I unit test my proxies, but neglect my mediators and commands.