Package org.spockframework.runtime.model

Examples of org.spockframework.runtime.model.Attachment


    addAttachments(see, feature);
  }

  private void addAttachments(See see, SpecElementInfo specElement) {
    for (String url : see.value()) {
      specElement.addAttachment(new Attachment(url, url));
    }
  }
View Full Code Here

TOP

Related Classes of org.spockframework.runtime.model.Attachment

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.