11 references to WebApplicationFactoryContentRootAttribute
Microsoft.AspNetCore.Mvc.Testing (11)
WebApplicationFactory.cs (5)
54
/// <see cref="
WebApplicationFactoryContentRootAttribute
"/> on the assembly containing the functional tests with
401
var
contentRootAttribute = metadataAttributes[i];
438
private
WebApplicationFactoryContentRootAttribute
[] GetContentRootMetadataAttributes(
444
.SelectMany(a => a.GetCustomAttributes<
WebApplicationFactoryContentRootAttribute
>())
455
/// <see cref="
WebApplicationFactoryContentRootAttribute
"/> applied to these
WebApplicationFactoryContentRootAttribute.cs (6)
13
/// <see cref="
WebApplicationFactoryContentRootAttribute
"/>, filter the instances whose
24
/// Initializes a new instance of <see cref="
WebApplicationFactoryContentRootAttribute
"/>.
27
/// The key of this <see cref="
WebApplicationFactoryContentRootAttribute
"/>. This
29
/// <see cref="
WebApplicationFactoryContentRootAttribute
"/> instances on the test assembly should be used
40
/// multiple <see cref="
WebApplicationFactoryContentRootAttribute
"/> instances are applied for the
76
/// Gets a number for determining the probing order when multiple <see cref="
WebApplicationFactoryContentRootAttribute
"/>