Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Assert.raiseExceptions

Switch to Manual
public static var raiseExceptions: bool;

Description

Should an exception be thrown on a failure.

If true, an Assertinos.AssertinoException will be thrown instead of logging a message. This will break the control flow of the execution.