public void ThrowOnDuplicate ()
		{
			Poker p = new Poker ();
			Assert.IsFalse (p.GetThrowOnDuplicate (), "A1");
		}
Exemplo n.º 2
0
        public void ThrowOnDuplicate()
        {
            Poker p = new Poker();

            Assert.IsFalse(p.GetThrowOnDuplicate(), "A1");
        }