コード例 #1
0
 public SELF step_$_of_case_$_has_an_attachment_with_content(
     int stepNr, int caseNr, String content) {
   StepModel step = getStep(stepNr, 1, caseNr);
   step.setAttachment(Attachment.fromText(content, MediaType.PLAIN_TEXT_UTF_8));
   return self();
 }