Property: hasTest

Defines the relationship between an OO Software Component and an associated Test.

Types

owl:ObjectProperty

Domain

OOSoftwareComponent

Inverse Property

isTestOf

Abstract Syntax

ObjectProperty(hasTest annotation(rdfs:label "has test"^^<http://www.w3.org/2001/XMLSchema#string>)
                      annotation(rdfs:comment "Defines the relationship between an OO Software Component and an associated Test."^^<http://www.w3.org/2001/XMLSchema#string>)
                      inverseOf(isTestOf)
                      domain(OOSoftwareComponent))

Generated with OWLDoc