@OslcNamespaceDefinition(prefix="dcterms",namespaceURI="http://purl.org/dc/terms/") @OslcNamespaceDefinition(prefix="rdf",namespaceURI="http://www.w3.org/1999/02/22-rdf-syntax-ns#") @OslcNamespaceDefinition(prefix="rdfs",namespaceURI="http://www.w3.org/2000/01/rdf-schema#") @OslcNamespaceDefinition(prefix="foaf",namespaceURI="http://xmlns.com/foaf/0.1/") @OslcNamespaceDefinition(prefix="oslc",namespaceURI="http://open-services.net/ns/core#") @OslcNamespaceDefinition(prefix="oslc_qm",namespaceURI="http://open-services.net/ns/qm#")
Package com.sodius.oslc.domain.qm.model
Namespaces and main concepts of OSLC Quality Management.
See the OSLC Quality Management specification for details:
https://open-services.net/specifications/quality-management-2.0/
-
Class Summary Class Description OslcQm Namespace of OSLC Quality Management.TestCase Defines the criteria which determine whether a system exhibits the correct behavior under a specific set of circumstances.TestExecutionRecord Planning for execution of a test.TestPlan Defines the overall process and strategy for testing a system.TestResult Describes the outcome of attempting to execute a test.TestScript Defines a program or list of steps used to conduct a test.