Hi Mega,
Thanks for posting and for your interest in NCrunch!
Unfortunately, the mechanics of NCrunch make custom test sequences impossible. This is because the engine is designed to execute test in order of priority (which is dynamically determined) rather than in a fixed sequence. There is no way to use such a test suite with NCrunch without redesigning the test suite. As a suggestion, you may be able to make use of [AssemblyInitialize] in order to set up the database for other tests to run.
You can find more information on this in the
test atomicity section of the documentation.
Cheers,
Remco