cucumber.pro.publisher
Class Attachment

java.lang.Object
  extended by cucumber.pro.publisher.Attachment

public class Attachment
extends Object


Field Summary
 byte[] data
           
 String mime_type
           
 
Constructor Summary
Attachment(byte[] data, String mimeType)
           
 
Method Summary
static Attachment fromException(String errorMessage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

public final byte[] data

mime_type

public final String mime_type
Constructor Detail

Attachment

public Attachment(byte[] data,
                  String mimeType)
Method Detail

fromException

public static Attachment fromException(String errorMessage)


Copyright © 2013. All Rights Reserved.