Namespace Serenity.Tasking.Tests.Application
Classes
DefaultInstanceActivatorTests
Tests for DefaultInstanceActivator.
DefaultStringArgumentResolverBehaviorTests
Behavioral coverage for DefaultStringArgumentResolver: typed parsing, invalid inputs, defaults, and asset-locator resolution paths.
ReflectionCallTaskBehaviorTests
Behavioral coverage for 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 ReflectionCallTaskDto defaults and value storage.
SampleDelayTaskTests
Tests for SampleDelayTask.
TaskBuildContextFactoryTests
Tests for TaskBuildContextFactory.
TaskBuildContextTests
Tests for TaskBuildContext.
TaskDefinitionDtoTests
Tests for the abstract TaskDefinitionDto base, exercised through a minimal concrete subclass defined in this test.