4 references to VerifyExists
Microsoft.TemplateEngine.Cli.UnitTests (4)
BaseTest.cs (4)
11
public static string DotnetNewTestAssets { get; } =
VerifyExists
(Path.Combine(TestContext.Current.TestAssetsDirectory, "TestPackages", "dotnet-new"));
16
public static string DotnetNewTestPackagesBasePath { get; } =
VerifyExists
(Path.Combine(DotnetNewTestAssets, "nupkg_templates"));
21
public static string DotnetNewTestTemplatesBasePath { get; } =
VerifyExists
(Path.Combine(DotnetNewTestAssets, "test_templates"));
31
public static string RepoTemplatePackages { get; } =
VerifyExists
(Path.Combine(CodeBaseRoot, "template_feed"));