tg icon indicating copy to clipboard operation
tg copied to clipboard

MockNotFoundEntityMarker: remove reliance on "desc"

Open 01es opened this issue 2 years ago • 0 comments

Description

The current implementation of MockNotFoundEntityMaker relies on the fact that AbstractEntity has property desc: String to capture string values, entered by users. However, property desc will be removed from AbstractEntity at some stage in the future.

A separate, specifically generated property to hold values typed by users should be introduced instead of using desc.

Expected outcome

More future-proof implementation of MockNotFoundEntityMarker.

01es avatar Feb 16 '23 00:02 01es