示例#1
0
        public void GetRecordProjection_Result()
        {
            var jSonPropertyString = SalesforceClient.GetRecordProjection(typeof(TestJson));

            Assert.IsTrue(jSonPropertyString.Contains("Id"));
            Assert.IsTrue(jSonPropertyString.Contains("JsonName"));
            Assert.IsFalse(jSonPropertyString.Contains("JsonIgnoreMe"));
        }