test(tunit): complete-attribute-family verification (PLAN-0040 Phase 2) - #79
Merged
Merged
Conversation
Adds the missing [Compose<TProfile, TConfig>] leg to the packaged-consumer sample project (test/Compono.TUnit.SampleTests/ConfigProfileTests.cs, mirroring Compono.XunitV3.SampleTests exactly) and locks Compono.TUnit's exact public API surface (test/Compono.TUnit.Tests/PublicApiSurfaceTests.cs). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
test/Compono.TUnit.SampleTests/ConfigProfileTests.cs(new): the missing[Compose<TProfile, TConfig>]leg of the packaged-consumer sample, mirroringCompono.XunitV3.SampleTests/ConfigProfileTests.csexactly — proves the last of the four attribute-family forms through the real packagedCompono.TUnit→Componodependency chain (the other three were already covered by Phase 0/1's sample files).test/Compono.TUnit.Tests/PublicApiSurfaceTests.cs(new): locksCompono.TUnit's exact public surface (ComposeAttribute,ComposeAttribute\1,ComposeAttribute`2,SharedAttribute), matchingCompono.XunitV3.Tests`' own pattern.No new
src/Compono.TUnitpublic API — verification-only phase per the plan.Test plan
dotnet test test/Compono.TUnit.Tests— 52/52 (net10.0)dotnet test test/Compono.TUnit.SampleTests— 7/7 (net10.0, real packaged pipeline)dotnet test Compono.slnx— 524/524 (net10.0)🤖 Generated with Claude Code