Namespace Serenity.Ui.Tests.Application
Classes
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.
CompositeViewActivateChildTests
Behavioral tests for CompositeViewActivateChild and its input struct: resolving the composite from the registry and delegating child activation, including the unknown-id no-op path.
UiComponentActionsTests
Behavioral tests for the Ui Application component action classes' parameterized constructors and the interactable action hierarchy (all callbacks stored), complementing the default-ctor tests.
UiComponentCoverageTests
Tests for Ui components, DTOs, signals.
UiComponentParametersTests
Behavioral tests for the Ui Application component parameter classes (constructors that store values, defaults, Clone, ToString, and interface-projected members) not covered elsewhere.
UiDtoTests
Behavioral tests for the Ui Application DTOs (constructors store values, ToString) and the UiSetScale use case delegation, complementing the existing use-case and component DTO tests.
UiSignalTests
Behavioral tests for the Ui Application event signals: constructors that store target ids/values and their ToString representations.
UiUseCasesTests
Tests for Ui use cases.