Class RdfStreamStreamingOutputTest
- java.lang.Object
-
- org.fcrepo.http.commons.responses.RdfStreamStreamingOutputTest
-
public class RdfStreamStreamingOutputTest extends Object
RdfStreamStreamingOutputTest class.
- Author:
- ajs6f
-
-
Constructor Summary
Constructors Constructor Description RdfStreamStreamingOutputTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidassertOutputContainsTriple(org.apache.jena.graph.Triple expected)voidsetUp()voidtestWrite()voidtestWriteWithBlankObject()voidtestWriteWithBlankSubject()voidtestWriteWithDatetimeObject()voidtestWriteWithException()voidtestWriteWithLanguageLiteral()voidtestWriteWithNamespace()voidtestWriteWithTypedObject()
-
-
-
Constructor Detail
-
RdfStreamStreamingOutputTest
public RdfStreamStreamingOutputTest()
-
-
Method Detail
-
setUp
public void setUp()
-
testWrite
public void testWrite() throws IOException
- Throws:
IOException
-
assertOutputContainsTriple
public void assertOutputContainsTriple(org.apache.jena.graph.Triple expected) throws IOException
- Throws:
IOException
-
testWriteWithNamespace
public void testWriteWithNamespace() throws IOException
- Throws:
IOException
-
testWriteWithTypedObject
public void testWriteWithTypedObject() throws IOException
- Throws:
IOException
-
testWriteWithBlankSubject
public void testWriteWithBlankSubject() throws IOException
- Throws:
IOException
-
testWriteWithBlankObject
public void testWriteWithBlankObject() throws IOException
- Throws:
IOException
-
testWriteWithDatetimeObject
public void testWriteWithDatetimeObject() throws IOException
- Throws:
IOException
-
testWriteWithLanguageLiteral
public void testWriteWithLanguageLiteral() throws IOException
- Throws:
IOException
-
testWriteWithException
public void testWriteWithException() throws IOException
- Throws:
IOException
-
-