Uses of Class
org.eclipse.lyo.oslc4j.test.Test

Packages that use Test
org.eclipse.lyo.oslc4j.test Copyright (c) 2012 IBM Corporation. 
org.eclipse.lyo.oslc4j.test.resources   
 

Uses of Test in org.eclipse.lyo.oslc4j.test
 

Methods in org.eclipse.lyo.oslc4j.test that return Test
static Test Persistence.deleteTest(String identifier)
           
static Test Persistence.getTest(String identifier)
           
static Test[] Persistence.getTests()
           
static Test Persistence.updateTest(String identifier, Test test)
           
 

Methods in org.eclipse.lyo.oslc4j.test with parameters of type Test
static void Persistence.addTest(Test test)
           
static Test Persistence.updateTest(String identifier, Test test)
           
 

Uses of Test in org.eclipse.lyo.oslc4j.test.resources
 

Methods in org.eclipse.lyo.oslc4j.test.resources that return Test
 Test TestResource.getTest(String testId)
           
 Test[] TestResource.getTests()
           
 Test[] TestMessageBodyWriterErrorResource.getTests()
           
 

Methods in org.eclipse.lyo.oslc4j.test.resources that return types with arguments of type Test
 List<Test> TestCollectionResource.getTests()
           
 

Methods in org.eclipse.lyo.oslc4j.test.resources with parameters of type Test
 javax.ws.rs.core.Response TestResource.addTest(javax.servlet.http.HttpServletRequest httpServletRequest, Test test)
           
 javax.ws.rs.core.Response TestResource.updateTest(String testId, Test test)
           
 



Copyright © 2013. All Rights Reserved.