Ejemplo n.º 1
0
        public void Test___Method_GetValue___Condition_False()
        {
            var testee = new ConditionVariable()
            {
                Condition = new FalseCondition()
            };

            Assert.IsFalse(testee.GetValue());
        }