public void TestConstructorWhenValidArgs() { var attr = new CmdletAliasAttribute("MyAlias"); Assert.That(attr.Alias, Is.EqualTo("MyAlias")); }