コード例 #1
0
        public void ObjectTypes_GetObjectTypeListProperty_Returns_Property_Name_For_WellList()
        {
            var propertyName = ObjectTypes.GetObjectTypeListProperty(ObjectTypes.Well, OptionsIn.DataVersion.Version141);

            Assert.AreEqual("Well", propertyName);

            Assert.IsNull(ObjectTypes.GetObjectTypeListProperty(ObjectTypes.Well, OptionsIn.DataVersion.Version200.Value));
        }