Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/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/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-2/runner/
Dchapters.py23 …nner.common_exceptions import CyclicDependencyChapterException, IncorrectFileFormatChapterException
48 raise IncorrectFileFormatChapterException(chapters_file)
51 raise IncorrectFileFormatChapterException(chapters_file)
54 raise IncorrectFileFormatChapterException(chapters_file)
58 … raise IncorrectFileFormatChapterException(f"Chapter '{chapter.name}' already used")
71 raise IncorrectFileFormatChapterException(
77 raise IncorrectFileFormatChapterException(f"Incorrect file format: {chapters_file}")
Dcommon_exceptions.py67 class IncorrectFileFormatChapterException(RunnerException): class
/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