11 references to WebApplicationFactoryContentRootAttribute
Microsoft.AspNetCore.Mvc.Testing (11)
WebApplicationFactory.cs (5)
46
/// <see cref="
WebApplicationFactoryContentRootAttribute
"/> on the assembly containing the functional tests with
264
var
contentRootAttribute = metadataAttributes[i];
301
private
WebApplicationFactoryContentRootAttribute
[] GetContentRootMetadataAttributes(
307
.SelectMany(a => a.GetCustomAttributes<
WebApplicationFactoryContentRootAttribute
>())
318
/// <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
"/>