org.apache.any23
Class SesameTest

java.lang.Object
  extended by org.apache.any23.SesameTest

public class SesameTest
extends Object

Tests how Sesame's ValueFactory behaves with null arguments.

Author:
Richard Cyganiak (richard@cyganiak.de)

Constructor Summary
SesameTest()
           
 
Method Summary
 void testCreateBNodeWithNullArgumentWorks()
           
 void testCreateLiteralWithNullArgumentWorks()
           
 void testCreateURIWithNullArgumentThrowsNPE()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SesameTest

public SesameTest()
Method Detail

testCreateURIWithNullArgumentThrowsNPE

public void testCreateURIWithNullArgumentThrowsNPE()

testCreateLiteralWithNullArgumentWorks

public void testCreateLiteralWithNullArgumentWorks()

testCreateBNodeWithNullArgumentWorks

public void testCreateBNodeWithNullArgumentWorks()


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.