コード例 #1
0
ファイル: CommandTest.cs プロジェクト: jacksonh/nuget
        public void GetCommandAttributes_ReturnsEmptyIfNoCommandAttributes()
        {
            // Arrange
            var command = new CommandWithBadName();

            // Act and Assert
            Assert.IsNull(command.CommandAttribute);
        }
コード例 #2
0
        public void GetCommandAttributes_ReturnsEmptyIfNoCommandAttributes()
        {
            // Arrange
            var command = new CommandWithBadName();

            // Act and Assert
            Assert.Null(command.CommandAttribute);
        }