-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
comp-cliIssue related to CLIIssue related to CLIctg-enhancementNew feature, improvement or change requestNew feature, improvement or change request
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
alisevych
Metadata
Metadata
Assignees
Labels
comp-cliIssue related to CLIIssue related to CLIctg-enhancementNew feature, improvement or change requestNew feature, improvement or change request
Type
Projects
Status
Todo