Return-Path: X-Original-To: apmail-cocoon-cvs-archive@www.apache.org Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CD0F8E455 for ; Mon, 17 Dec 2012 10:28:13 +0000 (UTC) Received: (qmail 95289 invoked by uid 500); 17 Dec 2012 10:28:13 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 95232 invoked by uid 500); 17 Dec 2012 10:28:13 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 95221 invoked by uid 99); 17 Dec 2012 10:28:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2012 10:28:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2012 10:27:57 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7717F23889E0 for ; Mon, 17 Dec 2012 10:27:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1422833 [3/6] - in /cocoon/site/site/2.2/maven-plugins: ./ it-fw/ it-fw/1.0/ it-fw/1.0/apidocs/ it-fw/1.0/apidocs/org/ it-fw/1.0/apidocs/org/apache/ it-fw/1.0/apidocs/org/apache/cocoon/ it-fw/1.0/apidocs/org/apache/cocoon/maven/ it-fw/1.0/... Date: Mon, 17 Dec 2012 10:27:31 -0000 To: cvs@cocoon.apache.org From: ilgrosso@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121217102734.7717F23889E0@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/HtmlUnitTestCase.html URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/HtmlUnitTestCase.html?rev=1422833&view=auto ============================================================================== --- cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/HtmlUnitTestCase.html (added) +++ cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/HtmlUnitTestCase.html Mon Dec 17 10:27:16 2012 @@ -0,0 +1,655 @@ + + + + + + + +HtmlUnitTestCase (Cocoon Integration Test Framework [maven-plugin] 1.0.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.cocoon.tools.it +
+Class HtmlUnitTestCase

+
+java.lang.Object
+  extended by org.apache.cocoon.tools.it.HtmlUnitTestCase
+
+
+
+
public abstract class HtmlUnitTestCase
extends Object
+ + +

+This class is useful as base class for JUnit TestCase classes to setup an + environment which makes it possible to easily test web pages. First call one + of the load methods and then assert on the response object, XML document + (@see loadXmlPage), or HTML document (@see loadHtmlPage). +

+ +

+

+
Version:
+
$Id$
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+protected  Objectdocument + +
+          Low-level access to XML document (org.w3c.dom.Document) or HTML document + (com.gargoylesoftware.htmlunit.html.HtmlPage).
+protected  org.apache.commons.logging.Loglog + +
+           
+protected  Map<String,String>namespaces + +
+          Low-level access to namespace mappings for XPath expressions.
+protected  com.gargoylesoftware.htmlunit.WebResponseresponse + +
+          Low-level access to WebResponse object.
+protected  com.gargoylesoftware.htmlunit.WebClientwebClient + +
+          Low-level access to WebClient object.
+  + + + + + + + + + + +
+Constructor Summary
HtmlUnitTestCase() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidaddNamespace(String prefix, + String uri) + +
+          Add a namespace mapping for XPath expressions.
+protected  voidassertXPath(String xpathExpr, + String expected) + +
+          Assert that XPath expression result matches exactly expected value.
+ voidcreateClient() + +
+           
+protected  StringevalXPath(String xpathExpr) + +
+          Returns XPath expression as string.
+protected  voidloadDeleteResponse(String pageURL) + +
+          Sends HTTP DELETE request and loads response object.
+protected  voidloadHtmlPage(String pageURL) + +
+          Sends HTTP request and parses response as HTML document.
+protected  voidloadPostResponse(String pageURL, + String content) + +
+          Sends HTTP POST request and loads response object.
+protected  voidloadPutResponse(String pageURL, + String content) + +
+          Sends HTTP PUT request and loads response object.
+protected  voidloadResponse(String pageURL) + +
+          Sends HTTP GET request and loads response object.
+protected  voidloadXmlPage(String pageURL) + +
+          Sends HTTP request and parses response as XML document.
+ voidreset() + +
+           
+protected  URLsetupBaseUrl() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+log

+
+protected org.apache.commons.logging.Log log
+
+
+
+
+
+ +

+webClient

+
+protected com.gargoylesoftware.htmlunit.WebClient webClient
+
+
Low-level access to WebClient object. +

+

+
+
+
+ +

+response

+
+protected com.gargoylesoftware.htmlunit.WebResponse response
+
+
Low-level access to WebResponse object. +

+

+
+
+
+ +

+document

+
+protected Object document
+
+
Low-level access to XML document (org.w3c.dom.Document) or HTML document + (com.gargoylesoftware.htmlunit.html.HtmlPage). +

+

+
+
+
+ +

+namespaces

+
+protected Map<String,String> namespaces
+
+
Low-level access to namespace mappings for XPath expressions. +

+

+
+
+ + + + + + + + +
+Constructor Detail
+ +

+HtmlUnitTestCase

+
+public HtmlUnitTestCase()
+
+
+ + + + + + + + +
+Method Detail
+ +

+createClient

+
+public void createClient()
+                  throws Exception
+
+
+ +
Throws: +
Exception
+
+
+
+ +

+reset

+
+public void reset()
+           throws Exception
+
+
+ +
Throws: +
Exception
+
+
+
+ +

+setupBaseUrl

+
+protected URL setupBaseUrl()
+                    throws Exception
+
+
+ +
Throws: +
Exception
+
+
+
+ +

+loadResponse

+
+protected void loadResponse(String pageURL)
+                     throws Exception
+
+
Sends HTTP GET request and loads response object. +

+

+ +
Throws: +
Exception
+
+
+
+ +

+loadDeleteResponse

+
+protected void loadDeleteResponse(String pageURL)
+                           throws Exception
+
+
Sends HTTP DELETE request and loads response object. +

+

+ +
Throws: +
Exception
+
+
+
+ +

+loadPutResponse

+
+protected void loadPutResponse(String pageURL,
+                               String content)
+                        throws Exception
+
+
Sends HTTP PUT request and loads response object. +

+

+ +
Throws: +
Exception
+
+
+
+ +

+loadPostResponse

+
+protected void loadPostResponse(String pageURL,
+                                String content)
+                         throws Exception
+
+
Sends HTTP POST request and loads response object. +

+

+ +
Throws: +
Exception
+
+
+
+ +

+loadHtmlPage

+
+protected void loadHtmlPage(String pageURL)
+                     throws Exception
+
+
Sends HTTP request and parses response as HTML document. +

+

+ +
Throws: +
Exception
+
+
+
+ +

+loadXmlPage

+
+protected void loadXmlPage(String pageURL)
+                    throws Exception
+
+
Sends HTTP request and parses response as XML document. +

+

+ +
Throws: +
Exception
+
+
+
+ +

+evalXPath

+
+protected String evalXPath(String xpathExpr)
+                    throws Exception
+
+
Returns XPath expression as string. +

+

+
Parameters:
xpathExpr - XPath expression +
Returns:
Value of XPath expression in current document. Empty string if + XPath not matched. +
Throws: +
Exception
+
+
+
+ +

+addNamespace

+
+protected void addNamespace(String prefix,
+                            String uri)
+                     throws Exception
+
+
Add a namespace mapping for XPath expressions. +

+

+ +
Throws: +
Exception
+
+
+
+ +

+assertXPath

+
+protected void assertXPath(String xpathExpr,
+                           String expected)
+                    throws Exception
+
+
Assert that XPath expression result matches exactly expected value. +

+

+ +
Throws: +
Exception
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved. + + Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/HtmlUnitTestCase.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/HtmlUnitTestCase.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/HtmlUnitTestCase.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/class-use/HtmlUnitTestCase.html URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/class-use/HtmlUnitTestCase.html?rev=1422833&view=auto ============================================================================== --- cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/class-use/HtmlUnitTestCase.html (added) +++ cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/class-use/HtmlUnitTestCase.html Mon Dec 17 10:27:16 2012 @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class org.apache.cocoon.tools.it.HtmlUnitTestCase (Cocoon Integration Test Framework [maven-plugin] 1.0.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.cocoon.tools.it.HtmlUnitTestCase

+
+No usage of org.apache.cocoon.tools.it.HtmlUnitTestCase +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved. + + Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/class-use/HtmlUnitTestCase.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/class-use/HtmlUnitTestCase.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/class-use/HtmlUnitTestCase.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-frame.html URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-frame.html?rev=1422833&view=auto ============================================================================== --- cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-frame.html (added) +++ cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-frame.html Mon Dec 17 10:27:16 2012 @@ -0,0 +1,33 @@ + + + + + + + +org.apache.cocoon.tools.it (Cocoon Integration Test Framework [maven-plugin] 1.0.1 API) + + + + + + + + + + + +org.apache.cocoon.tools.it + + + + +
+Classes  + +
+HtmlUnitTestCase
+ + + + Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-frame.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-frame.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-frame.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-summary.html URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-summary.html?rev=1422833&view=auto ============================================================================== --- cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-summary.html (added) +++ cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-summary.html Mon Dec 17 10:27:16 2012 @@ -0,0 +1,159 @@ + + + + + + + +org.apache.cocoon.tools.it (Cocoon Integration Test Framework [maven-plugin] 1.0.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package org.apache.cocoon.tools.it +

+ + + + + + + + + +
+Class Summary
HtmlUnitTestCaseThis class is useful as base class for JUnit TestCase classes to setup an + environment which makes it possible to easily test web pages.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved. + + Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-summary.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-summary.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-summary.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-tree.html URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-tree.html?rev=1422833&view=auto ============================================================================== --- cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-tree.html (added) +++ cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-tree.html Mon Dec 17 10:27:16 2012 @@ -0,0 +1,154 @@ + + + + + + + +org.apache.cocoon.tools.it Class Hierarchy (Cocoon Integration Test Framework [maven-plugin] 1.0.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package org.apache.cocoon.tools.it +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved. + + Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-tree.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-tree.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-tree.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-use.html URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-use.html?rev=1422833&view=auto ============================================================================== --- cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-use.html (added) +++ cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-use.html Mon Dec 17 10:27:16 2012 @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package org.apache.cocoon.tools.it (Cocoon Integration Test Framework [maven-plugin] 1.0.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
org.apache.cocoon.tools.it

+
+No usage of org.apache.cocoon.tools.it +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved. + + Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-use.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-use.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/org/apache/cocoon/tools/it/package-use.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/overview-frame.html URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/overview-frame.html?rev=1422833&view=auto ============================================================================== --- cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/overview-frame.html (added) +++ cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/overview-frame.html Mon Dec 17 10:27:16 2012 @@ -0,0 +1,45 @@ + + + + + + + +Overview List (Cocoon Integration Test Framework [maven-plugin] 1.0.1 API) + + + + + + + + + + + + + + + +
+
+ + + + + +
All Classes +

+ +Packages +
+org.apache.cocoon.maven.test.jetty +
+org.apache.cocoon.tools.it +
+

+ +

+  + + Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/overview-frame.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/overview-frame.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/overview-frame.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/overview-summary.html URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/overview-summary.html?rev=1422833&view=auto ============================================================================== --- cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/overview-summary.html (added) +++ cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/overview-summary.html Mon Dec 17 10:27:16 2012 @@ -0,0 +1,161 @@ + + + + + + + +Overview (Cocoon Integration Test Framework [maven-plugin] 1.0.1 API) + + + + + + + + + + + + +


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

+Cocoon Integration Test Framework [maven-plugin] 1.0.1 API +

+
+ + + + + + + + + + + + + +
+Packages
org.apache.cocoon.maven.test.jetty 
org.apache.cocoon.tools.it 
+ +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved. + + Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/overview-summary.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/overview-summary.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/overview-summary.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/overview-tree.html URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/overview-tree.html?rev=1422833&view=auto ============================================================================== --- cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/overview-tree.html (added) +++ cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/overview-tree.html Mon Dec 17 10:27:16 2012 @@ -0,0 +1,156 @@ + + + + + + + +Class Hierarchy (Cocoon Integration Test Framework [maven-plugin] 1.0.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For All Packages

+
+
+
Package Hierarchies:
org.apache.cocoon.maven.test.jetty, org.apache.cocoon.tools.it
+
+

+Class Hierarchy +

+
    +
  • java.lang.Object
      +
    • org.apache.maven.plugin.AbstractMojo (implements org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo) + +
    • org.apache.cocoon.tools.it.HtmlUnitTestCase
    • org.apache.cocoon.maven.test.jetty.JettyContainer
    +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved. + + Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/overview-tree.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/overview-tree.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/overview-tree.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/package-list URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/package-list?rev=1422833&view=auto ============================================================================== --- cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/package-list (added) +++ cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/package-list Mon Dec 17 10:27:16 2012 @@ -0,0 +1,2 @@ +org.apache.cocoon.maven.test.jetty +org.apache.cocoon.tools.it Added: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/resources/inherit.gif URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/resources/inherit.gif?rev=1422833&view=auto ============================================================================== Binary file - no diff available. Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/resources/inherit.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/stylesheet.css URL: http://svn.apache.org/viewvc/cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/stylesheet.css?rev=1422833&view=auto ============================================================================== --- cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/stylesheet.css (added) +++ cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/stylesheet.css Mon Dec 17 10:27:16 2012 @@ -0,0 +1,29 @@ +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF; color:#000000 } + +/* Headings */ +h1 { font-size: 145% } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ +.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ +.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} + Propchange: cocoon/site/site/2.2/maven-plugins/it-fw/1.0/apidocs/stylesheet.css ------------------------------------------------------------------------------ svn:mime-type = text/css