WebApplicationFactory<TEntryPoint>.GetTestAssemblies メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
機能テストを含むアセンブリを取得します。 これらのアセンブリに適用される は WebApplicationFactoryContentRootAttribute 、指定 TEntryPoint
された に使用するコンテンツ ルートを定義します。
protected:
virtual System::Collections::Generic::IEnumerable<System::Reflection::Assembly ^> ^ GetTestAssemblies();
protected virtual System.Collections.Generic.IEnumerable<System.Reflection.Assembly> GetTestAssemblies ();
abstract member GetTestAssemblies : unit -> seq<System.Reflection.Assembly>
override this.GetTestAssemblies : unit -> seq<System.Reflection.Assembly>
Protected Overridable Function GetTestAssemblies () As IEnumerable(Of Assembly)
戻り値
含むテストの Assembly 一覧。