# Module: Tests/SatelliteProvider.Tests ## Purpose Unit test project. Currently contains only a single dummy test as a placeholder. ## Public Interface ### DummyTests - `Dummy_ShouldWork()`: asserts `1 == 1` ## Internal Logic No meaningful test logic. ## Dependencies - Project references: `SatelliteProvider.Services.TileDownloader`, `SatelliteProvider.Services.RegionProcessing`, `SatelliteProvider.Services.RouteManagement`, `SatelliteProvider.Common`, `SatelliteProvider.DataAccess` - NuGet: xUnit (2.5.3), Moq (4.20.72), FluentAssertions (8.8.0), coverlet.collector (6.0.0), Microsoft.NET.Test.Sdk (17.8.0), Microsoft.Extensions.* (Caching.Memory, Configuration, DI, Logging, Options, Http) - Has `appsettings.json` copied to output (empty config for potential future test setups) ## Consumers - CI pipeline (`01-test.yml`) runs `dotnet test` against this project ## Tests This IS the test module. Coverage: effectively zero (only a dummy test).