Skip to content

Cannot generate tests for Guava method Ints.rotate #2477

Closed
@Markoutte

Description

@Markoutte

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:

  1. Open latest Guava project in IntelljIDEA
  2. Find method com.google.common.primitives.Ints#rotate(int[] array, int distance, int fromIndex, int toIndex)
  3. 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)

image

Environment

No special environment.

Additional context

No additional context.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions