MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / getProductName

Method getProductName

src/main/java/org/htmlunit/Version.java:65–67  ·  view source on GitHub ↗

Returns "HtmlUnit". @return "HtmlUnit"

()

Source from the content-addressed store, hash-verified

63 * @return "HtmlUnit"
64 */
65 public static String getProductName() {
66 return "HtmlUnit";
67 }
68
69 /**
70 * Returns the current implementation version.

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected