Compare returning expected and actual Stream #1046
Labels
comp-codegen
Issue is related to code generator
ctg-bug
Issue is a bug
lang-java
Issue is related to Java support
Description
Tests on methods returning Stream contain actual and expected results, but do not have any assertions to compare them.
To Reproduce
Expected behavior
Need to compare expected and actual results for Streams in tests.
Actual behavior
There are actual and expected Objects generated containing Streams. But they are not compared.
Visual proofs (screenshots, logs, images)
Environment
Windows 10 Pro
Gradle
JDK 11
Additional context
Probably related to #1034
Same for DoubleStreamExample.returningStreamExample
The text was updated successfully, but these errors were encountered: