MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / willValidate

Method willValidate

src/main/java/org/htmlunit/html/HtmlSelect.java:736–739  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

734 * {@inheritDoc}
735 */
736 @Override
737 public boolean willValidate() {
738 return !isDisabled();
739 }
740
741 /**
742 * {@inheritDoc}

Callers

nothing calls this directly

Calls 1

isDisabledMethod · 0.95

Tested by

no test coverage detected