Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Dec 26, 2023
1 parent b0850b4 commit d9ec5f3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,10 @@ public void supportAssertJAssertThatIsNotNullWithDescription_Object() {
" assertThat(o).describedAs(\"test\").isNotNull();",
" o.toString();",
" }",
" private void foo3(@Nullable Object o) {",
" assertThat(o).describedAs(\"test1\").as(\"test2\").isNotNull();",
" o.toString();",
" }",
"}")
.doTest();
}
Expand Down

0 comments on commit d9ec5f3

Please sign in to comment.