UnitTestBot / UTBotJava

Automated unit test generation and precise code analysis for Java
Apache License 2.0
133 stars 38 forks source link

Concrete Executor ignores mocks in static initialization #95

Open alexeyfridman opened 2 years ago

alexeyfridman commented 2 years ago

SAT-1660 We decided to postpone the solution. The engine should honor the mocks order.

SBOne-Kenobi commented 1 year ago

Reason of postponement: we can't figure out automatically how to mock or initialize classes with hard static initialization as reading some files or run scripts, so we need to decide how resolve this problem.