Home
last modified time | relevance | path

Searched refs:IncorrectFileFormatChapterException (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/test/chapters_test/
Dchapters_neg_test.py20 from runner.chapters import Chapters, IncorrectFileFormatChapterException
31 with self.assertRaises(IncorrectFileFormatChapterException):
35 with self.assertRaises(IncorrectFileFormatChapterException):
39 with self.assertRaises(IncorrectFileFormatChapterException):
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Dchapters.py35 class IncorrectFileFormatChapterException(Exception): class
60 Log.exception_and_raise(_LOGGER, chapters_file, IncorrectFileFormatChapterException)
63 Log.exception_and_raise(_LOGGER, chapters_file, IncorrectFileFormatChapterException)
66 Log.exception_and_raise(_LOGGER, chapters_file, IncorrectFileFormatChapterException)
73 IncorrectFileFormatChapterException)
89 IncorrectFileFormatChapterException)
97 IncorrectFileFormatChapterException