Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: [1]
Print
Author Topic: test driven development  (Read 6679 times)
simbo


Email
« 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.  :)
Logged
t3hh00d
Newbie
*
Posts: 1


View Profile Email
« Reply #1 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?
Logged
Joel Hooks
Courseware Beta
Sr. Member
***
Posts: 146


baby steps

 - 46288188  - passport@provinsal.com  - joeltuff
View Profile WWW Email
« Reply #2 on: August 18, 2008, 11:21:06 »

I unit test my proxies, but neglect my mediators and commands.
Logged

http://joelhooks.com - my ramblings about developing with actionscript and python using pureMVC and django respectively.
Pages: [1]
Print