I'm trying to setup my project to use Fluint for unit testing, and I've read the documentation. I'm doing an AIR app so I've trying to test my sqlite db layer, and model objects using Fluint. However, the details of how get a simple test running are very vague. There's a whole discussion around defining your testsuites in a module that the Air runner then loads in order to execute your tests. Sounds good, but how do I get that running in FlexBuilder 3? I've defined my module and I see in bin-debug my module's swf. So how do I run my tests? Can I easily setup some run/debug configuration to fire off my unit tests? Is there something in the fluint swc that I configure as another Application?
Thanks Charlie

