AppHarbor.Tests.AliasMatcherTest.ShouldThrowIfInitializedWithTypesHavingNoCommandHelpAttribute C# (CSharp) Method

ShouldThrowIfInitializedWithTypesHavingNoCommandHelpAttribute() private method

        public void ShouldThrowIfInitializedWithTypesHavingNoCommandHelpAttribute()
        {
            Assert.Throws<ArgumentException>(() => new AliasMatcher(new List<Type> { typeof(string) }));
        }