Skip to content

Commit

Permalink
(WIP) update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Apr 15, 2023
1 parent 31f16d8 commit 79d5bc8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ public void should_only_load_classes_in_scope() throws Exception {

assertNotSame(this.getClass().getClassLoader(),
t.getClass().getClassLoader());
assertSame(this.getClass().getProtectionDomain(),
t.getClass().getProtectionDomain());
assertSame(t.getClass().getClassLoader(),
t.getInnerClassInstance().getClass().getClassLoader());
assertNotSame(this.getClass().getClassLoader(),
Expand Down

0 comments on commit 79d5bc8

Please sign in to comment.