There are 50+ false positive identical tests on NoClassDefFoundError not minimized #2622
Labels
comp-minimizer
Issue is related to Minimization phase
comp-spring
Issue is related to Spring projects support
ctg-bug
Issue is a bug
spec-false-positive
False-positive error test is generated
spec-internal
Internal issue
Description
There are hundreds false positive tests on NoClassDefFoundError with identical scenario for an util class in No Configuration mode.
To Reproduce
sm***t
projectapcu
class inNo configuration
mode withMock everything outside the class
selectedExpected behavior
No false positive test on NoClassDefFoundError is expected.
Identical tests should be minimized and only one should be generated.
Actual behavior
There are 50 false positive identical tests on NoClassDefFoundError for getUserInfo method.
Same for another method.
400 tests on NCDFE in class in total.
Screenshots, logs
Also there are the following exceptions in utbot-engine-current.log:
Environment
IntelliJ IDEA version - Ultimate 2023.2
Project - Maven
JDK - 1.8
Additional context
Please ask the author to reproduce.
The text was updated successfully, but these errors were encountered: