Skip to content

Support nested classes in CLI #830

Open
@volivan239

Description

@volivan239

Description

Currently when generating tests with cli, it won't generate tests for methods located in nested classes even though engine and codegen have such possibilities.

Expected behavior

Launching UTBot from cli on the following class should produce tests for method f():

class Outer {
    public static class Inner {
          public int f() {
              return 0;
          }
    }
}

Context

Generating tests for methods from nested classes is already supported in plugin and contest estimator

Metadata

Metadata

Assignees

Labels

comp-cliIssue related to CLIctg-enhancementNew feature, improvement or change request

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions