Exemple #1
0
        public void NugetifyThrowsErrorsWhenSolutionNotFound()
        {
            var console = new ConsoleMock();

            var nugetify = GetNugetifyCommand(console, "non-existent-solution.sln", _packageSource);

            nugetify.ExecuteCommand();

            console.AssertConsoleHasErrors();
        }