From cee53b021632c95f1b4882664a31ca639a9b0700 Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Sun, 20 Mar 2011 16:38:51 +0000 Subject: Rewrite of server to use HttpCore example code; beginning of code reformat from GNU style to Java conventions. Code now includes Apache license code. --- doc/uk/org/ury/client/test/ClientTest.html | 306 +++++++++++++++++++++ .../org/ury/client/test/class-use/ClientTest.html | 144 ++++++++++ doc/uk/org/ury/client/test/package-frame.html | 32 +++ doc/uk/org/ury/client/test/package-summary.html | 157 +++++++++++ doc/uk/org/ury/client/test/package-tree.html | 153 +++++++++++ doc/uk/org/ury/client/test/package-use.html | 144 ++++++++++ 6 files changed, 936 insertions(+) create mode 100644 doc/uk/org/ury/client/test/ClientTest.html create mode 100644 doc/uk/org/ury/client/test/class-use/ClientTest.html create mode 100644 doc/uk/org/ury/client/test/package-frame.html create mode 100644 doc/uk/org/ury/client/test/package-summary.html create mode 100644 doc/uk/org/ury/client/test/package-tree.html create mode 100644 doc/uk/org/ury/client/test/package-use.html (limited to 'doc/uk/org/ury/client/test') diff --git a/doc/uk/org/ury/client/test/ClientTest.html b/doc/uk/org/ury/client/test/ClientTest.html new file mode 100644 index 0000000..b0c3c74 --- /dev/null +++ b/doc/uk/org/ury/client/test/ClientTest.html @@ -0,0 +1,306 @@ + + + + + + +ClientTest + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +uk.org.ury.client.test +
+Class ClientTest

+
+java.lang.Object
+  extended by uk.org.ury.client.test.ClientTest
+
+
+
+
public class ClientTest
extends java.lang.Object
+ + +

+JUnit test for the low-level client logic. +

+ +

+

+
Author:
+
Matt Windsor
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ClientTest() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidsetUp() + +
+           
+ voidtearDown() + +
+           
+ voidtestGet() + +
+          Test method for Client.get(java.lang.String).
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+ClientTest

+
+public ClientTest()
+
+
+ + + + + + + + +
+Method Detail
+ +

+setUp

+
+public void setUp()
+           throws java.lang.Exception
+
+
+ +
Throws: +
java.lang.Exception
+
+
+
+ +

+tearDown

+
+public void tearDown()
+              throws java.lang.Exception
+
+
+ +
Throws: +
java.lang.Exception
+
+
+
+ +

+testGet

+
+public void testGet()
+
+
Test method for Client.get(java.lang.String). +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/client/test/class-use/ClientTest.html b/doc/uk/org/ury/client/test/class-use/ClientTest.html new file mode 100644 index 0000000..67b587f --- /dev/null +++ b/doc/uk/org/ury/client/test/class-use/ClientTest.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class uk.org.ury.client.test.ClientTest + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.client.test.ClientTest

+
+No usage of uk.org.ury.client.test.ClientTest +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/client/test/package-frame.html b/doc/uk/org/ury/client/test/package-frame.html new file mode 100644 index 0000000..4e0ac01 --- /dev/null +++ b/doc/uk/org/ury/client/test/package-frame.html @@ -0,0 +1,32 @@ + + + + + + +uk.org.ury.client.test + + + + + + + + + + + +uk.org.ury.client.test + + + + +
+Classes  + +
+ClientTest
+ + + + diff --git a/doc/uk/org/ury/client/test/package-summary.html b/doc/uk/org/ury/client/test/package-summary.html new file mode 100644 index 0000000..aae901a --- /dev/null +++ b/doc/uk/org/ury/client/test/package-summary.html @@ -0,0 +1,157 @@ + + + + + + +uk.org.ury.client.test + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package uk.org.ury.client.test +

+ + + + + + + + + +
+Class Summary
ClientTestJUnit test for the low-level client logic.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/client/test/package-tree.html b/doc/uk/org/ury/client/test/package-tree.html new file mode 100644 index 0000000..5125d90 --- /dev/null +++ b/doc/uk/org/ury/client/test/package-tree.html @@ -0,0 +1,153 @@ + + + + + + +uk.org.ury.client.test Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package uk.org.ury.client.test +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/client/test/package-use.html b/doc/uk/org/ury/client/test/package-use.html new file mode 100644 index 0000000..299afcd --- /dev/null +++ b/doc/uk/org/ury/client/test/package-use.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Package uk.org.ury.client.test + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
uk.org.ury.client.test

+
+No usage of uk.org.ury.client.test +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3