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
UTBot release (IDEA 2023.1.5 + plugin 2023.3) vs UTBot main (IDEA 2023.2 + plugin 2023.8.5058)
Fuzzer
Set fuzzer only generation, run on utbot-fuzzing/src/test/kotlin/org/utbot/fuzzing/samples, compare coverage and generated results. Do not mock and mock everything outside the class.
New version, no mocks
Baseline, no mocks
New version, mock outside class
Baseline, mock outside class
Symbolic 95% + 5% fuzzing
Samples from org.utbot.examples:
strings
collections
mock
lambda
recursion
algorithms
primitives
structures
primitives
stream
exceptions
Tested features
Parametrized tests
Smoke of various frameworks TestNG, JUnit4, JUnit5
Smoke of different build systems: IntelliJ, Maven, Gradle.
Smoke tests with JDK8, 11, 17.
The text was updated successfully, but these errors were encountered:
UTBot release (IDEA 2023.1.5 + plugin 2023.3) vs UTBot main (IDEA 2023.2 + plugin 2023.8.5058)
Fuzzer
Set fuzzer only generation, run on
utbot-fuzzing/src/test/kotlin/org/utbot/fuzzing/samples
, compare coverage and generated results. Do not mock and mock everything outside the class.New version, no mocks
Baseline, no mocks
New version, mock outside class
Baseline, mock outside class
Symbolic 95% + 5% fuzzing
Samples from
org.utbot.examples
:Tested features
The text was updated successfully, but these errors were encountered: