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
@@ -89,7 +89,7 @@ class EngineProcessModel private constructor(
89
89
val obtainClassId:RdCall<String, ByteArray> get() =_obtainClassId
90
90
val findMethodsInClassMatchingSelected:RdCall<FindMethodsInClassMatchingSelectedArguments, FindMethodsInClassMatchingSelectedResult> get() =_findMethodsInClassMatchingSelected
91
91
val findMethodParamNames:RdCall<FindMethodParamNamesArguments, FindMethodParamNamesResult> get() =_findMethodParamNames
92
-
val writeSarifReport:RdCall<WriteSarifReportArguments, Unit> get() =_writeSarifReport
92
+
val writeSarifReport:RdCall<WriteSarifReportArguments, String> get() =_writeSarifReport
93
93
val generateTestReport:RdCall<GenerateTestReportArgs, GenerateTestReportResult> get() =_generateTestReport
94
94
//methods
95
95
//initializer
@@ -133,7 +133,7 @@ class EngineProcessModel private constructor(
Copy file name to clipboardExpand all lines: utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/inspection/UnitTestBotInspectionToolPresentation.kt
0 commit comments