-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
Description
Branch: andrey-t/summarization_in_contest_estimator
Description
Some test methods created by UTBot have suffix ByFuzzer even though it's generated by symbolic engine. Per @Markoutte we should just get rid of this suffix completely.
To Reproduce
Steps to reproduce the behavior:
- Open utbot project
- Set filters for contestestimator in
org.utbot.contest.ContestEstimatorKt#main
methodFilter = "com.google.common.collect.ReverseOrdering.*"
projectFilter = listOf("guava-26.0")- Disable fuzzer:
val fuzzingRatio = 0.0 - Run contest estimator
Expected behavior
No tests named after fuzzer
Actual behavior
At least one of the test has ByFuzzer suffix
@Test
public void testMaxByFuzzer() throws Exception {
...Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done