devonfw / devon4j

devonfw Java stack - create enterprise-grade business apps in Java safe and fast
Apache License 2.0
82 stars 88 forks source link

Cobigen generates ToTest which is not supporting SortedSet #568

Open maybeec opened 1 year ago

maybeec commented 1 year ago

@rhobolic commented on Thu Jun 02 2022

Problem When we use SortedSet in the To the ToTest is failing in the method "private void testEqualsAndHashcode(Class<?> clazz, SoftAssertions assertion, ToExclusion exclusion)"

Expectation The test should not fail for SortedSet

Solution hint If the green undelayed snippet is added everything works fine again image