MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / nextEnd

Method nextEnd

java/src/org/openqa/selenium/json/JsonInput.java:303–305  ·  view source on GitHub ↗

Read the next element of the JSON input stream and expect the end of the input. @throws JsonException if the next element isn't the end of the input

()

Source from the content-addressed store, hash-verified

301 * @throws JsonException if the next element isn't the end of the input
302 */
303 public void nextEnd() {
304 expect(JsonType.END);
305 }
306
307 /**
308 * Determine whether an element is pending for the current container from the JSON input stream.

Callers 2

applyMethod · 0.80
applyMethod · 0.80

Calls 1

expectMethod · 0.95

Tested by

no test coverage detected