MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / assert_false

Method assert_false

seleniumbase/core/sb_cdp.py:3390–3397  ·  view source on GitHub ↗
(self, expression, msg=None)

Source from the content-addressed store, hash-verified

3388 )
3389
3390 def assert_false(self, expression, msg=None):
3391 if expression:
3392 if not msg:
3393 raise AssertionError("%s is not false." % expression)
3394 else:
3395 raise AssertionError(
3396 "%s is not false. (%s)" % (expression, msg)
3397 )
3398
3399 def assert_equal(self, first, second, msg=None):
3400 if first != second:

Callers 15

controleren_valseMethod · 0.45
vérifier_fauxMethod · 0.45
verificare_falsoMethod · 0.45
verificar_falsoMethod · 0.45
거짓인지_확인Method · 0.45
検証は偽ですMethod · 0.45
断言为假Method · 0.45
verificar_falsoMethod · 0.45
test_demo_siteMethod · 0.45

Calls

no outgoing calls

Tested by 9

test_demo_siteMethod · 0.36
test_alertsMethod · 0.36
test_demo_siteMethod · 0.36
test_load_html_stringMethod · 0.36
test_demo_pageMethod · 0.36
test_extended_driverMethod · 0.36