Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NUnit に TestNG の「dependson 属性」に相当するものはありますか? または、nunit テストで依存関係をマークする他の方法はありますか?
私が知っているように、そのような属性はありません。準備には TestFixtureSetup/TearDown を使用できます。ところで、すべてのテストケースは独立している必要があります。