Beispiel #1
0
        public void TestIsArrayElementPass(string propertyPath, bool expected)
        {
            var property = scriptableObject.FindProperty(propertyPath);
            var actual   = PropertyUtility.IsSerializableArrayElement(property);

            Assert.AreEqual(expected, actual);
        }