-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Other class is not mocked as required #747
Labels
ctg-bug
Issue is a bug
spec-release-tailings
Failed to include in the current release, let's include it in the next one
Milestone
Comments
I checked it. There are two important points:
|
Markoutte
added a commit
that referenced
this issue
Sep 29, 2022
7 tasks
alisevych
added
the
spec-release-tailings
Failed to include in the current release, let's include it in the next one
label
Sep 29, 2022
Markoutte
added a commit
that referenced
this issue
Oct 4, 2022
36 tasks
Markoutte
added a commit
that referenced
this issue
Oct 11, 2022
Markoutte
added a commit
that referenced
this issue
Oct 11, 2022
Repository owner
moved this from Todo
to Done
in UTBot Java
Oct 11, 2022
AbdullinAM
pushed a commit
to AbdullinAM/UTBotJava
that referenced
this issue
Oct 17, 2022
AbdullinAM
pushed a commit
to AbdullinAM/UTBotJava
that referenced
this issue
Oct 17, 2022
68 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ctg-bug
Issue is a bug
spec-release-tailings
Failed to include in the current release, let's include it in the next one
Description
When Mocking strategy is set to "Other classes: Mockito" - other classes should be mocked in all tests.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
RecursiveTypeClass used as the input parameter of the method is supposed to be mocked in all tests - except the one with null used.
Actual behavior
There are 4 tests generated. RecursiveTypeClass is mocked only in one test.
Visual proofs (screenshots, logs, images)
Environment
Windows 10 Pro
Gradle project
JDK 8
Additional context
When generating tests for MockWithFieldExample with same setting : Other classes : Mockito - VersionStamp is not mocked either
The text was updated successfully, but these errors were encountered: