Unit-testing with multiple cultures in MbUnit and NUnit
It’s a good idea, when unit-testing your classes, to test under multiple circumstances — such as multiple cultures. Sure, a routine may work great when run under a given culture, say US English, but what if it is run on a Spanish or Japanese machine?
MbUnit makes it easy to run tests under different cultures. If NUnit is your tool of choice, you need to do a little bit more work.
Author: Roy Dictus
Blogged: December 6, 2004
link