Class ProceduralAnimatorComponentEditorTests
Guards the custom inspector's binding to the component's serialized fields. A hand-written inspector
resolves its fields by string, so a field that is renamed, removed, or never added at all fails
silently: FindProperty just returns null and the inspector renders a warning box in its place
forever. These tests turn that into a red test instead.
Inherited Members
Namespace: Serenity.UnityProceduralAnimator.Tests.Editor
Assembly: Tests.Editor.dll
Syntax
public class ProceduralAnimatorComponentEditorTests
Constructors
ProceduralAnimatorComponentEditorTests()
Declaration
public ProceduralAnimatorComponentEditorTests()
Methods
DrivesRig_IsExposedByTheInspector()
Declaration
public void DrivesRig_IsExposedByTheInspector()
EveryCachedProperty_ResolvesOnTheComponent()
Declaration
public void EveryCachedProperty_ResolvesOnTheComponent()
SetUp()
Declaration
public void SetUp()
TearDown()
Declaration
public void TearDown()
UpdateMode_IsExposedByTheInspector()
Declaration
public void UpdateMode_IsExposedByTheInspector()