WebApplicationFactory<TEntryPoint>.GetTestAssemblies Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the assemblies containing the functional tests. The
WebApplicationFactoryContentRootAttribute applied to these
assemblies defines the content root to use for the given
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)
Returns
The list of Assembly containing tests.