Class SerializedComponentDataTests
Behavioral tests for the abstract Serenity.Ui.Domain.Entities.SerializedComponentData base, exercised through a minimal concrete subclass: the parameterized ctor stores fields and routes signals through ReplaceSignals, and the protected ctor defaults to an empty signal collection.
Inherited Members
Namespace: Serenity.Ui.Tests.Domain
Assembly: Tests.dll
Syntax
public class SerializedComponentDataTests
Constructors
SerializedComponentDataTests()
Declaration
public SerializedComponentDataTests()
Methods
ParameterizedCtor_NullSignals_RoutesEmptyCollection()
Declaration
public void ParameterizedCtor_NullSignals_RoutesEmptyCollection()
ParameterizedCtor_StoresAllFields()
Declaration
public void ParameterizedCtor_StoresAllFields()
ParameterizedCtor_WithSignals_RoutesThemThroughReplaceSignals()
Declaration
public void ParameterizedCtor_WithSignals_RoutesThemThroughReplaceSignals()
ProtectedDefaultCtor_LeavesFieldsAtDefaults()
Declaration
public void ProtectedDefaultCtor_LeavesFieldsAtDefaults()