Namespace Serenity.Tasking.Tests.Application
Classes
DefaultInstanceActivatorTests
Tests for Serenity.Tasking.Application.Utils.DefaultInstanceActivator.
DefaultStringArgumentResolverBehaviorTests
Behavioral coverage for Serenity.Tasking.Application.Utils.DefaultStringArgumentResolver: typed parsing, invalid inputs, defaults, and asset-locator resolution paths.
ReflectionCallTaskBehaviorTests
Behavioral coverage for Serenity.Tasking.Application.Tasks.ReflectionCallTask: construction guards, argument binding, target resolution, dispatcher routing, and error paths. Target methods live on a public top-level type so reflection resolves them by full name.
ReflectionCallTaskBehaviorTests.CallTargets
ReflectionCallTaskBehaviorTests.EchoService
ReflectionCallTaskDtoTests
Tests for Serenity.Tasking.Application.DTO.ReflectionCallTaskDto defaults and value storage.
SampleDelayTaskTests
Tests for Serenity.Tasking.Application.Tasks.SampleDelayTask.
TaskBuildContextFactoryTests
Tests for Serenity.Tasking.Application.Tasks.TaskBuildContextFactory.
TaskBuildContextTests
Tests for Serenity.Tasking.Application.Tasks.TaskBuildContext.
TaskDefinitionDtoTests
Tests for the abstract Serenity.Tasking.Application.DTO.TaskDefinitionDto base, exercised through a minimal concrete subclass defined in this test.