Skip to content

Commit

Permalink
issuebean branches test coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Maxwell Brown <[email protected]>
  • Loading branch information
Galactus22625 authored and san81 committed Nov 3, 2024
1 parent 0651edb commit 73d9d1f
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ public void testNull() {
assertNull(issueBean.getFields());
}

@Test
void testNullCases() {
assertNull(issueBean.getProject());
assertNull(issueBean.getProjectName());
assertEquals(issueBean.getUpdatedTimeMillis(), 0);
}

@Test
public void testStringSettersAndGetters() {
String self = "selfTest";
Expand Down

0 comments on commit 73d9d1f

Please sign in to comment.