Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Support nested classes in CLI #830

Open
Assignees
Labels
comp-cliIssue related to CLI ctg-enhancementNew feature, improvement or change request
@volivan239

Description

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

Labels

comp-cliIssue related to CLI ctg-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

      AltStyle によって変換されたページ (->オリジナル) /