Closed
Description
Description
Interaction between Engine process and Spring analyzer process is based on the following model:
data class SpringAnalyzerParams (
val classpath: Array<String>,
val configuration: String,
val fileStorage: String?
)
Actually, classpath
is not used in Spring analysis.
fileStorage
is combined from several items to one string with TODO in UtTestsDialogProcessor
to improve it.
The contract of interaction should be actualized.
Context
Do not forget to regenerate rd models. Run generateSpringModels
task in utbot-rd
project for that.
An example how to change models can be found here #1816
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done