-
Notifications
You must be signed in to change notification settings - Fork 47
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
Settings revision, 2nd iteration #977
Labels
comp-ui
Improvements of plugin UI appearence and functionality
Comments
Vassiliy-Kudryashov
added a commit
that referenced
this issue
Oct 4, 2022
3 tasks
3 tasks
Vassiliy-Kudryashov
added a commit
that referenced
this issue
Oct 5, 2022
Repository owner
moved this from In Progress
to Done
in UTBot Java
Oct 5, 2022
AbdullinAM
pushed a commit
to AbdullinAM/UTBotJava
that referenced
this issue
Oct 17, 2022
AbdullinAM
pushed a commit
to AbdullinAM/UTBotJava
that referenced
this issue
Oct 17, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on result of testing #753 issue:
UTBot settings page:
Test with exceptions
toTests with exceptions
, make test plural, otherwise it's not aligned with 'Fail/Pass'Label:
Hanging test timeout (milliseconds) -> Hanging test timeout (milliseconds per method)
Tooltip:
OLD: Test generation may hang due to infinite loops or other code conditions. Set timeout to stop waiting for hanging process.
->
NEW: Set this timeout to define which test is "hanging". Increase it to test the time-consuming method or decrease if the execution speed is critical for you.
UTBot generation dialog:
Tooltip:
Set the timeout for all test generation processes per class to complete.
Test generation timeout
input field should accept only numbers and save its value between invocationsTesting framework
:JUnit5
->JUnit 5
,JUnit4
->JUnit 4
Testing framework
field should persists its width. Currently it's sometimes changes depending on value ofParametrized tests
. See screen recoding below.Screen recording
Label:
Mock strategy: -> Mocking strategy:
Options:
Do not mock
Mock package environment -> Mock everything outside the package
Mock class environment -> Mock everything outside the class
Tooltip:
OLD: Mock everything around the target class or the whole package except the system classes. Otherwise mock nothing.
->
NEW: Mock everything around the target class or the whole package except the system classes. Otherwise mock nothing. Mockito will be installed, if you don't have one.
The text was updated successfully, but these errors were encountered: