Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix compilation of the tests which use mocks
  • Loading branch information
Markoutte committed Feb 13, 2023
commit 6a4068bd6c57673aaa9957ccf51c0252610e05df
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import sbst.runtool.ITestingTool
class UtBotTool2 : ITestingTool {

override fun getExtraClassPath(): List<File> {
return mutableListOf()
return mutableListOf(File("lib", "mockito-core-4.2.0.jar"))
}

lateinit var sootClasspathString: String
Expand Down