Package org.fcrepo.http.api.services
Class HttpRdfServiceTest
- java.lang.Object
-
- org.fcrepo.http.api.services.HttpRdfServiceTest
-
public class HttpRdfServiceTest extends Object
Unit tests for HttpRdfService- Since:
- 2019-11-08
- Author:
- bseeger
-
-
Constructor Summary
Constructors Constructor Description HttpRdfServiceTest()
-
Method Summary
-
-
-
Constructor Detail
-
HttpRdfServiceTest
public HttpRdfServiceTest()
-
-
Method Detail
-
setup
public void setup()
-
testGetModelFromInputStream
public void testGetModelFromInputStream()
-
testConvertInternalToExternalStream
public void testConvertInternalToExternalStream()
-
testPatchToInternal_EmptySubjectUpdate
public void testPatchToInternal_EmptySubjectUpdate()
-
testPatchToInternal_EmptySubjectInsert
public void testPatchToInternal_EmptySubjectInsert()
-
testPatchToInternal_EmptySubjectDelete
public void testPatchToInternal_EmptySubjectDelete()
-
testPatchToInternal_ExplicitSubjectUpdate
public void testPatchToInternal_ExplicitSubjectUpdate()
-
testPatchToInternal_ExplicitSubjectInsert
public void testPatchToInternal_ExplicitSubjectInsert()
-
testPatchToInternal_ExplicitSubjectDelete
public void testPatchToInternal_ExplicitSubjectDelete()
-
testPatchToInternal_EmptySubjectInsertDeleteWhere
public void testPatchToInternal_EmptySubjectInsertDeleteWhere()
-
testPatchToInternal_EmptySubjectObjectInsert
public void testPatchToInternal_EmptySubjectObjectInsert()
-
testPatchToInternal_ExplicitSubjectObjectInsert
public void testPatchToInternal_ExplicitSubjectObjectInsert()
-
testPatchToInternal_EmptySubjectExplicitObjectDelete
public void testPatchToInternal_EmptySubjectExplicitObjectDelete()
-
testPatchToInternal_ExplicitSubjectObjectDelete
public void testPatchToInternal_ExplicitSubjectObjectDelete()
-
testPatchToInternal_EmptySubjectExplicitObjectUpdate
public void testPatchToInternal_EmptySubjectExplicitObjectUpdate()
-
testPatchToInternal_ExplicitSubjectObjectUpdate
public void testPatchToInternal_ExplicitSubjectObjectUpdate()
-
testPatchToInternal_ExplicitSubjectObjectUpdateWhereSubject
public void testPatchToInternal_ExplicitSubjectObjectUpdateWhereSubject()
-
testPatchToInternal_ExplicitSubjectObjectUpdateWhereObject
public void testPatchToInternal_ExplicitSubjectObjectUpdateWhereObject()
-
-