Return-Path: X-Original-To: apmail-commonsrdf-commits-archive@minotaur.apache.org Delivered-To: apmail-commonsrdf-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 772191779D for ; Tue, 21 Apr 2015 12:48:40 +0000 (UTC) Received: (qmail 60541 invoked by uid 500); 21 Apr 2015 12:48:40 -0000 Delivered-To: apmail-commonsrdf-commits-archive@commonsrdf.apache.org Received: (qmail 60514 invoked by uid 500); 21 Apr 2015 12:48:40 -0000 Mailing-List: contact commits-help@commonsrdf.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commonsrdf.incubator.apache.org Delivered-To: mailing list commits@commonsrdf.incubator.apache.org Received: (qmail 60505 invoked by uid 99); 21 Apr 2015 12:48:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Apr 2015 12:48:40 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [54.191.145.13] (HELO mx1-us-west.apache.org) (54.191.145.13) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Apr 2015 12:48:33 +0000 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 6C130256CA for ; Tue, 21 Apr 2015 12:48:13 +0000 (UTC) Received: (qmail 56161 invoked by uid 99); 21 Apr 2015 12:46:58 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Apr 2015 12:46:58 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 3E287AC030C for ; Tue, 21 Apr 2015 12:46:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r948613 [9/11] - in /websites/production/commonsrdf/content: ./ apidocs/ apidocs/org/apache/commons/rdf/api/ apidocs/org/apache/commons/rdf/api/class-use/ apidocs/org/apache/commons/rdf/simple/ apidocs/org/apache/commons/rdf/simple/class-us... Date: Tue, 21 Apr 2015 12:46:55 -0000 To: commits@commonsrdf.incubator.apache.org From: stain@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150421124658.3E287AC030C@hades.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: websites/production/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/AbstractRDFTermFactoryTest.html ============================================================================== --- websites/production/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/AbstractRDFTermFactoryTest.html (added) +++ websites/production/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/AbstractRDFTermFactoryTest.html Tue Apr 21 12:46:53 2015 @@ -0,0 +1,625 @@ + + + + + + +AbstractRDFTermFactoryTest (Commons RDF 0.1.0-incubating-SNAPSHOT Test API) + + + + + + + + + + + +
+
org.apache.commons.rdf.api
+

Class AbstractRDFTermFactoryTest

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.commons.rdf.api.AbstractRDFTermFactoryTest
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AbstractRDFTermFactoryTest

        +
        public AbstractRDFTermFactoryTest()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createFactory

        +
        public abstract RDFTermFactory createFactory()
        +
        testCreate a new, distinct RDFTermFactory object using the + implementation being tested here.
        +
        +
        Returns:
        +
        a new, distinct RDFTermFactory object using the + implementation being tested here
        +
        +
      • +
      + + + +
        +
      • +

        setUp

        +
        public void setUp()
        +
      • +
      + + + +
        +
      • +

        testCreateBlankNode

        +
        public void testCreateBlankNode()
        +                         throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testCreateBlankNodeIdentifierEmpty

        +
        public void testCreateBlankNodeIdentifierEmpty()
        +                                        throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testCreateBlankNodeIdentifier

        +
        public void testCreateBlankNodeIdentifier()
        +                                   throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testCreateBlankNodeIdentifierTwice

        +
        public void testCreateBlankNodeIdentifierTwice()
        +                                        throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testCreateGraph

        +
        public void testCreateGraph()
        +
      • +
      + + + +
        +
      • +

        testCreateIRI

        +
        public void testCreateIRI()
        +                   throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testCreateIRIRelative

        +
        public void testCreateIRIRelative()
        +                           throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testCreateLiteral

        +
        public void testCreateLiteral()
        +                       throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testCreateLiteralDateTime

        +
        public void testCreateLiteralDateTime()
        +                               throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testCreateLiteralLang

        +
        public void testCreateLiteralLang()
        +                           throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testCreateLiteralLangISO693_3

        +
        public void testCreateLiteralLangISO693_3()
        +                                   throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testCreateLiteralString

        +
        public void testCreateLiteralString()
        +                             throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testCreateTripleBnodeBnode

        +
        public void testCreateTripleBnodeBnode()
        +
      • +
      + + + +
        +
      • +

        testCreateTripleBnodeIRI

        +
        public void testCreateTripleBnodeIRI()
        +
      • +
      + + + +
        +
      • +

        testCreateTripleBnodeTriple

        +
        public void testCreateTripleBnodeTriple()
        +
      • +
      + + + +
        +
      • +

        testPossiblyInvalidBlankNode

        +
        public void testPossiblyInvalidBlankNode()
        +                                  throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testInvalidIRI

        +
        public void testInvalidIRI()
        +                    throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testInvalidLiteralLang

        +
        public void testInvalidLiteralLang()
        +                            throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testInvalidTriplePredicate

        +
        public void testInvalidTriplePredicate()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015 The Apache Software Foundation. All rights reserved.

+ + Added: websites/production/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/DefaultRDFTermFactoryTest.html ============================================================================== --- websites/production/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/DefaultRDFTermFactoryTest.html (added) +++ websites/production/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/DefaultRDFTermFactoryTest.html Tue Apr 21 12:46:53 2015 @@ -0,0 +1,300 @@ + + + + + + +DefaultRDFTermFactoryTest (Commons RDF 0.1.0-incubating-SNAPSHOT Test API) + + + + + + + + + + + +
+
org.apache.commons.rdf.api
+

Class DefaultRDFTermFactoryTest

+
+
+ +
+
    +
  • +
    +
    +
    public class DefaultRDFTermFactoryTest
    +extends AbstractRDFTermFactoryTest
    +
    The default RDFTermFactory might be useless (every method throws + UnsupportedOperationException), but this test ensures that + AbstractRDFTermFactoryTest does not fall over on unsupported operations.
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2015 The Apache Software Foundation. All rights reserved.

+ + Added: websites/production/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/class-use/AbstractBlankNodeTest.html ============================================================================== --- websites/production/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/class-use/AbstractBlankNodeTest.html (added) +++ websites/production/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/class-use/AbstractBlankNodeTest.html Tue Apr 21 12:46:53 2015 @@ -0,0 +1,167 @@ + + + + + + +Uses of Class org.apache.commons.rdf.api.AbstractBlankNodeTest (Commons RDF 0.1.0-incubating-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
org.apache.commons.rdf.api.AbstractBlankNodeTest

+
+
+ +
+ + + + +

Copyright © 2015 The Apache Software Foundation. All rights reserved.

+ + Added: websites/production/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/class-use/AbstractGraphTest.html ============================================================================== --- websites/production/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/class-use/AbstractGraphTest.html (added) +++ websites/production/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/class-use/AbstractGraphTest.html Tue Apr 21 12:46:53 2015 @@ -0,0 +1,174 @@ + + + + + + +Uses of Class org.apache.commons.rdf.api.AbstractGraphTest (Commons RDF 0.1.0-incubating-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
org.apache.commons.rdf.api.AbstractGraphTest

+
+
+ +
+ + + + +

Copyright © 2015 The Apache Software Foundation. All rights reserved.

+ + Added: websites/production/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/class-use/AbstractRDFTermFactoryTest.html ============================================================================== --- websites/production/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/class-use/AbstractRDFTermFactoryTest.html (added) +++ websites/production/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/class-use/AbstractRDFTermFactoryTest.html Tue Apr 21 12:46:53 2015 @@ -0,0 +1,199 @@ + + + + + + +Uses of Class org.apache.commons.rdf.api.AbstractRDFTermFactoryTest (Commons RDF 0.1.0-incubating-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
org.apache.commons.rdf.api.AbstractRDFTermFactoryTest

+
+
+ +
+ + + + +

Copyright © 2015 The Apache Software Foundation. All rights reserved.

+ + Added: websites/production/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/class-use/DefaultRDFTermFactoryTest.html ============================================================================== --- websites/production/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/class-use/DefaultRDFTermFactoryTest.html (added) +++ websites/production/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/class-use/DefaultRDFTermFactoryTest.html Tue Apr 21 12:46:53 2015 @@ -0,0 +1,125 @@ + + + + + + +Uses of Class org.apache.commons.rdf.api.DefaultRDFTermFactoryTest (Commons RDF 0.1.0-incubating-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
org.apache.commons.rdf.api.DefaultRDFTermFactoryTest

+
+
No usage of org.apache.commons.rdf.api.DefaultRDFTermFactoryTest
+ + + + +

Copyright © 2015 The Apache Software Foundation. All rights reserved.

+ + Added: websites/production/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/package-frame.html ============================================================================== --- websites/production/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/package-frame.html (added) +++ websites/production/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/package-frame.html Tue Apr 21 12:46:53 2015 @@ -0,0 +1,23 @@ + + + + + + +org.apache.commons.rdf.api (Commons RDF 0.1.0-incubating-SNAPSHOT Test API) + + + + +

org.apache.commons.rdf.api

+ + + Added: websites/production/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/package-summary.html ============================================================================== --- websites/production/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/package-summary.html (added) +++ websites/production/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/package-summary.html Tue Apr 21 12:46:53 2015 @@ -0,0 +1,165 @@ + + + + + + +org.apache.commons.rdf.api (Commons RDF 0.1.0-incubating-SNAPSHOT Test API) + + + + + + + + + + +
+

Package org.apache.commons.rdf.api

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    AbstractBlankNodeTest +
    Abstract test class for the BlankNode interface.
    +
    AbstractGraphTest +
    Test Graph implementation
    +
    AbstractRDFTermFactoryTest +
    Test RDFTermFactory implementation (and thus its RDFTerm implementations)
    +
    DefaultRDFTermFactoryTest +
    The default RDFTermFactory might be useless (every method throws + UnsupportedOperationException), but this test ensures that + AbstractRDFTermFactoryTest does not fall over on unsupported operations.
    +
    +
  • +
+
+ + + + +

Copyright © 2015 The Apache Software Foundation. All rights reserved.

+ +