Schnittstelle IEntityExpectationAdder
- Alle bekannten Implementierungsklassen:
EntityExpectationAdder
public interface IEntityExpectationAdder
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungvoidaddExpectationThatNewlyReferencedEntitiesExist(IEntity entity, IDataAdapterAndSchemaReader dataAndSchemaAdapter) Adds expectation to the given entity that its newly referenced entities actually exist.voidaddExpectationThatNewlyReferencedEntitiesExistIfEntityIsNewOrEdited(IEntity entity, IDataAdapterAndSchemaReader dataAndSchemaAdapter) Adds expectation to the given entity that its newly referenced entities actually exist if the given entity is new or edited.
-
Methodendetails
-
addExpectationThatNewlyReferencedEntitiesExist
void addExpectationThatNewlyReferencedEntitiesExist(IEntity entity, IDataAdapterAndSchemaReader dataAndSchemaAdapter) Adds expectation to the given entity that its newly referenced entities actually exist.- Parameter:
entity-dataAndSchemaAdapter-
-
addExpectationThatNewlyReferencedEntitiesExistIfEntityIsNewOrEdited
void addExpectationThatNewlyReferencedEntitiesExistIfEntityIsNewOrEdited(IEntity entity, IDataAdapterAndSchemaReader dataAndSchemaAdapter) Adds expectation to the given entity that its newly referenced entities actually exist if the given entity is new or edited.- Parameter:
entity-dataAndSchemaAdapter-
-