Esempio n. 1
0
        public void TestIsMonoScriptPass(string propertyPath, bool expected)
        {
            var property = scriptableObject.FindProperty(propertyPath);
            var actual   = PropertyUtility.IsDefaultScriptProperty(property);

            Assert.AreEqual(expected, actual);
        }