Skip to content

test: add test projects and root solution for all modules#104

Merged
q-soriarty merged 2 commits intodevelopfrom
feature/test-projects-and-solution
Feb 14, 2026
Merged

test: add test projects and root solution for all modules#104
q-soriarty merged 2 commits intodevelopfrom
feature/test-projects-and-solution

Conversation

@q-soriarty
Copy link
Collaborator

Summary

  • Create 6 xUnit test projects (Shared, Backend.Api, Backend.Application, Backend.Infrastructure, BuildServer, MonitorServer) with NSubstitute + FluentAssertions
  • Add root src/FlowForge.sln with solution folders for all 12 .NET projects
  • Defer x86 platform target on BuildServer until COM references are added (enables cross-platform test execution)
  • All 8 tests pass across all 6 test projects

Test plan

  • dotnet build src/FlowForge.sln compiles without errors
  • dotnet test src/FlowForge.sln — all 8 tests pass
  • Verify each test project references correct source project

🤖 Generated with Claude Code

@q-soriarty q-soriarty force-pushed the feature/test-projects-and-solution branch 2 times, most recently from fde2919 to 831c273 Compare February 14, 2026 14:10
@github-actions
Copy link

github-actions bot commented Feb 14, 2026

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@q-soriarty q-soriarty force-pushed the feature/test-projects-and-solution branch 2 times, most recently from ecba42a to 4e0a306 Compare February 14, 2026 14:23
@q-soriarty
Copy link
Collaborator Author

I have read the CLA Document and I hereby sign the CLA

q-soriarty and others added 2 commits February 14, 2026 15:39
Create 6 xUnit test projects with NSubstitute + FluentAssertions covering
Shared, Backend.Api, Backend.Application, Backend.Infrastructure,
BuildServer, and MonitorServer. Add root FlowForge.sln with solution
folders. Defer x86 platform target on BuildServer until COM references
are added.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@q-soriarty q-soriarty force-pushed the feature/test-projects-and-solution branch from 27e1f5b to fd70f89 Compare February 14, 2026 14:40
@q-soriarty q-soriarty merged commit f3a6f2b into develop Feb 14, 2026
2 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Feb 14, 2026
@q-soriarty q-soriarty deleted the feature/test-projects-and-solution branch February 14, 2026 14:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant