-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CARDS-2131: Increase test coverage cards-permissions #1417
base: dev
Are you sure you want to change the base?
Conversation
@Test | ||
public void matchesForTreeWithoutResourceTypePropertyReturnsFalse() | ||
{ | ||
NodeBuilderTree tree = new NodeBuilderTree(UUID.randomUUID().toString(), EmptyNodeState.EMPTY_NODE.builder()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missed test case of tree
created from sling:resourceType
other than cards/Form
@Test | ||
public void matchesForTreeWithoutResourceSuperTypePropertyReturnsFalse() | ||
{ | ||
NodeBuilderTree tree = new NodeBuilderTree(UUID.randomUUID().toString(), EmptyNodeState.EMPTY_NODE.builder()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missed test case of tree
created from sling:resourceType
other than cards/Answer
@Test | ||
public void matchesForTreeWithoutResourceSuperTypePropertyReturnsFalse() | ||
{ | ||
NodeBuilderTree tree = new NodeBuilderTree(UUID.randomUUID().toString(), EmptyNodeState.EMPTY_NODE.builder()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missed test case of tree
created from sling:resourceType
other than cards/AnswerSection
|
|
jacoco.zip |
7433108
to
0912d65
Compare
…trictionPattern, SectionRestrictionPattern and SessionSubjectRestrictionPattern
0912d65
to
ef9b731
Compare
No description provided.