예제 #1
0
        public void GetInt_ShouldReturnTheIntValue()
        {
            // Execute
            var result = _gSettings.GetInt("test-int");

            // Assert
            result.Should().Be(50);
        }