-
Notifications
You must be signed in to change notification settings - Fork 47
Spring changes summer regression - Part 1. #2382
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
Comments
@tyuldashev Could you please add the sample package name for each tested mode?
Testing of Symbolic 100% and Fuzzing 100% modes needs to be made on several different samples. |
Currently (and in 2022.12.1 plugin version) even for simple function like |
@tyuldashev Please create an issue for this case. |
Possible values:
Suggestion:
Let's do independent validation of "JDK <-> Framework" and "JDK <-> Framework <-> Parametrization". Project type will equally distributed between testers.
JDK <-> Framework Pair:
All possible combinations of JDK and Framework are selected.
Project type is iterated independently.
Parametrization is OFF.
Scenario:
org.utbot.examples.exceptions.ExceptionExamples
andorg.utbot.examples.controlflow.Conditions
from UTBot project into source code folder.org.utbot.examples.exceptions.ExceptionExamples
file with specific Framework - all test frameworks suggested to be installed.org.utbot.examples.controlflow.Conditions
, all except installed framework suggested to be installed.JDK <-> Framework <-> Parametrization
All possible combinations of Parametrization and Framework need to be tested. But actually all cases with Parametrization OFF were tested in previous section, so we select only case Parametrization is ON.
Additionally Parametrization is possible only with JUnit5 and TestNG frameworks, so we leave only with 6 test cases:
casts
casts
exceptions
mock
mock
casts
mock
exceptions
exceptions
strings
structures
lambda
algorithms/CorrectBracketSequences
Tests used during verification:
The text was updated successfully, but these errors were encountered: