Using RunException for testing mooseWarning #16146
-
Is it OK to use a RunException test to check that this type of warning is issued by MOOSE:
|
Beta Was this translation helpful? Give feedback.
Answered by
loganharbour
Nov 11, 2020
Replies: 1 comment 1 reply
-
Seems reasonable. I would add
at the minimum so it's treated as an error in testing. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
WilkAndy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems reasonable. I would add
at the minimum so it's treated as an error in testing.