MCPcopy Create free account
hub / github.com/apache/ant / assertNotContains

Method assertNotContains

src/tests/junit/org/apache/tools/ant/AntAssert.java:61–65  ·  view source on GitHub ↗

Assert that a string does not contain the given substring. @param message the message to fail with if the substring is present in the target string. @param needle the string to search for. @param haystack the string to search in.

(String message, String needle, String haystack)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

formatMethod · 0.80
containsMethod · 0.45

Tested by

no test coverage detected