Skip to content

Enum: TestCaseResultEnum

URI: TestCaseResultEnum

Permissible Values

Value Meaning Description
PASSED None test case result indicating success
FAILED None test case result indicating failure
SKIPPED None test case result indicating that the specified test was not run

Slots

Name Description
test_case_result Encoded result of a single test run of a given test case

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel

LinkML Source

name: TestCaseResultEnum
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
rank: 1000
permissible_values:
  PASSED:
    text: PASSED
    description: test case result indicating success.
  FAILED:
    text: FAILED
    description: test case result indicating failure.
  SKIPPED:
    text: SKIPPED
    description: test case result indicating that the specified test was not run.