Skip to content

Class: TestOutput

The output of a TestRunner run of one specific TestCase.

URI: ttm:TestOutput

classDiagram class TestOutput TestEntity <|-- TestOutput TestOutput : description TestOutput : id TestOutput : name TestOutput : pks TestOutput --> TestResultPKSet : pks TestOutput : tags TestOutput : test_case_id TestOutput : test_runner_settings

Inheritance

Slots

Name Cardinality and Range Description Inheritance
test_case_id 0..1
String
CURIE id of a TestCase registered in the system direct
pks 0..*
TestResultPKSet
Primary keys for a given ARA result set from a SmokeTest result for a given T... 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

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self ttm:TestOutput
native ttm:TestOutput

LinkML Source

Direct

name: TestOutput
description: The output of a TestRunner run of one specific TestCase.
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
is_a: TestEntity
slots:
- test_case_id
- pks

Induced

name: TestOutput
description: The output of a TestRunner run of one specific TestCase.
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
is_a: TestEntity
attributes:
  test_case_id:
    name: test_case_id
    description: CURIE id of a TestCase registered in the system.
    from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
    rank: 1000
    alias: test_case_id
    owner: TestOutput
    domain_of:
    - TestOutput
    range: string
  pks:
    name: pks
    description: Primary keys for a given ARA result set from a SmokeTest result for
      a given TestCase.
    from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
    rank: 1000
    multivalued: true
    alias: pks
    owner: TestOutput
    domain_of:
    - TestOutput
    range: TestResultPKSet
  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: TestOutput
    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: TestOutput
    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: TestOutput
    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: TestOutput
    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: TestOutput
    domain_of:
    - TestEntity
    range: string
    required: false