Home
last modified time | relevance | path

Searched defs:failIf (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/unittest/
Dcase.py622 failIf = _deprecate(assertFalse) variable in TestCase
/external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/
Dsancov.cpp178 static void failIf(bool B, const llvm::Twine &E) { in failIf() function
/external/python/cpython3/Lib/unittest/
Dcase.py1348 failIf = _deprecate(assertFalse) variable in TestCase