Exemple #1
0
        public void NullSwitchHasEmptyDisplayNameAndDescription()
        {
            var s = new TestNullSwitch();

            AssertHelper.IsEmpty(s.DisplayName);
            AssertHelper.IsEmpty(s.Description);
        }
		public void NullSwitchHasEmptyDisplayNameAndDescription ()
		{
			var s = new TestNullSwitch ();
			AssertHelper.IsEmpty (s.DisplayName);
			AssertHelper.IsEmpty (s.Description);
		}