You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dotnet run --project .\netmockery\netmockery.csproj --command web --endpoints C:\Projects\NHN\Helsenorge\Test\netmockery_config\helsenorge_endpoints --urls http://*:9876
AssertGivesException("'--only' is not a valid argument for the 'dump' command",new[]{"c:\\foo\\bar","dump","--only","2"});
98
-
AssertGivesException("'--urls' is not a valid argument for the 'dump' command",new[]{"c:\\foo\\bar","dump","--urls","http://localhost:5000/"});
97
+
AssertGivesException("'--only' is not a valid argument for the 'dump' command",new[]{"--command","dump","--endpoints","c:\\foo\\bar","--only","2"});
98
+
AssertGivesException("'--urls' is not a valid argument for the 'dump' command",new[]{"--command","dump","--endpoints","c:\\foo\\bar","--urls","http://localhost:5000/"});
99
99
}
100
100
101
101
[Fact]
102
-
publicvoidInvalidArgumentsForNormalCommand()
102
+
publicvoidInvalidArgumentsForWebCommand()
103
103
{
104
-
AssertGivesException("'--only' is not a valid argument",new[]{"c:\\foo\\bar","--only","2"});
104
+
AssertGivesException("'--only' is not a valid argument for the 'web' command",new[]{"--command","web","--endpoints","c:\\foo\\bar","--only","2"});
0 commit comments