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.
私は単体テストを作成しており、次のシグネチャを使用して、ターゲット メソッドの依存関係の 1 つの out パラメーターをモックする必要があります。
bool TryProcessRequest(out string)
私はJustMockを使用しており、配列句を使用しようとしましDoInsteadたが、それほど明白ではないようです。
DoInstead
これを達成する方法を教えてください。事前に感謝します。