Class WeightProviderTests
Tests for the WeightProviderSO implementations: ConstantWeightProviderSO (fixed value) and StateKeyWeightProviderSO (state read + curve mapping).
Inherited Members
Namespace: Serenity.UnityProceduralExpression.Tests.Infrastructure
Assembly: Tests.dll
Syntax
public class WeightProviderTests
Constructors
WeightProviderTests()
Declaration
public WeightProviderTests()
Methods
Constant_DefaultWeightIsOne()
Declaration
public void Constant_DefaultWeightIsOne()
Constant_ReturnsConfiguredWeight()
Declaration
public void Constant_ReturnsConfiguredWeight()
StateKeyWeight_ExposesSourceKeyAndCurve()
Declaration
public void StateKeyWeight_ExposesSourceKeyAndCurve()
StateKeyWeight_LinearCurve_ReturnsNormalizedStateValue()
Declaration
public void StateKeyWeight_LinearCurve_ReturnsNormalizedStateValue()
StateKeyWeight_NullKey_EvaluatesCurveAtDefault()
Declaration
public void StateKeyWeight_NullKey_EvaluatesCurveAtDefault()
StateKeyWeight_Validate_RequiresSourceKey()
Declaration
public void StateKeyWeight_Validate_RequiresSourceKey()
TearDown()
Declaration
public void TearDown()