MCPcopy Index your code
hub / github.com/amadeus4dev/amadeus-java / toString

Method toString

src/main/java/com/amadeus/Params.java:86–88  ·  view source on GitHub ↗

Converts params into a HTTP query string.

()

Source from the content-addressed store, hash-verified

84 * Converts params into a HTTP query string.
85 */
86 public String toString() {
87 return toQueryString();
88 }
89}

Callers 15

testToStringMethod · 0.95
testToStringMethod · 0.80
testToStringMethod · 0.80
testToStringMethod · 0.80
testNilResponseMethod · 0.80
testNoStatusCodeMethod · 0.80
testNoJsonMethod · 0.80
testForSingleErrorMethod · 0.80
testForMultipleErrorsMethod · 0.80
testForEmptyErrorsMethod · 0.80

Calls 1

toQueryStringMethod · 0.95

Tested by 15

testToStringMethod · 0.76
testToStringMethod · 0.64
testToStringMethod · 0.64
testToStringMethod · 0.64
testNilResponseMethod · 0.64
testNoStatusCodeMethod · 0.64
testNoJsonMethod · 0.64
testForSingleErrorMethod · 0.64
testForMultipleErrorsMethod · 0.64
testForEmptyErrorsMethod · 0.64