Namespace Serenity.Modal.Tests.Application
Classes
ModalApplicationTests
Tests for Modal DTOs, use cases, signals, components, and installer DTO.
ModalDtoTests
Behavioral tests for the Modal input DTOs: field storage, ToString contents, and the layout/translation surface of Serenity.Modal.Application.DTO.OnShowModalInput.
ModalSignalsTests
Behavioral tests for the Modal event signals: construction, stored payloads, and ToString contents.
ModalUseCaseTests
Tests for Modal use cases and installer DTOs.
ModalUseCasesAggregatorTests
Tests for the Serenity.Modal.Application.UseCases.ModalUseCases aggregator wiring and for use-case behavior not covered elsewhere (payload pass-through and the submit success/failure branches verified via the presenter).
UiModalParametersTests
Behavioral tests for Serenity.Modal.Application.Components.UiModalParameters: the parameterized constructor, the explicit
Serenity.Modal.Application.Interfaces.Components.IUiModalParameters interface members, and GetSignalInstance resolution.
UiShowModalParametersTests
Behavioral tests for Serenity.Modal.Application.Components.UiShowModalParameters: the parameterized constructor, the explicit
Serenity.Modal.Application.Interfaces.Components.IUiShowModalParameters interface members, GetSignalInstance, and ToString.