Incorporated comments review 2026: - Removed unnecessary asserts - Added explicit assert for when GeneralResult(Entity) should be NULL - Removed redundant helper, adjusted corresponding test - Renamed variables Related to Issue [WTI-1319] git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@11257 5a3db67b-de53-47b5-99c8-a1c30a6650e2
Updated CreateExtensions for the GrassCoverErosionInwards outputs: - Introduced GeneralResultEntityTestHelper to assert general result entities for fault tree illustration points -- Testhelper only asserts the direct properties, not the values of the items it is composed of -- Implemented for all relevant create extensions - Updated tests for DistributionAssertTest: used nameof operator Related to Issue [WTI-1319]