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 --- .../cpptasks/trolltech/TestMetaObjectCompiler.html | 380 +++++++++++++++++++++ .../cpptasks/trolltech/TestMetaObjectParser.html | 310 +++++++++++++++++ .../class-use/TestMetaObjectCompiler.html | 141 ++++++++ .../trolltech/class-use/TestMetaObjectParser.html | 141 ++++++++ .../cpptasks/trolltech/package-frame.html | 35 ++ .../cpptasks/trolltech/package-summary.html | 174 ++++++++++ .../cpptasks/trolltech/package-tree.html | 159 +++++++++ .../antcontrib/cpptasks/trolltech/package-use.html | 141 ++++++++ 8 files changed, 1481 insertions(+) create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/TestMetaObjectCompiler.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/TestMetaObjectParser.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/class-use/TestMetaObjectCompiler.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/class-use/TestMetaObjectParser.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/package-frame.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/package-summary.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/package-tree.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/package-use.html (limited to 'site/testapidocs/net/sf/antcontrib/cpptasks/trolltech') diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/TestMetaObjectCompiler.html b/site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/TestMetaObjectCompiler.html new file mode 100644 index 0000000..c524796 --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/TestMetaObjectCompiler.html @@ -0,0 +1,380 @@ + + + + + + + +TestMetaObjectCompiler (cpptasks 1.0b5 Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.trolltech +
+Class TestMetaObjectCompiler

+
+java.lang.Object
+  extended by junit.framework.Assert
+      extended by junit.framework.TestCase
+          extended by net.sf.antcontrib.cpptasks.compiler.TestAbstractProcessor
+              extended by net.sf.antcontrib.cpptasks.compiler.TestAbstractCompiler
+                  extended by net.sf.antcontrib.cpptasks.trolltech.TestMetaObjectCompiler
+
+
+
All Implemented Interfaces:
junit.framework.Test
+
+
+
+
public class TestMetaObjectCompiler
extends TestAbstractCompiler
+ + +

+Tests for Trolltech Meta Object Compiler. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
TestMetaObjectCompiler(java.lang.String name) + +
+          Constructor.
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  net.sf.antcontrib.cpptasks.compiler.AbstractProcessorcreate() + +
+          Creates compiler for inherited tests.
+protected  java.lang.StringgetObjectExtension() + +
+          Gets default output file extension.
+ voidtestGetIdentfier() + +
+          Skip testGetIdentifier.
+ voidtestGetOutputFileName1() + +
+          Override inherited test.
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.TestAbstractCompiler
testCanParseTlb
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.TestAbstractProcessor
testBid
+ + + + + + + +
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
+ +

+TestMetaObjectCompiler

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

+

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

+create

+
+protected net.sf.antcontrib.cpptasks.compiler.AbstractProcessor create()
+
+
Creates compiler for inherited tests. +

+

+
Overrides:
create in class TestAbstractCompiler
+
+
+ +
Returns:
AbstractProcessor compiler
+
+
+
+ +

+getObjectExtension

+
+protected java.lang.String getObjectExtension()
+
+
Gets default output file extension. +

+

+
Overrides:
getObjectExtension in class TestAbstractCompiler
+
+
+ +
Returns:
String output file extension
+
+
+
+ +

+testGetIdentfier

+
+public void testGetIdentfier()
+
+
Skip testGetIdentifier. +

+

+
Overrides:
testGetIdentfier in class TestAbstractProcessor
+
+
+
+
+
+
+ +

+testGetOutputFileName1

+
+public void testGetOutputFileName1()
+
+
Override inherited test. +

+

+
Overrides:
testGetOutputFileName1 in class TestAbstractCompiler
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/TestMetaObjectParser.html b/site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/TestMetaObjectParser.html new file mode 100644 index 0000000..fdc27cc --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/TestMetaObjectParser.html @@ -0,0 +1,310 @@ + + + + + + + +TestMetaObjectParser (cpptasks 1.0b5 Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.trolltech +
+Class TestMetaObjectParser

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

+Tests for the MetaObjectParser class. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
TestMetaObjectParser(java.lang.String name) + +
+          Constructor.
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voidtestHasQObject1() + +
+          Test that the presence of Q_OBJECT causes hasQObject to return true.
+ voidtestHasQObject2() + +
+          Test that the lack of Q_OBJECT causes hasQObject to return false.
+ + + + + + + +
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
+ +

+TestMetaObjectParser

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

+

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

+testHasQObject1

+
+public void testHasQObject1()
+                     throws java.io.IOException
+
+
Test that the presence of Q_OBJECT causes hasQObject to return true. +

+

+ +
Throws: +
java.io.IOException - test fails on IOException
+
+
+
+ +

+testHasQObject2

+
+public void testHasQObject2()
+                     throws java.io.IOException
+
+
Test that the lack of Q_OBJECT causes hasQObject to return false. +

+

+ +
Throws: +
java.io.IOException - test fails on IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/class-use/TestMetaObjectCompiler.html b/site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/class-use/TestMetaObjectCompiler.html new file mode 100644 index 0000000..e9d9b5a --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/class-use/TestMetaObjectCompiler.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.trolltech.TestMetaObjectCompiler (cpptasks 1.0b5 Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.trolltech.TestMetaObjectCompiler

+
+No usage of net.sf.antcontrib.cpptasks.trolltech.TestMetaObjectCompiler +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/class-use/TestMetaObjectParser.html b/site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/class-use/TestMetaObjectParser.html new file mode 100644 index 0000000..21f9481 --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/class-use/TestMetaObjectParser.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.trolltech.TestMetaObjectParser (cpptasks 1.0b5 Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.trolltech.TestMetaObjectParser

+
+No usage of net.sf.antcontrib.cpptasks.trolltech.TestMetaObjectParser +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/package-frame.html b/site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/package-frame.html new file mode 100644 index 0000000..a807476 --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/package-frame.html @@ -0,0 +1,35 @@ + + + + + + + +net.sf.antcontrib.cpptasks.trolltech (cpptasks 1.0b5 Test API) + + + + + + + + + + + +net.sf.antcontrib.cpptasks.trolltech + + + + +
+Classes  + +
+TestMetaObjectCompiler +
+TestMetaObjectParser
+ + + + diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/package-summary.html b/site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/package-summary.html new file mode 100644 index 0000000..29ab83d --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/package-summary.html @@ -0,0 +1,174 @@ + + + + + + + +net.sf.antcontrib.cpptasks.trolltech (cpptasks 1.0b5 Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package net.sf.antcontrib.cpptasks.trolltech +

+Tests for Trolltech Qt uic and moc compilers. +

+See: +
+          Description +

+ + + + + + + + + + + + + +
+Class Summary
TestMetaObjectCompilerTests for Trolltech Meta Object Compiler.
TestMetaObjectParserTests for the MetaObjectParser class.
+  + +

+

+Package net.sf.antcontrib.cpptasks.trolltech Description +

+ +

+Tests for Trolltech Qt uic and moc compilers. +

+ +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/package-tree.html b/site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/package-tree.html new file mode 100644 index 0000000..b4ef4ae --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/package-tree.html @@ -0,0 +1,159 @@ + + + + + + + +net.sf.antcontrib.cpptasks.trolltech Class Hierarchy (cpptasks 1.0b5 Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package net.sf.antcontrib.cpptasks.trolltech +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/package-use.html b/site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/package-use.html new file mode 100644 index 0000000..0f241a2 --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/trolltech/package-use.html @@ -0,0 +1,141 @@ + + + + + + + +Uses of Package net.sf.antcontrib.cpptasks.trolltech (cpptasks 1.0b5 Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
net.sf.antcontrib.cpptasks.trolltech

+
+No usage of net.sf.antcontrib.cpptasks.trolltech +

+


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