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 Visit with No configuration and other default settings
Expected behavior
No concrete execution failures are expected.
Unit tests should be generated without errors.
Actual behavior
There is errors report in generated test class for every method.
InaccessibleObjectException is present for Visit test generation in utbot-engine-current.log
Screenshots, logs
///region Errors report for getDescriptionpublicvoidtestGetDescription_errors() {
// Couldn't generate some tests. List of errors://// 2150 occurrences of:// Default concrete execution failed
}
///endregion
Description
There are concrete execution failures (NPE) for an Entity class.
To Reproduce
spring-petclinic
projectVisit
withNo configuration
and other default settingsExpected behavior
No concrete execution failures are expected.
Unit tests should be generated without errors.
Actual behavior
There is errors report in generated test class for every method.
InaccessibleObjectException is present for Visit test generation in utbot-engine-current.log
Screenshots, logs
Environment
IntelliJ IDEA version - Ultimate 2023.2
Project - spring-petclinic
JDK - 17
The text was updated successfully, but these errors were encountered: