4 references to VerifyExists
dotnet-new.IntegrationTests (4)
BaseIntegrationTest.cs (4)
17
public static string DotnetNewTestAssets { get; } =
VerifyExists
(Path.Combine(TestContext.Current.TestAssetsDirectory, "TestPackages", "dotnet-new"));
22
public static string DotnetNewTestPackagesBasePath { get; } =
VerifyExists
(Path.Combine(DotnetNewTestAssets, "nupkg_templates"));
27
public static string DotnetNewTestTemplatesBasePath { get; } =
VerifyExists
(Path.Combine(DotnetNewTestAssets, "test_templates"));
42
public static string RepoTemplatePackages { get; } =
VerifyExists
(Path.Combine(CodeBaseRoot, "template_feed"));