Package | Description |
---|---|
com.atlassian.jira.functest.framework.assertions |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCommentAssertions
Holds assertion methods around an issue's comments.
|
Modifier and Type | Method and Description |
---|---|
CommentAssertions |
AssertionsImpl.comments(Iterable<String> comments) |
CommentAssertions |
Assertions.comments(Iterable<String> comments)
Returns an object that can be used to make assertions on a specified group of comments.
|
CommentAssertions |
AssertionsImpl.comments(String... comments) |
CommentAssertions |
Assertions.comments(String... comments)
Returns an object that can be used to make assertions on a specified group of comments.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.