-
-
Notifications
You must be signed in to change notification settings - Fork 96
feat(assertions): re-add some lost assertions #3467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Claude finished @thomhurst's task —— View job Code Review for PR #3467I'll review this PR that re-adds lost assertions that were accidentally removed. Todo List:
SummaryThis PR restores several assertion methods that were previously lost, including boolean assertions, null/default checks, collection utilities, and string nullability checks. The changes look correct and follow TUnit's established patterns. ✅ Strengths
|
|
Claude finished @thomhurst's task —— View job Code Review for PR #3467I'll review this PR that re-adds lost assertions that were accidentally removed. Todo List:
SummaryThis PR restores several assertion methods that were previously lost, including boolean assertions, null/default checks, collection utilities, and string nullability checks. The changes look correct and follow TUnit's established patterns. ✅ Strengths
|
Fixes #3462