Struct Story
Attribute that sets the story label
struct Story
;
Methods
Name | Description |
---|---|
labels
()
|
Returns the labels that set the feature label |
Example
Attach the readme file
auto attachment = Attachment .fromFile("readme file", "README.md", "text/plain");
attachment .file .exists .should .equal(true);