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.
単一のテスト プロジェクトで単体テストと統合テストを組み合わせたい場合。CI 自動ビルド中に unt テスト サブセットのみを実行できるようにするにはどうすればよいですか?
各テスト [TestCategory("Unit")] または [TestCategory("Integration")] に注釈を付けることができます。 プロジェクトを 2 つの dll にコンパイルできればよいのですが、方法がわかりません。