Schnittstelle ITableNodeValidator
- Alle bekannten Implementierungsklassen:
TableNodeValidator
public interface ITableNodeValidator
- Version:
- 2025-02-23
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
assertTableNodeContainsEntityWithId
(IMutableNode<?> tableNode, String entityId) void
assertTableNodeDoesNotContainEntityWithId
(IMutableNode<?> tableNode, String entityId)
-
Methodendetails
-
assertTableNodeContainsEntityWithId
- Parameter:
tableNode
-entityId
-- Löst aus:
RuntimeException
- if the given tableNode does not contain an entity with the given entityId.
-
assertTableNodeDoesNotContainEntityWithId
- Parameter:
tableNode
-entityId
-- Löst aus:
RuntimeException
- if the given tableNode contains an entity with the given entityId.
-