You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate tests for ComplicatedMethodsSubstitutionsStorageTest with default settings
Expected behavior
Some tests are expected to be generated
Actual behavior
No tests are generated with default settings.
Errors report is shown.
Screenshots, logs
Errors report for both methods:
// Couldn't generate some tests. List of errors:// // 1 occurrences of:/* We do not support testing for abstract classes (or interfaces) without any non-abstract inheritors (implementors). Probably, it'll be supported in the future. */
Environment
IntelliJ IDEA version - 2023.2 Ultimate
Project - Gradle
JDK - 17
Additional context
Fuzzing 100% generates tests for both methods.
The text was updated successfully, but these errors were encountered:
Description
ComplicatedMethodsSubstitutionsStorageTest is identified as abstract and no tests are generated
To Reproduce
utbot
projectComplicatedMethodsSubstitutionsStorageTest
with default settingsExpected behavior
Some tests are expected to be generated
Actual behavior
No tests are generated with default settings.
Errors report is shown.
Screenshots, logs
Errors report for both methods:
Environment
IntelliJ IDEA version - 2023.2 Ultimate
Project - Gradle
JDK - 17
Additional context
Fuzzing 100% generates tests for both methods.
The text was updated successfully, but these errors were encountered: