Okay, I\'m done searching for good information on this. I have a series of Unit Tests that call a static class which, once initialized, sets properties that cannot (or I don
they just can't be run together in a random order as there is no way to tear down the static class
You can name namespaces and classes in alphabetical order. eg.:
where MyApp.Test.Stage01_Setup is a namespace and Step01_BuildDB is a class name.