Class: TestEntity
Abstract global 'identification' class shared as a parent with all major model classes within the data model for Translator testing.
- NOTE: this is an abstract class and should not be instantiated directly
URI: ttm:TestEntity
classDiagram
class TestEntity
TestEntity <|-- TestMetadata
TestEntity <|-- TestAsset
TestEntity <|-- Precondition
TestEntity <|-- TestCase
TestEntity <|-- TestSuiteSpecification
TestEntity <|-- TestSuite
TestEntity <|-- TestCaseResult
TestEntity <|-- TestRunSession
TestEntity <|-- TestOutput
TestEntity <|-- TestResultPKSet
TestEntity : description
TestEntity : id
TestEntity : name
TestEntity : tags
TestEntity : test_runner_settings
Inheritance
- TestEntity
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
id | 1..1 Uriorcurie |
A unique identifier for a Test Entity | direct |
name | 0..1 String |
A human-readable name for a Test Entity | direct |
description | 0..1 String |
A human-readable description for a Test Entity | direct |
tags | 0..* String |
A human-readable tags for categorical memberships of a TestEntity (preferably... | direct |
test_runner_settings | 0..* String |
Scalar parameters for the TestRunner processing a given TestEntity | direct |
Usages
used by | used in | type | used |
---|---|---|---|
TestRunSession | test_entities | range | TestEntity |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
Mappings
Mapping Type | Mapped Value |
---|---|
self | ttm:TestEntity |
native | ttm:TestEntity |
LinkML Source
Direct
name: TestEntity
description: Abstract global 'identification' class shared as a parent with all major
model classes within the data model for Translator testing.
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
abstract: true
slots:
- id
- name
- description
- tags
- test_runner_settings
tree_root: true
Induced
name: TestEntity
description: Abstract global 'identification' class shared as a parent with all major
model classes within the data model for Translator testing.
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
abstract: true
attributes:
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: TestEntity
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: TestEntity
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: TestEntity
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: TestEntity
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: TestEntity
domain_of:
- TestEntity
range: string
required: false
tree_root: true