Legacy Documentation: Version 5.4
LanguageEnglish
  • C#
  • JS

Script language

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

TestResultState

enumeration

Description

Result of an editor test run.

Variables

InconclusiveThe test result is inconclusive.
NotRunnableThe test is not runnable.
SkippedThe test was skipped.
IgnoredThe test was ignored.
SuccessThe test succeeded.
FailureThe test finished with a failure.
ErrorThe test finished with an error.
CancelledThe test was cancelled.