You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the following checks for IntelliJ, Maven, Gradle projects with different JDK 8/11
Open dialog
Open the utbot-sample/src/main/java/org/utbot/examples/algorithms/ArraysQuickSort.java file
From code. Open context menu, select Generate..., select Create tests with UTBot... => Dialog is opened
Context menu item is disabled for non Java classes, for example resources, configuration files
Dialog. Members
From Project view. Right-click on a package with several classes, select Create tests with UTBot... => Dialog is opened. All classes from package are listed and selected
From Project view. Select several classes, right-click, select Create tests with UTBot... => Dialog is opened. Selected classes are listed and selected
From Project view. Right-click on one class, select Create tests with UTBot... => Dialog is opened. All methods of the class are listed and selected (except private)
Create a public class with 4 different methods: private, without access modifier, protected, public. Open UTBot test generation for the class => all methods except private are in list. - check for Kotlin/Java
Make the class package-private (remove "public") => check the same
Dialog. Test framework (for project with JDK 8) => JUnit4, JUnit5 only
Dialog. Test framework (for project with JDK 11) => JUnit4, JUnit5, TestNG (not existing in project dependencies must have red text "(will be installed)")
Dialog. Timeout for class => default to 60 sec, only natural numbers can be saved, up and down arrows work
to correct field Settings revision, 2nd iteration #977
UI plugin checklist
Install plugin
Build under test - https://github.com/UnitTestBot/UTBotJava/actions/runs/3172776185
Make the following checks for IntelliJ, Maven, Gradle projects with different JDK 8/11
Open dialog
utbot-sample/src/main/java/org/utbot/examples/algorithms/ArraysQuickSort.java
fileDialog. Members
Dialog. Settings
Verify tests are generated with all these options
reproducing UI. Default Test source root in Gradle project #786
Do not mock
, 2)Mock package environment
, 3)Mock class environment
Mock static methods
is unchecked and disabledto correct field Settings revision, 2nd iteration #977
bug Test generation timeout is exceeded 15 sec - 1 min for every run #1028
UI. IDEA plugin dialog. Hide UI possibility to change destination package #488
SARIF report
Unnecessary error window appears when UTbot fails to generate test #980
File -> Settings... -> UTBot
No percent shown when 'Test generation method' is set to 'Symbolic executuion' #1064
The text was updated successfully, but these errors were encountered: