Skip to content

Commit

Permalink
test: added getVerifiedDescendantStatement test
Browse files Browse the repository at this point in the history
  • Loading branch information
rglauco committed Nov 2, 2023
1 parent 58e1084 commit 28f912c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ public void testEntityConfigurationClass() {
ec.setVerifiedDescendantStatementJwt("test");
assertEquals(ec.getVerifiedDescendantStatementJwt(), "test");

ec.addVerifiedDescendantStatement("1",new JSONObject().put("test","test"));
List descendant = ec.getVerifiedDescendantStatement();
assertEquals(descendant.size(),1);

catched = false;
EntityConfiguration ec2 = null;

Expand Down

0 comments on commit 28f912c

Please sign in to comment.