Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test generation is enabled for interfaces via shortcut and menu actions #473

Closed
dtim opened this issue Jul 11, 2022 · 0 comments · Fixed by #487
Closed

Test generation is enabled for interfaces via shortcut and menu actions #473

dtim opened this issue Jul 11, 2022 · 0 comments · Fixed by #487
Assignees
Labels
comp-ui Improvements of plugin UI appearence and functionality ctg-bug Issue is a bug

Comments

@dtim
Copy link
Collaborator

dtim commented Jul 11, 2022

Description

Example: There are hundreds of error messages in the UTBot log. Looks like the problem is in the concrete executor.

To Reproduce

Steps to reproduce the behavior:

Example:

  1. Run the 'X' project in IntelliJ Idea
  2. Use plugin to generate tests
  3. Open the generated test

Expected behavior

Example: Tests are supposed to be generated.

Actual behavior

Example: An error test is generated with information about errors in the concrete executor.

Visual proofs (screenshots, logs, images)

Example:

public void testFail_errors() {
// Couldn't generate some tests. List of errors:
//
// 684 occurrences of:
// Concrete execution failed
}

Environment

Substitute this text with an information that can help us to recreate the environment. For instance, specify Java version, test framework with a version (JUnit, TestNG...), Mockito configuration (packages, classes, statics), were the test parametrized or not and so on.

Additional context

Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-ui Improvements of plugin UI appearence and functionality ctg-bug Issue is a bug
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants