Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 098CF200BE2 for ; Thu, 1 Dec 2016 00:38:53 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0825D160B21; Wed, 30 Nov 2016 23:38:53 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1A4FB160B2C for ; Thu, 1 Dec 2016 00:38:50 +0100 (CET) Received: (qmail 72260 invoked by uid 500); 30 Nov 2016 23:38:50 -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 72213 invoked by uid 99); 30 Nov 2016 23:38:50 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Nov 2016 23:38:50 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id B27111A9339 for ; Wed, 30 Nov 2016 23:38:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.198 X-Spam-Level: X-Spam-Status: No, score=-1.198 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id W30-7HybI6Qj for ; Wed, 30 Nov 2016 23:38:38 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id E36D45FC26 for ; Wed, 30 Nov 2016 23:38:37 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id CFC1EE86AF for ; Wed, 30 Nov 2016 23:38:35 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 75E423A1E57 for ; Wed, 30 Nov 2016 23:38:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1001919 [12/20] - in /websites/staging/commonsrdf/content: ./ apidocs/ apidocs/org/apache/commons/rdf/api/ apidocs/org/apache/commons/rdf/api/class-use/ apidocs/org/apache/commons/rdf/experimental/ apidocs/org/apache/commons/rdf/experiment... Date: Wed, 30 Nov 2016 23:38:33 -0000 To: commits@commonsrdf.incubator.apache.org From: stain@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161130233835.75E423A1E57@svn01-us-west.apache.org> archived-at: Wed, 30 Nov 2016 23:38:53 -0000 Added: websites/staging/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/AbstractGraphTest.html ============================================================================== --- websites/staging/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/AbstractGraphTest.html (added) +++ websites/staging/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/AbstractGraphTest.html Wed Nov 30 23:38:30 2016 @@ -0,0 +1,701 @@ + + + + + + +AbstractGraphTest (Commons RDF API 0.4.0-SNAPSHOT Test API) + + + + + + + + + + + +
+
org.apache.commons.rdf.api
+

Class AbstractGraphTest

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + +

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

+ + \ No newline at end of file Added: websites/staging/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/AbstractRDFTest.html ============================================================================== --- websites/staging/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/AbstractRDFTest.html (added) +++ websites/staging/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/AbstractRDFTest.html Wed Nov 30 23:38:30 2016 @@ -0,0 +1,690 @@ + + + + + + +AbstractRDFTest (Commons RDF API 0.4.0-SNAPSHOT Test API) + + + + + + + + + + + +
+
org.apache.commons.rdf.api
+

Class AbstractRDFTest

+
+
+ +
+
    +
  • +
    +
    +
    public abstract class AbstractRDFTest
    +extends Object
    +
    Test RDF implementation (and thus its RDFTerm implementations) +

    + To add to your implementation's tests, create a subclass with a name ending + in Test and provide createFactory() which minimally + supports one of the operations, but ideally supports all operations.

    +
    +
    See Also:
    +
    RDF
    +
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

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

+ + \ No newline at end of file