Class ModelBindings

java.lang.Object
org.eclipse.epsilon.eunit.ModelBindings

public class ModelBindings extends Object
Data model class for the EUnit $with and $onlywith EOL annotations.
Author:
Antonio García-Domínguez
  • Constructor Details

    • ModelBindings

      public ModelBindings(Map<String,String> mapping, ModelBindings.ExclusiveMode mode) throws EolRuntimeException
      Creates a new instance.
      Parameters:
      mapping - Map from the source models to their new names after the rename.
      mode - Model binding exclusivity mode enumeration. Indicates whether models not mentioned in the map should be included, or whether they should be excluded.
      Throws:
      EolRuntimeException
  • Method Details