Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 70afd74

Browse files
committed
Fixed folders on src folder.
1 parent a7c0a12 commit 70afd74

34 files changed

+116
-110
lines changed

.vs/VSWorkspaceState.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"ExpandedNodes": [
3+
""
4+
],
5+
"PreviewInSolutionExplorer": false
6+
}
Binary file not shown.

.vs/slnx.sqlite

548 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
using System;
2-
using Xunit;
3-
using McMaster.Extensions.CommandLineUtils;
4-
5-
namespace Microsoft.Azure.Management.ApiManagement.ArmTemplates
6-
{
7-
public class CreateTests
8-
{
9-
10-
[Fact]
11-
public void ShouldFailWithUnknownCommand()
12-
{
13-
14-
var createCommand = new CreateCommand();
15-
16-
var ex = Assert.ThrowsAny<CommandParsingException>(() => createCommand.Execute("test"));
17-
//Console.WriteLine(ex.Message);
18-
Assert.Contains("Unrecognized command or argument 'test'", ex.Message);
19-
}
20-
}
21-
}
1+
using System;
2+
using Xunit;
3+
using McMaster.Extensions.CommandLineUtils;
4+
5+
namespace Microsoft.Azure.Management.ApiManagement.ArmTemplates
6+
{
7+
public class CreateTests
8+
{
9+
10+
[Fact]
11+
public void ShouldFailWithUnknownCommand()
12+
{
13+
14+
var createCommand = new CreateCommand();
15+
16+
var ex = Assert.ThrowsAny<CommandParsingException>(() => createCommand.Execute("test"));
17+
//Console.WriteLine(ex.Message);
18+
Assert.Contains("Unrecognized command or argument 'test'", ex.Message);
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)