-
Notifications
You must be signed in to change notification settings - Fork 247
Migrated Ical.Net.Tests project from NUnit3 to NUnit 4 #613
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
* Migrate NUnit 3.14.0 to 4.2.2 * Add NUnit.Analyzers 4.3.0 * Convert Classic Assert to Constraint Model * Introduce Assert.Multiple to group assertions, ensuring all are evaluated even if some fail. * Simplify test case source return types to IEnumerable without a type argument * Remove unused using directives and added necessary ones. Test logic is left unchanged except for 7 tests in Exception context. Here all try...catch blocks are replaced with `Throws.` assertions.
|
@minichma Please take a look, if time allows. Can we merge this PR? |
|
Sure, will have a look right now. |
minichma
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Was just a very quick review, more an optical one. Found just a few formatting issues.
|



Test logic is left unchanged except for 7 tests in Exception context.
Here all try...catch blocks are replaced with
Throws.assertions.Closes #611