Enum: ExpectedResultsEnum
Does this Enum overlap with 'ExpectedOutputEnum' above?
URI: ExpectedResultsEnum
Permissible Values
Value | Meaning | Description |
---|---|---|
include_good | None | The query should return the result in this test case |
exclude_bad | None | The query should not return the result in this test case |
Slots
Name | Description |
---|---|
expected_result | The expected result of the query |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
LinkML Source
name: ExpectedResultsEnum
description: Does this Enum overlap with 'ExpectedOutputEnum' above?
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
rank: 1000
permissible_values:
include_good:
text: include_good
description: The query should return the result in this test case
exclude_bad:
text: exclude_bad
description: The query should not return the result in this test case