Skip to content

Commit

Permalink
new test
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft committed Aug 6, 2024
1 parent baed412 commit cd908b4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ public void testSpread() {
aliasClient.spreadAsRequestParameter("1", "bar", "foo");

aliasClient.spreadWithMultipleParameters("1", "bar", "foo", List.of(1, 2), 1, List.of("foo", "bar"));

aliasClient.spreadParameterWithInnerAlias("1", "foo", 1, "bar");

aliasClient.spreadParameterWithInnerModel("1", "foo", "bar");
}

@Test
Expand Down

0 comments on commit cd908b4

Please sign in to comment.