Skip to content

Class: TestSuiteSpecification

Parameters for a Test Case instances either dynamically generated from some external source of Test Assets.

URI: ttm:TestSuiteSpecification

classDiagram class TestSuiteSpecification TestEntity <|-- TestSuiteSpecification TestSuiteSpecification : description TestSuiteSpecification : id TestSuiteSpecification : name TestSuiteSpecification : tags TestSuiteSpecification : test_data_file_format TestSuiteSpecification --> FileFormatEnum : test_data_file_format TestSuiteSpecification : test_data_file_locator TestSuiteSpecification : test_runner_settings

Inheritance

Slots

Name Cardinality and Range Description Inheritance
test_data_file_locator 0..1
Uriorcurie
An web accessible file resource link to test entity data (e direct
test_data_file_format 0..1
FileFormatEnum
File format of test entity data (e 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
TestSuite test_suite_specification range TestSuiteSpecification
AcceptanceTestSuite test_suite_specification range TestSuiteSpecification
StandardsComplianceTestSuite test_suite_specification range TestSuiteSpecification
OneHopTestSuite test_suite_specification range TestSuiteSpecification

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: TestSuiteSpecification
description: Parameters for a Test Case instances either dynamically generated from
  some external source of Test Assets.
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
is_a: TestEntity
slots:
- test_data_file_locator
- test_data_file_format

Induced

name: TestSuiteSpecification
description: Parameters for a Test Case instances either dynamically generated from
  some external source of Test Assets.
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
is_a: TestEntity
attributes:
  test_data_file_locator:
    name: test_data_file_locator
    description: An web accessible file resource link to test entity data (e.g. a
      web accessible text file of Test Asset entries)
    from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
    rank: 1000
    alias: test_data_file_locator
    owner: TestSuiteSpecification
    domain_of:
    - TestSuiteSpecification
    range: uriorcurie
  test_data_file_format:
    name: test_data_file_format
    description: File format of test entity data (e.g. TSV, YAML or JSON)
    from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
    rank: 1000
    alias: test_data_file_format
    owner: TestSuiteSpecification
    domain_of:
    - TestSuiteSpecification
    range: FileFormatEnum
  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: TestSuiteSpecification
    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: TestSuiteSpecification
    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: TestSuiteSpecification
    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: TestSuiteSpecification
    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: TestSuiteSpecification
    domain_of:
    - TestEntity
    range: string
    required: false