Yury Gerzhedovich created IGNITE-20305:
------------------------------------------
Summary: Incorrect using of Assertions.assertThrows
Key: IGNITE-20305
URL: https://issues.apache.org/jira/browse/IGNITE-20305
Project: Ignite
Issue Type: Improvement
Reporter: Yury Gerzhedovich
Source code Ignite 3 contains incorrect using of
org.junit.jupiter.api.Assertions.assertThrows(Class<T> expectedType, Executable
executable, String message), when developer decided that last 'message'
parameter mean expected Exception message.
Let's find all cusch places and fix checks.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)