It's been a while since I had time to do some AS3 projects, and I'm writing
a few utility classes to get back up to speed. However, since FlexBuilder
doesn't exactly hold your hand when starting a project, I'm getting
confused.
I want to make a project I'll be using as an external library for my future
projects. I want to thoroughly unit test it with AsUnit. What is the
recommended project structure for this? (One library project, one project
for tests? One project with a src folder and a tests folder? What kind of
project? Something else?)
Does anyone know of a zip of an example of the simplest possible AS3,
AsUnit-tested project somewhere? It's just been too long and I don't feel
like wasting half a day trying to get this working -- if only I could look
at someone else's setup! It would be great to just change the name of a
working project and move my files into it, and just WORK.
-Mark
|