Exemplo n.º 1
0
        public void Test_Not_Mixed()
        {
            NotSpecification s = new NotSpecification();

            s.Add(AlwaysFalse);
            s.Add(AlwaysTrue);
            Assert.IsTrue(s.Test(null).Success);
        }
		public void Test_Not_Mixed()
		{
			NotSpecification s = new NotSpecification();
			s.Add(AlwaysFalse);
			s.Add(AlwaysTrue);
			Assert.IsTrue(s.Test(null).Success);
		}