MCPcopy 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

withMethod · 0.95
toStringMethod · 0.95
andMethod · 0.80

Tested by

no test coverage detected