問題タブ [azure-servicebus-subscriptions]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
3201 参照

asp.net-core - Moq を使用した単体テスト Microsoft.Azure.ServiceBus TopicClient

Microsoft.Azure.ServiceBus(3.3.0) トピックとサブスクリプション機能を単体テストしようとしています。しかし、Microsoft.Azure.ServiceBus クラスのテストには興味がありませんが、トピックにメッセージを送信し、サブスクリプションを使用してその特定のトピックにそのメッセージが存在するかどうかを確認する方法について詳しく説明します。

現時点では、1 つのメソッド SendAsync を持つ非常に単純な Publisher クラスがあります。ここでわかるように:

Factory にはメソッドが 1 つしかありません。factory を使用して新しい TopicClient を作成すると、 ITopicClient インターフェイスも返されます。それが役立つかどうかはわかりません。

単体テスト: