Searched defs:AssertionError (Results 1 – 5 of 5) sorted by relevance
25 class AssertionError(msg: String) : java.lang.AssertionError(msg, null) class
204 throw new AssertionError(); in AssertionError() method
63 class AssertionError < RuntimeError; end class
899 def _log_assertion_error_statement(self, e: AssertionError) -> None: