UnitTestBot / UTBotJava

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

Use assertSame instead of deepEquals if actual is a mock #2641

Closed EgorkaKulikov closed 1 year ago

EgorkaKulikov commented 1 year ago

Description

Fixes # (2639)

How to test

Automated tests: utbot-samples pipeline as a set of regression checks Manual tests: scenario from issue

Self-check list