WebApplicationFactory<TEntryPoint>.GetTestAssemblies メソッド

定義

機能テストを含むアセンブリを取得します。 これらのアセンブリに適用される は 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 一覧。

適用対象