All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.catools.atlassian.scale.model.CZScaleTestScriptSteps Maven / Gradle / Ivy

The newest version!
package org.catools.atlassian.scale.model;

import org.catools.common.collections.CSet;

import java.util.stream.Stream;

public class CZScaleTestScriptSteps extends CSet {
  public CZScaleTestScriptSteps() {
  }

  public CZScaleTestScriptSteps(CZScaleTestScriptStep... c) {
    super(c);
  }

  public CZScaleTestScriptSteps(Stream stream) {
    super(stream);
  }

  public CZScaleTestScriptSteps(Iterable iterable) {
    super(iterable);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy