From 683d490074d93baa8a47db7ec43b7bd31145a12a Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Thu, 5 Nov 2009 23:00:15 +0100 Subject: Tar file expanded and committed --- .../net/sf/antcontrib/cpptasks/TestCUtil.html | 615 +++++++++++++++++++++ 1 file changed, 615 insertions(+) create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/TestCUtil.html (limited to 'site/testapidocs/net/sf/antcontrib/cpptasks/TestCUtil.html') diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/TestCUtil.html b/site/testapidocs/net/sf/antcontrib/cpptasks/TestCUtil.html new file mode 100644 index 0000000..b1d1ab5 --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/TestCUtil.html @@ -0,0 +1,615 @@ + + + + + + + +TestCUtil (cpptasks 1.0b5 Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks +
+Class TestCUtil

+
+java.lang.Object
+  extended by junit.framework.Assert
+      extended by junit.framework.TestCase
+          extended by net.sf.antcontrib.cpptasks.TestCUtil
+
+
+
All Implemented Interfaces:
junit.framework.Test
+
+
+
+
public class TestCUtil
extends junit.framework.TestCase
+ + +

+Tests for CUtil class +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
TestCUtil(java.lang.String name) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidtestGetPathFromEnvironment() + +
+           
+ voidtestGetRelativePath1() + +
+           
+ voidtestGetRelativePath10() + +
+           
+ voidtestGetRelativePath2() + +
+           
+ voidtestGetRelativePath3() + +
+           
+ voidtestGetRelativePath4() + +
+           
+ voidtestGetRelativePath5() + +
+           
+ voidtestGetRelativePath6() + +
+           
+ voidtestGetRelativePath7() + +
+           
+ voidtestGetRelativePath8() + +
+           
+ voidtestGetRelativePath9() + +
+           
+ voidtestParsePath1() + +
+           
+ voidtestParsePath2() + +
+           
+ voidtestParsePath3() + +
+           
+ voidtestParsePath4() + +
+           
+ voidtestParsePath5() + +
+           
+ voidtestXmlEncode() + +
+          Test of xmlAttributeEncode.
+ + + + + + + +
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
+ + + + + + + +
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

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

+TestCUtil

+
+public TestCUtil(java.lang.String name)
+
+
+ + + + + + + + +
+Method Detail
+ +

+testGetPathFromEnvironment

+
+public void testGetPathFromEnvironment()
+
+
+
+
+
+
+ +

+testGetRelativePath1

+
+public void testGetRelativePath1()
+                          throws java.io.IOException
+
+
+ +
Throws: +
java.io.IOException
+
+
+
+ +

+testGetRelativePath2

+
+public void testGetRelativePath2()
+                          throws java.io.IOException
+
+
+ +
Throws: +
java.io.IOException
+
+
+
+ +

+testGetRelativePath3

+
+public void testGetRelativePath3()
+                          throws java.io.IOException
+
+
+ +
Throws: +
java.io.IOException
+
+
+
+ +

+testGetRelativePath4

+
+public void testGetRelativePath4()
+                          throws java.io.IOException
+
+
+ +
Throws: +
java.io.IOException
+
+
+
+ +

+testGetRelativePath5

+
+public void testGetRelativePath5()
+                          throws java.io.IOException
+
+
+ +
Throws: +
java.io.IOException
+
+
+
+ +

+testGetRelativePath6

+
+public void testGetRelativePath6()
+                          throws java.io.IOException
+
+
+ +
Throws: +
java.io.IOException
+
+
+
+ +

+testGetRelativePath7

+
+public void testGetRelativePath7()
+                          throws java.io.IOException
+
+
+ +
Throws: +
java.io.IOException
+
+
+
+ +

+testGetRelativePath8

+
+public void testGetRelativePath8()
+                          throws java.io.IOException
+
+
+ +
Throws: +
java.io.IOException
+
+
+
+ +

+testGetRelativePath9

+
+public void testGetRelativePath9()
+                          throws java.io.IOException
+
+
+ +
Throws: +
java.io.IOException
+
+
+
+ +

+testGetRelativePath10

+
+public void testGetRelativePath10()
+                           throws java.io.IOException
+
+
+ +
Throws: +
java.io.IOException
+
+
+
+ +

+testParsePath1

+
+public void testParsePath1()
+
+
+
+
+
+
+ +

+testParsePath2

+
+public void testParsePath2()
+
+
+
+
+
+
+ +

+testParsePath3

+
+public void testParsePath3()
+
+
+
+
+
+
+ +

+testParsePath4

+
+public void testParsePath4()
+
+
+
+
+
+
+ +

+testParsePath5

+
+public void testParsePath5()
+
+
+
+
+
+
+ +

+testXmlEncode

+
+public void testXmlEncode()
+
+
Test of xmlAttributeEncode. + + See patch 1267472 and bug 1032302. +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + -- cgit v1.2.3