Open
Description
Description
Some methods in the generated tests have no assertions.
To Reproduce
- Run contest estimator with the following settings:
timelimit = 160
methodFilter = "com.google.common.collect.FilteredEntryMultimap.*"
projectFilter = listOf("guava")
- Check generated test methods like testMethod, testRemoveAll and testCreateKeySet, etc.
Expected behavior
Test methods should contain assertions.
Actual behavior
No assertions are being generated.
Metadata
Metadata
Assignees
Type
Projects
Status
Todo