You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although technically out of scope, many people would prefer their assertions to be assertJ-style in their project, either before or after applying the TestNG → Jupiter recipe.
❕ need to ensure that recipe does pick up all replacements (this also involves checking some of the more specialized assertion migrations, such as Assert.assertEqualsNoOrder)
Although technically out of scope, many people would prefer their assertions to be assertJ-style in their project, either before or after applying the TestNG → Jupiter recipe.
The migration of the
expectedExceptions
andexpectectedExceptionsMessageRegExp
attributes as well asSkipException
s would create JUnit-assertions/assumptions.Possible approaches:
Assert.assertEqualsNoOrder
)The text was updated successfully, but these errors were encountered: