Namespace Serenity.UnityInitializationPipeline.Tests.Infrastructure
Classes
UnityInitializationPipelineProfileTests
PlayMode tests for the UnityInitializationPipelineProfile ScriptableObject, validating its serialized fields and the explicit interface implementations of IInitializationPipelineProfileDefinition and IFoundationSettings.
UnityInitializationTaskProviderTests
PlayMode tests for UnityInitializationTaskProvider. Exercises the pure build-iteration logic: it maps each non-null task definition in the profile to a built task, skips null definitions, and yields nothing for null/empty profiles. Async task execution itself is out of scope (covered by the Business layer).