Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/amadeus4dev/amadeus-java
/ testToString
Method
testToString
src/test/java/com/amadeus/ParamsTest.java:37–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
@Test
public
void
testToString() {
38
Params params = Params.with(
"foo"
,
"123"
).and(
"bar"
,
"234"
);
39
assertEquals(params.toString(),
"bar=234&foo=123"
);
40
}
41
}
Callers
nothing calls this directly
Calls
3
with
Method · 0.95
toString
Method · 0.95
and
Method · 0.80
Tested by
no test coverage detected