Tagged Questions
2
votes
4answers
224 views
Is there a cross-language TDD solution?
I want to write a simple colour management framework in C#, Java and AS3. I only want to write the unit tests once though, rather than recreating the unit tests in JUnit, FlexUnit and say NUnit.
I ...