Exemple #1
0
        public void Get_WasSet_ReturnsSetValue(int value)
        {
            _variable.Set(_storage, value);

            Assert.That(_variable.Get(_storage), Is.EqualTo(value));
        }