Skip to content

Unable to generate tests for the class in the package java2 #1169

@mmvpm

Description

@mmvpm

Description

When the user tries to generate tests for the class:

package java2;

public class Example {
    public void checkEquals(int a, int b) {
        assert a == b;
    }
}

The notification "Generate tests with UtBot for the class Example located in java.* package is not supported." will be displayed.

To Reproduce

Steps to reproduce the behavior:

Use plugin to generate tests for the class above.

Expected behavior

Tests are supposed to be generated.

Actual behavior

No tests are generated.

Visual proofs

image

Metadata

Metadata

Assignees

Labels

ctg-bugIssue is a bug

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions