Interface IEntityExpectationAdder

All Known Implementing Classes:
EntityExpectationAdder

public interface IEntityExpectationAdder
Author:
Silvan Wyss
  • Method Details

    • addExpectationThatNewlyReferencedEntitiesExist

      void addExpectationThatNewlyReferencedEntitiesExist(IEntity entity, IDataAdapterAndSchemaReader dataAndSchemaAdapter)
      Adds expectation to the given entity that its newly referenced entities actually exist.
      Parameters:
      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.
      Parameters:
      entity -
      dataAndSchemaAdapter -