Class: TestCaseResult
The outcome of a TestRunner run of one specific TestCase.
URI: ttm:TestCaseResult
classDiagram
class TestCaseResult
TestEntity <|-- TestCaseResult
TestCaseResult : description
TestCaseResult : id
TestCaseResult : name
TestCaseResult : tags
TestCaseResult : test_case
TestCaseResult --> TestCase : test_case
TestCaseResult : test_case_result
TestCaseResult --> TestCaseResultEnum : test_case_result
TestCaseResult : test_runner_settings
TestCaseResult : test_suite_id
Inheritance
- TestEntity
- TestCaseResult
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
test_suite_id | 0..1 Uriorcurie |
CURIE id of a TestSuite registered in the system | direct |
test_case | 0..1 TestCase |
Slot referencing a single TestCase | direct |
test_case_result | 0..1 TestCaseResultEnum |
Encoded result of a single test run of a given test case | direct |
id | 1..1 Uriorcurie |
A unique identifier for a Test Entity | TestEntity |
name | 0..1 String |
A human-readable name for a Test Entity | TestEntity |
description | 0..1 String |
A human-readable description for a Test Entity | TestEntity |
tags | 0..* String |
A human-readable tags for categorical memberships of a TestEntity (preferably... | TestEntity |
test_runner_settings | 0..* String |
Scalar parameters for the TestRunner processing a given TestEntity | TestEntity |
Usages
used by | used in | type | used |
---|---|---|---|
TestRunSession | test_case_results | range | TestCaseResult |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
Mappings
Mapping Type | Mapped Value |
---|---|
self | ttm:TestCaseResult |
native | ttm:TestCaseResult |
LinkML Source
Direct
name: TestCaseResult
description: The outcome of a TestRunner run of one specific TestCase.
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
is_a: TestEntity
slots:
- test_suite_id
- test_case
- test_case_result
Induced
name: TestCaseResult
description: The outcome of a TestRunner run of one specific TestCase.
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
is_a: TestEntity
attributes:
test_suite_id:
name: test_suite_id
description: CURIE id of a TestSuite registered in the system.
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
rank: 1000
alias: test_suite_id
owner: TestCaseResult
domain_of:
- TestCaseResult
range: uriorcurie
test_case:
name: test_case
description: Slot referencing a single TestCase.
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
rank: 1000
alias: test_case
owner: TestCaseResult
domain_of:
- TestCaseResult
range: TestCase
inlined: true
test_case_result:
name: test_case_result
description: Encoded result of a single test run of a given test case
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
rank: 1000
alias: test_case_result
owner: TestCaseResult
domain_of:
- TestCaseResult
range: TestCaseResultEnum
id:
name: id
description: A unique identifier for a Test Entity
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: id
owner: TestCaseResult
domain_of:
- TestEntity
range: uriorcurie
required: true
name:
name: name
description: A human-readable name for a Test Entity
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
rank: 1000
slot_uri: schema:name
alias: name
owner: TestCaseResult
domain_of:
- TestEntity
range: string
description:
name: description
description: A human-readable description for a Test Entity
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
rank: 1000
slot_uri: schema:description
alias: description
owner: TestCaseResult
domain_of:
- TestEntity
range: string
tags:
name: tags
description: A human-readable tags for categorical memberships of a TestEntity
(preferably a URI or CURIE). Typically used to aggregate instances of TestEntity
into formally typed or ad hoc lists.
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
rank: 1000
slot_uri: schema:additionalType
multivalued: true
alias: tags
owner: TestCaseResult
domain_of:
- TestEntity
range: string
test_runner_settings:
name: test_runner_settings
description: Scalar parameters for the TestRunner processing a given TestEntity.
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
aliases:
- Settings
rank: 1000
multivalued: true
alias: test_runner_settings
owner: TestCaseResult
domain_of:
- TestEntity
range: string
required: false