Class UiColorDeltaTests
Coverage for UiColorDelta — mirrors ActivationDeltaTests's shape (same last-write-wins/TransformId-keyed contract) plus TransformDeltaPositionTests's weight/Scale coverage, since UiColorDelta carries a per-entry Weight the way TransformDelta's facets do.
Inherited Members
Namespace: Serenity.ProceduralAnimator.Tests.Domain
Assembly: Tests.dll
Syntax
public class UiColorDeltaTests
Constructors
UiColorDeltaTests()
Declaration
public UiColorDeltaTests()
Methods
Clear_RemovesAll()
Declaration
public void Clear_RemovesAll()
Clone_IsDeepCopy()
Declaration
public void Clone_IsDeepCopy()
Combine_MergesEntries()
Declaration
public void Combine_MergesEntries()
Combine_Null_DoesNothing()
Declaration
public void Combine_Null_DoesNothing()
Combine_Overwrites_SameId()
Declaration
public void Combine_Overwrites_SameId()
GetEntries_ReflectsSubsequentMutation()
Declaration
public void GetEntries_ReflectsSubsequentMutation()
NewDelta_IsEmpty()
Declaration
public void NewDelta_IsEmpty()
Scale_Half_HalvesWeight_LeavesTintUnchanged()
Declaration
public void Scale_Half_HalvesWeight_LeavesTintUnchanged()
Scale_One_LeavesWeightUnchanged()
Declaration
public void Scale_One_LeavesWeightUnchanged()
Scale_Zero_ClearsEntries()
Declaration
public void Scale_Zero_ClearsEntries()
SetTint_AddsEntry()
Declaration
public void SetTint_AddsEntry()
SetTint_CustomWeight()
Declaration
public void SetTint_CustomWeight()
SetTint_DefaultWeight_IsOne()
Declaration
public void SetTint_DefaultWeight_IsOne()
SetTint_SameId_Overwrites()
Declaration
public void SetTint_SameId_Overwrites()
SetTint_StoresTint()
Declaration
public void SetTint_StoresTint()
UiColorEntry_StoresTintAndWeight()
Declaration
public void UiColorEntry_StoresTintAndWeight()