Class CompositeChildNavStateTests
Behavioral tests for CompositeChildNavState: the view-browser history marker that records "restore composite X to child Y". Verifies ctor stores ids, the synthetic id format, the empty default guid, the no-op lifecycle methods, and that it is an Serenity.Global.Application.Interfaces.IViewBase.
Inherited Members
Namespace: Serenity.Ui.Tests.Application
Assembly: Tests.dll
Syntax
public class CompositeChildNavStateTests
Constructors
CompositeChildNavStateTests()
Declaration
public CompositeChildNavStateTests()
Methods
Ctor_BuildsSyntheticIdFromCompositeId()
Declaration
public void Ctor_BuildsSyntheticIdFromCompositeId()
Ctor_EmptyChildId_RepresentsNavOnlyState()
Declaration
public void Ctor_EmptyChildId_RepresentsNavOnlyState()
Ctor_InitializesGuidToEmptyString()
Declaration
public void Ctor_InitializesGuidToEmptyString()
Ctor_StoresCompositeAndChildIds()
Declaration
public void Ctor_StoresCompositeAndChildIds()
Guid_IsSettable()
Declaration
public void Guid_IsSettable()
Id_IsSettable()
Declaration
public void Id_IsSettable()
IsViewBase()
Declaration
public void IsViewBase()
ShowHideInitialize_AreNoOpsAndDoNotThrow()
Declaration
public void ShowHideInitialize_AreNoOpsAndDoNotThrow()