public interface Scenario
String getStatus()
boolean isFailed()
getStatus()
returns "failed"void embed(byte[] data, String mimeType)
data
- what to embed, for example an image.mimeType
- what is the data?void write(String text)
text
- what to put in the report.Copyright © 2013. All Rights Reserved.