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/TestCCTask.html | 374 +++++++++++++++++++++ 1 file changed, 374 insertions(+) create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/TestCCTask.html (limited to 'site/testapidocs/net/sf/antcontrib/cpptasks/TestCCTask.html') diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/TestCCTask.html b/site/testapidocs/net/sf/antcontrib/cpptasks/TestCCTask.html new file mode 100644 index 0000000..d9c4e6a --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/TestCCTask.html @@ -0,0 +1,374 @@ + + + + + + + +TestCCTask (cpptasks 1.0b5 Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks +
+Class TestCCTask

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

+Tests for CCTask. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
TestCCTask(java.lang.String name) + +
+          Constructor.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidtestAntlibXmlPresent() + +
+          Test checks for the presence of antlib.xml.
+ voidtestGetFailOnError() + +
+          Tests that the default value of failonerror is true.
+ voidtestGetTargetsToBuildByConfiguration1() + +
+          Test that a target with no existing object file is + returned by getTargetsToBuildByConfiguration.
+ voidtestGetTargetsToBuildByConfiguration2() + +
+          Test that a target that is up to date is not returned by + getTargetsToBuildByConfiguration.
+ voidtestSetFailOnError() + +
+          Tests that setting failonerror is effective.
+ + + + + + + +
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
+ +

+TestCCTask

+
+public TestCCTask(java.lang.String name)
+
+
Constructor. +

+

+
Parameters:
name - test name
+
+ + + + + + + + +
+Method Detail
+ +

+testGetTargetsToBuildByConfiguration1

+
+public void testGetTargetsToBuildByConfiguration1()
+
+
Test that a target with no existing object file is + returned by getTargetsToBuildByConfiguration. +

+

+
+
+
+
+ +

+testGetTargetsToBuildByConfiguration2

+
+public void testGetTargetsToBuildByConfiguration2()
+
+
Test that a target that is up to date is not returned by + getTargetsToBuildByConfiguration. +

+

+
+
+
+
+ +

+testGetFailOnError

+
+public void testGetFailOnError()
+
+
Tests that the default value of failonerror is true. +

+

+
+
+
+
+ +

+testSetFailOnError

+
+public void testSetFailOnError()
+
+
Tests that setting failonerror is effective. +

+

+
+
+
+
+ +

+testAntlibXmlPresent

+
+public void testAntlibXmlPresent()
+                          throws java.io.IOException
+
+
Test checks for the presence of antlib.xml. +

+

+ +
Throws: +
java.io.IOException - if stream can't be closed.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + -- cgit v1.2.3