mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[tests] improving NotNullVerifyingInstrumenterTest diagnostics
GitOrigin-RevId: cee77c623fe5b08feaa2198cad25430af78ac66a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9034ea977f
commit
9c42c316c8
+3
@@ -395,6 +395,9 @@ public abstract class NotNullVerifyingInstrumenterTest {
|
||||
if (cause instanceof IllegalStateException || cause instanceof IllegalArgumentException) {
|
||||
exceptionText = cause.getMessage();
|
||||
}
|
||||
else {
|
||||
throw ex;
|
||||
}
|
||||
}
|
||||
assertEquals(expectedError, exceptionText);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user