[AZ-285] Test infrastructure: scaffold unit test project + fixtures

- Add SatelliteProvider.DataAccess project reference to test csproj
  (enables mocking ITileRepository / IRegionRepository / IRouteRepository)
- Replace DummyTest placeholder with InfrastructureTests covering:
  * All mockable interfaces (ISatelliteDownloader, repos, queue, services)
    can be mocked via Moq
  * TileService can be constructed with mocked dependencies
  * Test coordinate fixtures load with expected values
- Add Fixtures/TestCoordinates.cs with REG-01..REG-03 + ROUTE-01/04/06
  shared test data
- Archive AZ-285 to _docs/02_tasks/done/
- Batch 1 review report: PASS_WITH_WARNINGS (Low/Spec-Gap deferred AC-2,
  Low/Maintainability pre-existing FluentAssertions 8.x license note)

Verification: docker dotnet test run — 4/4 tests pass in 2.35s.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-05-10 04:55:28 +03:00
parent b0fffa6d42
commit 853b0a63df
7 changed files with 196 additions and 23 deletions
+4 -3
View File
@@ -6,8 +6,9 @@ step: 6
name: Implement Tests
status: in_progress
sub_step:
phase: 0
name: awaiting-invocation
detail: ""
phase: 6
name: batch-loop
detail: "batch 1 of 3 — AZ-285 test infrastructure"
retry_count: 0
cycle: 1
tracker: jira