3 references to DotnetNewTestAssets
dotnet-new.IntegrationTests (3)
BaseIntegrationTest.cs (3)
22
public static string DotnetNewTestPackagesBasePath { get; } = VerifyExists(Path.Combine(
DotnetNewTestAssets
, "nupkg_templates"));
27
public static string DotnetNewTestTemplatesBasePath { get; } = VerifyExists(Path.Combine(
DotnetNewTestAssets
, "test_templates"));
32
public static string DotnetNewTestTemplatePackageProjectPath { get; } = VerifyFileExists(Path.Combine(
DotnetNewTestAssets
, "Microsoft.TemplateEngine.TestTemplates.csproj"));