A B C D G M N O P R S T W 

A

addResource() - Method in class org.treetank.service.jaxrx.implementation.DatabaseRepresentationTest
This method tests DatabaseRepresentation.add(InputStream, String)
after() - Method in class org.treetank.service.jaxrx.util.RESTResponseHelperTest
 
after() - Method in class org.treetank.service.jaxrx.util.WorkerHelperTest
 

B

before() - Method in class org.treetank.service.jaxrx.util.RESTResponseHelperTest
 
buildDocument(ByteArrayOutputStream) - Static method in class org.treetank.service.jaxrx.util.DOMHelper
This method gets an output stream from the streaming output and converts it to a Document type to perform test cases.

C

ClientBlackBoxTest - Class in org.jaxrx.blackbox
This class is a client app test for this JAX-RX layer.
ClientBlackBoxTest() - Constructor for class org.jaxrx.blackbox.ClientBlackBoxTest
This method
createResource() - Method in class org.treetank.service.jaxrx.implementation.DatabaseRepresentationTest
This method tests DatabaseRepresentation.createResource(java.io.InputStream,String)
createResourceExc() - Method in class org.treetank.service.jaxrx.implementation.DatabaseRepresentationTest
This method tests DatabaseRepresentation.createResource(java.io.InputStream,String)

D

DatabaseRepresentationTest - Class in org.treetank.service.jaxrx.implementation
This class is responsible to test the implementation class DatabaseRepresentation;
DatabaseRepresentationTest() - Constructor for class org.treetank.service.jaxrx.implementation.DatabaseRepresentationTest
 
deleteResource() - Method in class org.treetank.service.jaxrx.implementation.DatabaseRepresentationTest
This method tests DatabaseRepresentation.deleteResource(String)
DOMHelper - Class in org.treetank.service.jaxrx.util
This class gets a stream and builds of it a Document object to perform tests for an expected streaming result.

G

getLastRevision() - Method in class org.treetank.service.jaxrx.implementation.DatabaseRepresentationTest
This method tests DatabaseRepresentation.getLastRevision(String)
getModificHistory() - Method in class org.treetank.service.jaxrx.implementation.DatabaseRepresentationTest
This method tests DatabaseRepresentation.getModificHistory(String, String, boolean, java.io.OutputStream, boolean)
getResource() - Method in class org.treetank.service.jaxrx.implementation.DatabaseRepresentationTest
This method tests DatabaseRepresentation.getResource(String, java.util.Map)
getResourcesNames() - Method in class org.treetank.service.jaxrx.implementation.DatabaseRepresentationTest
This method tests DatabaseRepresentation.getResourcesNames()
globSetUp() - Static method in class org.jaxrx.blackbox.ClientBlackBoxTest
Global set up to start the server.

M

mRevisioning - Variable in class org.treetank.service.jaxrx.implementation.DatabaseRepresentationTest
 
mRevisioning - Variable in class org.treetank.service.jaxrx.implementation.NodeIdRepresentationTest
 
mRevisioning - Variable in class org.treetank.service.jaxrx.util.RESTResponseHelperTest
 
mRevisioning - Variable in class org.treetank.service.jaxrx.util.RestXPathProcessorTest
 
mRevisioning - Variable in class org.treetank.service.jaxrx.util.WorkerHelperTest
 
mStorageFac - Variable in class org.treetank.service.jaxrx.implementation.DatabaseRepresentationTest
 
mStorageFac - Variable in class org.treetank.service.jaxrx.implementation.NodeIdRepresentationTest
 
mStorageFac - Variable in class org.treetank.service.jaxrx.util.RESTResponseHelperTest
 
mStorageFac - Variable in class org.treetank.service.jaxrx.util.RestXPathProcessorTest
 
mStorageFac - Variable in class org.treetank.service.jaxrx.util.WorkerHelperTest
 

N

NodeIdRepresentationTest - Class in org.treetank.service.jaxrx.implementation
This class is responsible to test the NodeIdRepresentation class.
NodeIdRepresentationTest() - Constructor for class org.treetank.service.jaxrx.implementation.NodeIdRepresentationTest
 

O

org.jaxrx.blackbox - package org.jaxrx.blackbox
 
org.treetank.service.jaxrx.implementation - package org.treetank.service.jaxrx.implementation
 
org.treetank.service.jaxrx.server - package org.treetank.service.jaxrx.server
 
org.treetank.service.jaxrx.util - package org.treetank.service.jaxrx.util
 

P

PARAMAUTHOR - Static variable in class org.treetank.service.jaxrx.util.RestXPathProcessorTest
Instances param author static variable.
PARAMBOOKS - Static variable in class org.treetank.service.jaxrx.util.RestXPathProcessorTest
Instances param books static variable.
PARAMJAXRES - Static variable in class org.treetank.service.jaxrx.util.RestXPathProcessorTest
Instances param jaxrx result static variable.
PARAMJRESTSEQ - Static variable in class org.treetank.service.jaxrx.util.RestXPathProcessorTest
Instances param rest sequence static variable.
performQueryOnResource() - Method in class org.treetank.service.jaxrx.implementation.DatabaseRepresentationTest
This method tests DatabaseRepresentation.performQueryOnResource(String, String, Map)

R

RESTResponseHelperTest - Class in org.treetank.service.jaxrx.util
This class tests RESTResponseHelper.
RESTResponseHelperTest() - Constructor for class org.treetank.service.jaxrx.util.RESTResponseHelperTest
 
RESTXMLShredderTest - Class in org.treetank.service.jaxrx.util
This class tests the class RESTXMLShredder.
RESTXMLShredderTest() - Constructor for class org.treetank.service.jaxrx.util.RESTXMLShredderTest
 
RestXPathProcessorTest - Class in org.treetank.service.jaxrx.util
This class tests the class RestXPathProcessor.
RestXPathProcessorTest() - Constructor for class org.treetank.service.jaxrx.util.RestXPathProcessorTest
 
revertToRevision() - Method in class org.treetank.service.jaxrx.implementation.DatabaseRepresentationTest
This method tests DatabaseRepresentation.revertToRevision(String, long)

S

setUp() - Method in class org.jaxrx.blackbox.ClientBlackBoxTest
Simple setUp method.
setUp() - Method in class org.treetank.service.jaxrx.implementation.DatabaseRepresentationTest
This a simple setUp.
setUp() - Method in class org.treetank.service.jaxrx.implementation.NodeIdRepresentationTest
The set up method.
setUp() - Method in class org.treetank.service.jaxrx.util.WorkerHelperTest
A simple set up.
setUpGlobal() - Method in class org.treetank.service.jaxrx.util.RestXPathProcessorTest
 
shred() - Method in class org.treetank.service.jaxrx.implementation.DatabaseRepresentationTest
This method tests DatabaseRepresentation.shred(java.io.InputStream, String)
startServer() - Method in class org.treetank.service.jaxrx.server.StartServerTest
This method tests the StartServer.main(String[]) method.
StartServerTest - Class in org.treetank.service.jaxrx.server
This class is responsible to test the StartServer class.
StartServerTest() - Constructor for class org.treetank.service.jaxrx.server.StartServerTest
 

T

tearDown() - Method in class org.jaxrx.blackbox.ClientBlackBoxTest
Simple tearDown method.
tearDown() - Method in class org.treetank.service.jaxrx.implementation.DatabaseRepresentationTest
This is a simple tear down.
tearDown() - Method in class org.treetank.service.jaxrx.implementation.NodeIdRepresentationTest
The tear down method.
testAddSubResource() - Method in class org.treetank.service.jaxrx.implementation.NodeIdRepresentationTest
Test method for NodeIdRepresentation.addSubResource(java.lang.String, long, java.io.InputStream, org.treetank.service.jaxrx.enums.EIdAccessType) .
testBuildResponseOfDomLR() - Method in class org.treetank.service.jaxrx.util.RESTResponseHelperTest
 
testClose() - Method in class org.treetank.service.jaxrx.util.WorkerHelperTest
This method tests WorkerHelper.closeWTX(boolean, INodeWriteTrx, ISession)
testCreateReader() - Method in class org.treetank.service.jaxrx.util.RESTXMLShredderTest
Test method for RESTXMLShredder.createReader(java.io.InputStream) .
testCreateStringBuilderObject() - Method in class org.treetank.service.jaxrx.util.WorkerHelperTest
This method tests WorkerHelper.createStringBuilderObject()
testDeleteRes() - Method in class org.jaxrx.blackbox.ClientBlackBoxTest
This method tests a delete request.d
testDeleteResource() - Method in class org.treetank.service.jaxrx.implementation.NodeIdRepresentationTest
Test method for NodeIdRepresentation.deleteResource(java.lang.String, long) .
testGetRes() - Method in class org.jaxrx.blackbox.ClientBlackBoxTest
This method tests the simple get method without additional query parameters.
testGetResource() - Method in class org.treetank.service.jaxrx.implementation.NodeIdRepresentationTest
Test method for NodeIdRepresentation.getResource(java.lang.String, long, java.util.Map) .
testGetResourceByAT() - Method in class org.treetank.service.jaxrx.implementation.NodeIdRepresentationTest
Test method for NodeIdRepresentation.getResourceByAT(java.lang.String, long, java.util.Map, org.treetank.service.jaxrx.enums.EIdAccessType) .
testGetResParams() - Method in class org.jaxrx.blackbox.ClientBlackBoxTest
This method tests a GET request with additional query parameters, such like query and wrap.
testGetXpathResourceFileLongStringBooleanLongOutputStreamBoolean() - Method in class org.treetank.service.jaxrx.util.RestXPathProcessorTest
Test method for RestXPathProcessor.getXpathResource(String, String, boolean, Long, OutputStream, boolean) .
testGetXpathResourceStringStringBooleanLongOutputStreamBoolean() - Method in class org.treetank.service.jaxrx.util.RestXPathProcessorTest
Test method for RestXPathProcessor.getXpathResource(java.lang.String, java.lang.String, boolean, java.lang.Long, java.io.OutputStream, boolean) .
testModifyResource() - Method in class org.treetank.service.jaxrx.implementation.NodeIdRepresentationTest
Test method for NodeIdRepresentation.modifyResource(java.lang.String, long, java.io.InputStream) .
testPerformQueryOnResource() - Method in class org.treetank.service.jaxrx.implementation.NodeIdRepresentationTest
Test method for NodeIdRepresentation.performQueryOnResource(java.lang.String, long, java.lang.String, java.util.Map) .
testPostQuery() - Method in class org.jaxrx.blackbox.ClientBlackBoxTest
This method tests the query support for the HTTP POST method.
testPut() - Method in class org.jaxrx.blackbox.ClientBlackBoxTest
This method tests a put HTTP request to create a new resource.
testRestXPathProcessor() - Method in class org.treetank.service.jaxrx.util.RestXPathProcessorTest
Test method for RestXPathProcessor.RestXPathProcessor(org.treetank.api.IStorage) .
testSerializeXML() - Method in class org.treetank.service.jaxrx.util.WorkerHelperTest
This method tests WorkerHelper.serializeXML(ISession, OutputStream, boolean, boolean,Long)
testShredInputStream() - Method in class org.treetank.service.jaxrx.util.WorkerHelperTest
This method tests WorkerHelper.shredInputStream(INodeWriteTrx, InputStream, EShredderInsert)

W

WorkerHelperTest - Class in org.treetank.service.jaxrx.util
This class is responsible to test the WorkerHelper class.
WorkerHelperTest() - Constructor for class org.treetank.service.jaxrx.util.WorkerHelperTest
 
A B C D G M N O P R S T W 

Copyright © 2013. All Rights Reserved.