Class: PerformanceTestSuite
A small test suite designed to test the performance of the Translator system.
classDiagram
class PerformanceTestSuite
TestSuite <|-- PerformanceTestSuite
PerformanceTestSuite : description
PerformanceTestSuite : id
PerformanceTestSuite : name
PerformanceTestSuite : tags
PerformanceTestSuite : test_cases
PerformanceTestSuite --> PerformanceTestCase : test_cases
PerformanceTestSuite : test_metadata
PerformanceTestSuite --> TestMetadata : test_metadata
PerformanceTestSuite : test_persona
PerformanceTestSuite --> TestPersonaEnum : test_persona
PerformanceTestSuite : test_runner_settings
PerformanceTestSuite : test_suite_specification
PerformanceTestSuite --> TestSuiteSpecification : test_suite_specification
Inheritance
- TestEntity
- TestSuite
- PerformanceTestSuite
- TestSuite
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| test_metadata | 0..1 TestMetadata |
Test metadata describes the external provenance, cross-references and objecti... | TestSuite |
| test_persona | 0..1 TestPersonaEnum |
A Test persona describes the user or operational context of a given test | TestSuite |
| test_cases | 0..* PerformanceTestCase |
List of explicitly enumerated Test Cases | TestSuite |
| test_suite_specification | 0..1 TestSuiteSpecification |
Declarative specification of a Test Suite of Test Cases whose generation is d... | TestSuite |
| 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:PerformanceTestSuite |
| native | ttm:PerformanceTestSuite |
LinkML Source
Direct
name: PerformanceTestSuite
description: A small test suite designed to test the performance of the Translator
system.
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
is_a: TestSuite
slot_usage:
test_cases:
name: test_cases
domain_of:
- TestSuite
range: PerformanceTestCase
Induced
name: PerformanceTestSuite
description: A small test suite designed to test the performance of the Translator
system.
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
is_a: TestSuite
slot_usage:
test_cases:
name: test_cases
domain_of:
- TestSuite
range: PerformanceTestCase
attributes:
test_metadata:
name: test_metadata
description: Test metadata describes the external provenance, cross-references
and objectives for a given test.
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
rank: 1000
alias: test_metadata
owner: PerformanceTestSuite
domain_of:
- TestAsset
- TestSuite
range: TestMetadata
required: false
inlined: true
test_persona:
name: test_persona
description: A Test persona describes the user or operational context of a given
test.
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
rank: 1000
alias: test_persona
owner: PerformanceTestSuite
domain_of:
- TestSuite
range: TestPersonaEnum
test_cases:
name: test_cases
description: List of explicitly enumerated Test Cases.
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
rank: 1000
multivalued: true
alias: test_cases
owner: PerformanceTestSuite
domain_of:
- TestSuite
range: PerformanceTestCase
required: false
inlined: true
test_suite_specification:
name: test_suite_specification
description: Declarative specification of a Test Suite of Test Cases whose generation
is deferred, (i.e. within a Test Runner) or whose creation is achieved by stream
processing of an external data source.
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
rank: 1000
alias: test_suite_specification
owner: PerformanceTestSuite
domain_of:
- TestSuite
range: TestSuiteSpecification
required: false
inlined: true
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: PerformanceTestSuite
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: PerformanceTestSuite
domain_of:
- TestEntity
- PathfinderPathNode
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: PerformanceTestSuite
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: PerformanceTestSuite
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: PerformanceTestSuite
domain_of:
- TestEntity
range: string
required: false