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
We need to make sure we have good coverage in our testing of error conditions. Add tests of error conditions. Also, some of our existing code has calls to mooseError() for conditions that are more appropriate for mooseAssert() because they are internal code consistency checks, and cannot be reached by a user.
Design
Switch some instances of calls to mooseError() to mooseAssert() and add error tests.
Impact
No impact on existing usage, just more testing.
The text was updated successfully, but these errors were encountered:
bwspenc
added a commit
to bwspenc/blackbear
that referenced
this issue
Apr 23, 2021
Reason
We need to make sure we have good coverage in our testing of error conditions. Add tests of error conditions. Also, some of our existing code has calls to
mooseError()
for conditions that are more appropriate formooseAssert()
because they are internal code consistency checks, and cannot be reached by a user.Design
Switch some instances of calls to
mooseError()
tomooseAssert()
and add error tests.Impact
No impact on existing usage, just more testing.
The text was updated successfully, but these errors were encountered: