Home
last modified time | relevance | path

Searched defs:assertFalse (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/js-native-api/test_general/
DtestInstanceOf.js23 function assertFalse(assertion) { function
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
DTestFmwk.java552 protected static boolean assertFalse(String message, boolean condition) { in assertFalse() method in TestFmwk
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DTestFmwk.java551 protected static boolean assertFalse(String message, boolean condition) { in assertFalse() method in TestFmwk
/third_party/icu/icu4c/source/test/intltest/
Dintltest.cpp1920 UBool IntlTest::assertFalse(const char* message, UBool condition, UBool quiet, UBool possibleDataEr… in assertFalse() function in IntlTest
2216 UBool IntlTest::assertFalse(const UnicodeString& message, UBool condition, UBool quiet, UBool possi… in assertFalse() function in IntlTest
/third_party/python/Lib/unittest/
Dcase.py677 def assertFalse(self, expr, msg=None): member in TestCase