ADOUtils.Tests.DisconnectedDataRecordTest.Should_keep_only_the_first_value_with_multiple_column_with_the_same_name C# (CSharp) 메소드

Should_keep_only_the_first_value_with_multiple_column_with_the_same_name() 개인적인 메소드

        public void Should_keep_only_the_first_value_with_multiple_column_with_the_same_name()
        {
            _target["Name"].Should().Be.EqualTo("row 1");
        }