Description
Clarify scope of generated suite with EXPLICITLY_THROWN_UNCHECKED_EXCEPTIONS.
Expected behavior
Is it correct that only explicitly thrown exceptions without try-catch should be located in this suite?
Environment
Fuzzing is on.
Context
Example:
Test with String.repeat(-1) throws [java.lang.IllegalArgumentException: count is negative: -1]
Expected result
The test should be put into FUZZING: IMPLICITLY_THROWN_UNCHECKED_EXCEPTIONS region.
Actual result
The test is currently put into FUZZING: EXPLICITLY_THROWN_UNCHECKED_EXCEPTIONS region.
Originally posted by @alisevych in #1102 (comment)
Description
Clarify scope of generated suite with EXPLICITLY_THROWN_UNCHECKED_EXCEPTIONS.
Expected behavior
Is it correct that only explicitly thrown exceptions without try-catch should be located in this suite?
Environment
Fuzzing is on.
Context
Example:
Test with String.repeat(-1) throws [java.lang.IllegalArgumentException: count is negative: -1]
Expected result
The test should be put into FUZZING: IMPLICITLY_THROWN_UNCHECKED_EXCEPTIONS region.
Actual result
The test is currently put into FUZZING: EXPLICITLY_THROWN_UNCHECKED_EXCEPTIONS region.
Originally posted by @alisevych in #1102 (comment)