Description
I try to generate tests for Guava (ver. 32), but no tests appear with a message in the end of generation: "No Methods Found"
To Reproduce
Steps to reproduce the behavior:
- Open latest Guava project in IntelljIDEA
- Find method
com.google.common.primitives.Ints#rotate(int[] array, int distance, int fromIndex, int toIndex)
- Try to generate tests using UnitTestBot
Expected behavior
Tests are generated.
Actual behavior
No tests are generated, message "No Methods Found" instead.
Visual proofs (screenshots, logs, images)

Environment
No special environment.
Additional context
No additional context.
Description
I try to generate tests for Guava (ver. 32), but no tests appear with a message in the end of generation: "No Methods Found"
To Reproduce
Steps to reproduce the behavior:
com.google.common.primitives.Ints#rotate(int[] array, int distance, int fromIndex, int toIndex)Expected behavior
Tests are generated.
Actual behavior
No tests are generated, message "No Methods Found" instead.
Visual proofs (screenshots, logs, images)
Environment
No special environment.
Additional context
No additional context.