Class DataSetImpl

  • All Implemented Interfaces:
    Annotation

    public class DataSetImpl
    extends Object
    implements DataSet
    Author:
    rmpestano
    • Constructor Detail

      • DataSetImpl

        public DataSetImpl()
      • DataSetImpl

        public DataSetImpl​(String[] value,
                           String executorId,
                           SeedStrategy strategy,
                           boolean useSequenceFiltering,
                           String[] tableOrdering,
                           boolean disableConstraints,
                           boolean fillIdentityColumns,
                           String[] executeStatementsBefore,
                           String[] executeScriptsAfter,
                           String[] executeScriptsBefore,
                           String[] executeStatementsAfter,
                           boolean cleanBefore,
                           boolean cleanAfter,
                           boolean transactional,
                           String[] skipCleaningFor,
                           Class<? extends Replacer>[] replacers)
    • Method Detail

      • withExecuteScriptsBefore

        public DataSetImpl withExecuteScriptsBefore​(String... executeScriptsBefore)
      • withExecuteScriptsAfter

        public DataSetImpl withExecuteScriptsAfter​(String... executeScriptsAfter)
      • withExecuteStatementsBefore

        public DataSetImpl withExecuteStatementsBefore​(String... executeStatementsBefore)
      • withExecuteStatementsAfter

        public DataSetImpl withExecuteStatementsAfter​(String... executeStatementsAfter)
      • withTableOrdering

        public DataSetImpl withTableOrdering​(String... tableOrdering)
      • withSkipCleaningFor

        public DataSetImpl withSkipCleaningFor​(String... skipCleaningFor)
      • value

        public String[] value()
      • executorId

        public String executorId()
      • useSequenceFiltering

        public boolean useSequenceFiltering()
      • tableOrdering

        public String[] tableOrdering()
      • disableConstraints

        public boolean disableConstraints()
      • fillIdentityColumns

        public boolean fillIdentityColumns()
      • executeStatementsBefore

        public String[] executeStatementsBefore()
      • executeStatementsAfter

        public String[] executeStatementsAfter()
      • executeScriptsBefore

        public String[] executeScriptsBefore()
      • executeScriptsAfter

        public String[] executeScriptsAfter()
      • cleanBefore

        public boolean cleanBefore()
      • cleanAfter

        public boolean cleanAfter()
      • transactional

        public boolean transactional()
      • skipCleaningFor

        public String[] skipCleaningFor()