Skip to content

No assertions in some generated tests for guava #1693

Open
@sofurihafe

Description

@sofurihafe

Description

Some methods in the generated tests have no assertions.

To Reproduce

  1. Run contest estimator with the following settings:
timelimit = 160

methodFilter = "com.google.common.collect.FilteredEntryMultimap.*"
projectFilter = listOf("guava")
  1. Check generated test methods like testMethod, testRemoveAll and testCreateKeySet, etc.

Expected behavior

Test methods should contain assertions.

Actual behavior

No assertions are being generated.

image
image

Metadata

Metadata

Assignees

Labels

comp-codegenIssue is related to code generatorcomp-contest-estimatorIssue is related to contest estimatorctg-bugIssue is a bug

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions