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 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 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 UiModalParameters: the parameterized constructor, the explicit
IUiModalParameters interface members, and GetSignalInstance resolution.
UiShowModalParametersTests
Behavioral tests for UiShowModalParameters: the parameterized constructor, the explicit
IUiShowModalParameters interface members, GetSignalInstance, and ToString.