Ich codiere Tests in C # und habe mich mit dieser Struktur abgefunden: try { // ========== // ARRANGE // ========== // Insert into the database all test data I'll need during the test // ========== // ACT // ========== // Do what needs to be tested // ========== // ASSERT // ========== // Check for...