コード例 #1
0
        public void GeneratePairs_EmptyDictionary_IsBlank()
        {
            var result = _outputGenerator.GeneratePairs(new Dictionary <string, object>(), "should not be used");

            result.Should().Be(string.Empty);
        }