Class TestCase
java.lang.Object
org.eclipse.lyo.oslc4j.core.model.AbstractResource
org.eclipse.lyo.client.oslc.resources.QmResource
org.eclipse.lyo.client.oslc.resources.TestCase
- All Implemented Interfaces:
IExtendedResource
,IResource
@Deprecated
@OslcResourceShape(title="Quality Management Resource Shape",
describes="http://open-services.net/ns/qm#TestCase")
@OslcNamespace("http://open-services.net/ns/qm#")
public class TestCase
extends QmResource
Deprecated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addContributor
(URI contributor) Deprecated.void
addCreator
(URI creator) Deprecated.void
addRelatedChangeRequest
(Link relatedChangeRequest) Deprecated.void
addSubject
(String subject) Deprecated.void
addTestsChangeRequest
(Link changeRequest) Deprecated.void
addUsesTestScript
(Link testscript) Deprecated.void
addValidatesRequirement
(Link requirement) Deprecated.URI[]
Deprecated.URI[]
Deprecated.Deprecated.protected URI
Deprecated.Link[]
Deprecated.String[]
Deprecated.Link[]
Deprecated.Link[]
Deprecated.Link[]
Deprecated.void
setContributors
(URI[] contributors) Deprecated.void
setCreators
(URI[] creators) Deprecated.void
setDescription
(String description) Deprecated.void
setRelatedChangeRequests
(Link[] relatedChangeRequests) Deprecated.void
setSubjects
(String[] subjects) Deprecated.void
setTestsChangeRequests
(Link[] testsChangeRequests) Deprecated.void
setUsesTestScripts
(Link[] usesTestScripts) Deprecated.void
setValidatesRequirements
(Link[] validatesRequirements) Deprecated.Methods inherited from class org.eclipse.lyo.client.oslc.resources.QmResource
addRdfType, getCreated, getIdentifier, getInstanceShape, getModified, getRdfTypes, getServiceProvider, getTitle, setCreated, setIdentifier, setInstanceShape, setModified, setRdfTypes, setServiceProvider, setTitle
Methods inherited from class org.eclipse.lyo.oslc4j.core.model.AbstractResource
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
-
Constructor Details
-
TestCase
public TestCase()Deprecated.
-
-
Method Details
-
getRdfType
Deprecated.- Specified by:
getRdfType
in classQmResource
-
addContributor
Deprecated. -
addCreator
Deprecated. -
addRelatedChangeRequest
Deprecated. -
addSubject
Deprecated. -
addTestsChangeRequest
Deprecated. -
addUsesTestScript
Deprecated. -
addValidatesRequirement
Deprecated. -
getContributors
@OslcDescription("The person(s) who are responsible for the work needed to complete the test case.") @OslcName("contributor") @OslcPropertyDefinition("http://purl.org/dc/terms/contributor") @OslcRange("http://xmlns.com/foaf/0.1/Person") @OslcTitle("Contributors") public URI[] getContributors()Deprecated. -
getCreators
@OslcDescription("Creator or creators of resource.") @OslcName("creator") @OslcPropertyDefinition("http://purl.org/dc/terms/creator") @OslcRange("http://xmlns.com/foaf/0.1/Person") @OslcTitle("Creators") public URI[] getCreators()Deprecated. -
getDescription
@OslcDescription("Descriptive text (reference: Dublin Core) about resource represented as rich text in XHTML content.") @OslcPropertyDefinition("http://purl.org/dc/terms/description") @OslcTitle("Description") @OslcValueType(XMLLiteral) public String getDescription()Deprecated. -
getRelatedChangeRequests
@OslcDescription("A related change request.") @OslcName("relatedChangeRequest") @OslcPropertyDefinition("http://open-services.net/ns/qm#relatedChangeRequest") @OslcRange("http://open-services.net/ns/cm#ChangeRequest") @OslcReadOnly(false) @OslcTitle("Related Change Requests") public Link[] getRelatedChangeRequests()Deprecated. -
getSubjects
@OslcDescription("Tag or keyword for a resource. Each occurrence of a dcterms:subject property denotes an additional tag for the resource.") @OslcName("subject") @OslcPropertyDefinition("http://purl.org/dc/terms/subject") @OslcReadOnly(false) @OslcTitle("Subjects") public String[] getSubjects()Deprecated. -
getTestsChangeRequests
@OslcDescription("Change Request tested by the Test Case.") @OslcName("testsChangeRequest") @OslcPropertyDefinition("http://open-services.net/ns/qm#testsChangeRequest") @OslcRange("http://open-services.net/ns/cm#ChangeRequest") @OslcReadOnly(false) @OslcTitle("Tests Change Request") public Link[] getTestsChangeRequests()Deprecated. -
getUsesTestScripts
@OslcDescription("Test Script used by the Test Case.") @OslcName("usesTestScript") @OslcPropertyDefinition("http://open-services.net/ns/qm#usesTestScript") @OslcRange("http://open-services.net/ns/qm#TestScript") @OslcReadOnly(false) @OslcTitle("Uses Test Script") public Link[] getUsesTestScripts()Deprecated. -
getValidatesRequirements
@OslcDescription("Requirement that is validated by the Test Case.") @OslcName("validatesRequirement") @OslcPropertyDefinition("http://open-services.net/ns/qm#validatesRequirement") @OslcRange("http://open-services.net/ns/rm#Requirement") @OslcReadOnly(false) @OslcTitle("Validates Requirement") public Link[] getValidatesRequirements()Deprecated. -
setContributors
Deprecated. -
setCreators
Deprecated. -
setDescription
Deprecated. -
setRelatedChangeRequests
Deprecated. -
setSubjects
Deprecated. -
setTestsChangeRequests
Deprecated. -
setUsesTestScripts
Deprecated. -
setValidatesRequirements
Deprecated.
-