useflashpunk / FlashPunk

A free ActionScript 3 library designed for developing 2D Flash games. It provides you with a fast, clean framework to prototype and develop your games in. This means that most of the dirty work (timestep, animation, input, and collision to name a few) is already coded for you and ready to go, giving you more time and energy to concentrate on the design and testing of your game.
http://useflashpunk.net
MIT License
388 stars 134 forks source link

Regression testing framework #2

Open Draknek opened 13 years ago

Draknek commented 13 years ago

Not something I'm likely to prioritise but it would be really good to have an automated test suite.

Not sure what options there are out there.

robertgoss commented 13 years ago

The main unit testing frameworks seem to be asunit and flexunit.

The main advantage to flexunit seems to be that is can perform asynchronous tests which I don't think we need.

noonat commented 13 years ago

FlexUnit is the one that Adobe officially supports, so I would tend to recommend that over ASUnit. It's also integrated into Flash Builder, so that could be nice for some people.

osro commented 13 years ago

I would vote for FlexUnit aswell. It's really nicely integrated to the FlashBuilder.

http://flexunit.org/

Gornova commented 13 years ago

+1 for flexunit, but I think that in a similar project is not so useful. Flashpunk is more a matter of "graphics" than data, we should think about what have a meaning to test (for example test collision system)