Add check for test data key exists #141
Labels
codeDone
The issue is rechecked for development branch
codeReadyForRecheck
The issue is fixed/implemented AND merged into development, but needs to be rechecked there
docsReadyForMerge
Documentation was created for this issue in a separate branch which is ready to merge to develop
feature
Low Priority
Milestone
For data driven automated tests it would be useful to have a DataUtils.exist("key") like method, that checks whether a key is defined in the dataset or not. As a workaround this works with Neodymium-4.0.0: while (DataUtils.asString("key", null) != null) { do stuff }
The text was updated successfully, but these errors were encountered: