Question
Parameterized Requests
I would like to be able to build Request objects that are coupled with a parameter. This parameter would then be provided to the constructor of the test class or as a parameter to the test method.
<br/>
Please correct me if I'm missing an alternate solution, but it looks to me that I'll need to extend FlexUnit in order to accomplish this. I am willing to do this work and try to contribute it back to the project. Before I start running amok in the code, has there been any discussion of adding a feature like this before? Is there an ideal implementation method I should use in order to make sure it can be contributed back?
<br/>
Thanks!
Brian Thomas
