6 references to VerifyMatchingTemplates
Microsoft.TemplateEngine.Cli (1)
Commands\create\InstantiateCommand.Help.cs (1)
68if (!VerifyMatchingTemplates(
Microsoft.TemplateEngine.Cli.UnitTests (5)
ParserTests\HelpTests.Resolution.cs (5)
34Assert.True(InstantiateCommand.VerifyMatchingTemplates(settings, matchingTemplates, reporter, out _)); 60Assert.False(InstantiateCommand.VerifyMatchingTemplates(settings, matchingTemplates, reporter, out _)); 89Assert.True(InstantiateCommand.VerifyMatchingTemplates(settings, matchingTemplates, reporter, out IEnumerable<TemplateCommand>? filtered)); 119Assert.True(InstantiateCommand.VerifyMatchingTemplates(settings, matchingTemplates, reporter, out IEnumerable<TemplateCommand>? filtered)); 145Assert.True(InstantiateCommand.VerifyMatchingTemplates(settings, matchingTemplates, reporter, out IEnumerable<TemplateCommand>? filtered));