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/compiler/TestAbstractCompiler.html | 352 +++++++++++++++++++++ .../cpptasks/compiler/TestAbstractLinker.html | 317 +++++++++++++++++++ .../cpptasks/compiler/TestAbstractProcessor.html | 320 +++++++++++++++++++ .../TestCommandLineCompilerConfiguration.html | 343 ++++++++++++++++++++ .../compiler/TestCompilerConfiguration.html | 352 +++++++++++++++++++++ .../antcontrib/cpptasks/compiler/TestLinkType.html | 316 ++++++++++++++++++ .../compiler/class-use/TestAbstractCompiler.html | 208 ++++++++++++ .../compiler/class-use/TestAbstractLinker.html | 218 +++++++++++++ .../compiler/class-use/TestAbstractProcessor.html | 319 +++++++++++++++++++ .../TestCommandLineCompilerConfiguration.html | 141 +++++++++ .../class-use/TestCompilerConfiguration.html | 177 +++++++++++ .../cpptasks/compiler/class-use/TestLinkType.html | 141 +++++++++ .../cpptasks/compiler/package-frame.html | 43 +++ .../cpptasks/compiler/package-summary.html | 181 +++++++++++ .../antcontrib/cpptasks/compiler/package-tree.html | 159 ++++++++++ .../antcontrib/cpptasks/compiler/package-use.html | 291 +++++++++++++++++ 16 files changed, 3878 insertions(+) create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/compiler/TestAbstractCompiler.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/compiler/TestAbstractLinker.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/compiler/TestAbstractProcessor.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/compiler/TestCommandLineCompilerConfiguration.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/compiler/TestCompilerConfiguration.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/compiler/TestLinkType.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/compiler/class-use/TestAbstractCompiler.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/compiler/class-use/TestAbstractLinker.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/compiler/class-use/TestAbstractProcessor.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/compiler/class-use/TestCommandLineCompilerConfiguration.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/compiler/class-use/TestCompilerConfiguration.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/compiler/class-use/TestLinkType.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/compiler/package-frame.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/compiler/package-summary.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/compiler/package-tree.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/compiler/package-use.html (limited to 'site/testapidocs/net/sf/antcontrib/cpptasks/compiler') diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/compiler/TestAbstractCompiler.html b/site/testapidocs/net/sf/antcontrib/cpptasks/compiler/TestAbstractCompiler.html new file mode 100644 index 0000000..e27e9a1 --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/compiler/TestAbstractCompiler.html @@ -0,0 +1,352 @@ + + + + + + + +TestAbstractCompiler (cpptasks 1.0b5 Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.compiler +
+Class TestAbstractCompiler

+
+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
+
+
+
All Implemented Interfaces:
junit.framework.Test
+
+
+
Direct Known Subclasses:
TestBorlandCCompiler, TestMetaObjectCompiler
+
+
+
+
public class TestAbstractCompiler
extends TestAbstractProcessor
+ + +

+Test for abstract compiler class + + Override create to test concrete compiler implementions +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
TestAbstractCompiler(java.lang.String name) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  net.sf.antcontrib.cpptasks.compiler.AbstractProcessorcreate() + +
+           
+protected  java.lang.StringgetObjectExtension() + +
+           
+ voidtestCanParseTlb() + +
+           
+ voidtestGetOutputFileName1() + +
+           
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.TestAbstractProcessor
testBid, testGetIdentfier
+ + + + + + + +
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
+ +

+TestAbstractCompiler

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

+create

+
+protected net.sf.antcontrib.cpptasks.compiler.AbstractProcessor create()
+
+
+
Overrides:
create in class TestAbstractProcessor
+
+
+
+
+
+
+ +

+getObjectExtension

+
+protected java.lang.String getObjectExtension()
+
+
+
+
+
+
+ +

+testCanParseTlb

+
+public void testCanParseTlb()
+
+
+
+
+
+
+ +

+testGetOutputFileName1

+
+public void testGetOutputFileName1()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/compiler/TestAbstractLinker.html b/site/testapidocs/net/sf/antcontrib/cpptasks/compiler/TestAbstractLinker.html new file mode 100644 index 0000000..10f0e34 --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/compiler/TestAbstractLinker.html @@ -0,0 +1,317 @@ + + + + + + + +TestAbstractLinker (cpptasks 1.0b5 Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.compiler +
+Class TestAbstractLinker

+
+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.TestAbstractLinker
+
+
+
All Implemented Interfaces:
junit.framework.Test
+
+
+
Direct Known Subclasses:
TestAbstractArLibrarian, TestDevStudioLinker
+
+
+
+
public class TestAbstractLinker
extends TestAbstractProcessor
+ + +

+Test for abstract compiler class + + Override create to test concrete compiler implementions +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
TestAbstractLinker(java.lang.String name) + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+protected  net.sf.antcontrib.cpptasks.compiler.AbstractProcessorcreate() + +
+           
+ voidtestBid() + +
+           
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.TestAbstractProcessor
testGetIdentfier
+ + + + + + + +
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
+ +

+TestAbstractLinker

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

+create

+
+protected net.sf.antcontrib.cpptasks.compiler.AbstractProcessor create()
+
+
+
Overrides:
create in class TestAbstractProcessor
+
+
+
+
+
+
+ +

+testBid

+
+public void testBid()
+
+
+
Overrides:
testBid in class TestAbstractProcessor
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/compiler/TestAbstractProcessor.html b/site/testapidocs/net/sf/antcontrib/cpptasks/compiler/TestAbstractProcessor.html new file mode 100644 index 0000000..94aa009 --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/compiler/TestAbstractProcessor.html @@ -0,0 +1,320 @@ + + + + + + + +TestAbstractProcessor (cpptasks 1.0b5 Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.compiler +
+Class TestAbstractProcessor

+
+java.lang.Object
+  extended by junit.framework.Assert
+      extended by junit.framework.TestCase
+          extended by net.sf.antcontrib.cpptasks.compiler.TestAbstractProcessor
+
+
+
All Implemented Interfaces:
junit.framework.Test
+
+
+
Direct Known Subclasses:
TestAbstractCompiler, TestAbstractLinker
+
+
+
+
public class TestAbstractProcessor
extends junit.framework.TestCase
+ + +

+Test for abstract compiler class + + Override create to test concrete compiler implementions +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
TestAbstractProcessor(java.lang.String name) + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  net.sf.antcontrib.cpptasks.compiler.AbstractProcessorcreate() + +
+           
+ voidtestBid() + +
+           
+ voidtestGetIdentfier() + +
+           
+ + + + + + + +
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
+ +

+TestAbstractProcessor

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

+create

+
+protected net.sf.antcontrib.cpptasks.compiler.AbstractProcessor create()
+
+
+
+
+
+
+ +

+testBid

+
+public void testBid()
+
+
+
+
+
+
+ +

+testGetIdentfier

+
+public void testGetIdentfier()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/compiler/TestCommandLineCompilerConfiguration.html b/site/testapidocs/net/sf/antcontrib/cpptasks/compiler/TestCommandLineCompilerConfiguration.html new file mode 100644 index 0000000..296b6a4 --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/compiler/TestCommandLineCompilerConfiguration.html @@ -0,0 +1,343 @@ + + + + + + + +TestCommandLineCompilerConfiguration (cpptasks 1.0b5 Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.compiler +
+Class TestCommandLineCompilerConfiguration

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

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
TestCommandLineCompilerConfiguration(java.lang.String name) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  net.sf.antcontrib.cpptasks.compiler.CompilerConfigurationcreate() + +
+           
+ voidtestConstructorNullCompiler() + +
+           
+ voidtestGetIdentifier() + +
+           
+ voidtestToString() + +
+           
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.TestCompilerConfiguration
getObjectFileExtension, testBid, testGetOutputFileName1, testGetOutputFileName2
+ + + + + + + +
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
+ +

+TestCommandLineCompilerConfiguration

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

+create

+
+protected net.sf.antcontrib.cpptasks.compiler.CompilerConfiguration create()
+
+
+
Specified by:
create in class TestCompilerConfiguration
+
+
+
+
+
+
+ +

+testConstructorNullCompiler

+
+public void testConstructorNullCompiler()
+
+
+
+
+
+
+ +

+testGetIdentifier

+
+public void testGetIdentifier()
+
+
+
+
+
+
+ +

+testToString

+
+public void testToString()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/compiler/TestCompilerConfiguration.html b/site/testapidocs/net/sf/antcontrib/cpptasks/compiler/TestCompilerConfiguration.html new file mode 100644 index 0000000..61377c9 --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/compiler/TestCompilerConfiguration.html @@ -0,0 +1,352 @@ + + + + + + + +TestCompilerConfiguration (cpptasks 1.0b5 Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.compiler +
+Class TestCompilerConfiguration

+
+java.lang.Object
+  extended by junit.framework.Assert
+      extended by junit.framework.TestCase
+          extended by net.sf.antcontrib.cpptasks.compiler.TestCompilerConfiguration
+
+
+
All Implemented Interfaces:
junit.framework.Test
+
+
+
Direct Known Subclasses:
TestCommandLineCompilerConfiguration
+
+
+
+
public abstract class TestCompilerConfiguration
extends junit.framework.TestCase
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
TestCompilerConfiguration(java.lang.String name) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected abstract  net.sf.antcontrib.cpptasks.compiler.CompilerConfigurationcreate() + +
+           
+ java.lang.StringgetObjectFileExtension() + +
+           
+ voidtestBid() + +
+           
+ voidtestGetOutputFileName1() + +
+           
+ voidtestGetOutputFileName2() + +
+           
+ + + + + + + +
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
+ +

+TestCompilerConfiguration

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

+create

+
+protected abstract net.sf.antcontrib.cpptasks.compiler.CompilerConfiguration create()
+
+
+
+
+
+
+ +

+getObjectFileExtension

+
+public java.lang.String getObjectFileExtension()
+
+
+
+
+
+
+ +

+testBid

+
+public void testBid()
+
+
+
+
+
+
+ +

+testGetOutputFileName1

+
+public void testGetOutputFileName1()
+
+
+
+
+
+
+ +

+testGetOutputFileName2

+
+public void testGetOutputFileName2()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/compiler/TestLinkType.html b/site/testapidocs/net/sf/antcontrib/cpptasks/compiler/TestLinkType.html new file mode 100644 index 0000000..52018fd --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/compiler/TestLinkType.html @@ -0,0 +1,316 @@ + + + + + + + +TestLinkType (cpptasks 1.0b5 Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.compiler +
+Class TestLinkType

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

+Tests for LinkType +

+ +

+

+
Author:
+
CurtA
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
TestLinkType(java.lang.String name) + +
+          Constructor
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voidtestIsPluginFalse() + +
+          Tests if isPluginModule returns true when set to plugin output type + + See patch [ 676276 ] Enhanced support for Mac OS X
+ voidtestIsPluginTrue() + +
+          Tests if isPluginModule returns true when set to plugin output type + + See patch [ 676276 ] Enhanced support for Mac OS X
+ + + + + + + +
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
+ +

+TestLinkType

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

+

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

+testIsPluginFalse

+
+public void testIsPluginFalse()
+
+
Tests if isPluginModule returns true when set to plugin output type + + See patch [ 676276 ] Enhanced support for Mac OS X +

+

+
+
+
+
+ +

+testIsPluginTrue

+
+public void testIsPluginTrue()
+
+
Tests if isPluginModule returns true when set to plugin output type + + See patch [ 676276 ] Enhanced support for Mac OS X +

+

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

+Uses of Class
net.sf.antcontrib.cpptasks.compiler.TestAbstractCompiler

+
+ + + + + + + + + + + + + +
+Packages that use TestAbstractCompiler
net.sf.antcontrib.cpptasks.borland  
net.sf.antcontrib.cpptasks.trolltechTests for Trolltech Qt uic and moc compilers. 
+  +

+ + + + + +
+Uses of TestAbstractCompiler in net.sf.antcontrib.cpptasks.borland
+  +

+ + + + + + + + + +
Subclasses of TestAbstractCompiler in net.sf.antcontrib.cpptasks.borland
+ classTestBorlandCCompiler + +
+          Borland C++ Compiler adapter tests + + Override create to test concrete compiler implementions
+  +

+ + + + + +
+Uses of TestAbstractCompiler in net.sf.antcontrib.cpptasks.trolltech
+  +

+ + + + + + + + + +
Subclasses of TestAbstractCompiler in net.sf.antcontrib.cpptasks.trolltech
+ classTestMetaObjectCompiler + +
+          Tests for Trolltech Meta Object Compiler.
+  +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.compiler.TestAbstractLinker

+
+ + + + + + + + + + + + + +
+Packages that use TestAbstractLinker
net.sf.antcontrib.cpptasks.devstudio  
net.sf.antcontrib.cpptasks.gcc  
+  +

+ + + + + +
+Uses of TestAbstractLinker in net.sf.antcontrib.cpptasks.devstudio
+  +

+ + + + + + + + + + + + + +
Subclasses of TestAbstractLinker in net.sf.antcontrib.cpptasks.devstudio
+ classTestDevStudioLinker + +
+          Test for Microsoft Developer Studio linker + + Override create to test concrete compiler implementions
+ classTestInstalledDevStudioLinker + +
+          Test for Microsoft Developer Studio linker + + Override create to test concrete compiler implementions
+  +

+ + + + + +
+Uses of TestAbstractLinker in net.sf.antcontrib.cpptasks.gcc
+  +

+ + + + + + + + + +
Subclasses of TestAbstractLinker in net.sf.antcontrib.cpptasks.gcc
+ classTestAbstractArLibrarian + +
+          Tests for classes that derive from AbstractArLibrarian
+  +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.compiler.TestAbstractProcessor

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use TestAbstractProcessor
net.sf.antcontrib.cpptasks.borland  
net.sf.antcontrib.cpptasks.compiler  
net.sf.antcontrib.cpptasks.devstudio  
net.sf.antcontrib.cpptasks.gcc  
net.sf.antcontrib.cpptasks.trolltechTests for Trolltech Qt uic and moc compilers. 
+  +

+ + + + + +
+Uses of TestAbstractProcessor in net.sf.antcontrib.cpptasks.borland
+  +

+ + + + + + + + + +
Subclasses of TestAbstractProcessor in net.sf.antcontrib.cpptasks.borland
+ classTestBorlandCCompiler + +
+          Borland C++ Compiler adapter tests + + Override create to test concrete compiler implementions
+  +

+ + + + + +
+Uses of TestAbstractProcessor in net.sf.antcontrib.cpptasks.compiler
+  +

+ + + + + + + + + + + + + +
Subclasses of TestAbstractProcessor in net.sf.antcontrib.cpptasks.compiler
+ classTestAbstractCompiler + +
+          Test for abstract compiler class + + Override create to test concrete compiler implementions
+ classTestAbstractLinker + +
+          Test for abstract compiler class + + Override create to test concrete compiler implementions
+  +

+ + + + + +
+Uses of TestAbstractProcessor in net.sf.antcontrib.cpptasks.devstudio
+  +

+ + + + + + + + + + + + + +
Subclasses of TestAbstractProcessor in net.sf.antcontrib.cpptasks.devstudio
+ classTestDevStudioLinker + +
+          Test for Microsoft Developer Studio linker + + Override create to test concrete compiler implementions
+ classTestInstalledDevStudioLinker + +
+          Test for Microsoft Developer Studio linker + + Override create to test concrete compiler implementions
+  +

+ + + + + +
+Uses of TestAbstractProcessor in net.sf.antcontrib.cpptasks.gcc
+  +

+ + + + + + + + + +
Subclasses of TestAbstractProcessor in net.sf.antcontrib.cpptasks.gcc
+ classTestAbstractArLibrarian + +
+          Tests for classes that derive from AbstractArLibrarian
+  +

+ + + + + +
+Uses of TestAbstractProcessor in net.sf.antcontrib.cpptasks.trolltech
+  +

+ + + + + + + + + +
Subclasses of TestAbstractProcessor in net.sf.antcontrib.cpptasks.trolltech
+ classTestMetaObjectCompiler + +
+          Tests for Trolltech Meta Object Compiler.
+  +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.compiler.TestCommandLineCompilerConfiguration

+
+No usage of net.sf.antcontrib.cpptasks.compiler.TestCommandLineCompilerConfiguration +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.compiler.TestCompilerConfiguration

+
+ + + + + + + + + +
+Packages that use TestCompilerConfiguration
net.sf.antcontrib.cpptasks.compiler  
+  +

+ + + + + +
+Uses of TestCompilerConfiguration in net.sf.antcontrib.cpptasks.compiler
+  +

+ + + + + + + + + +
Subclasses of TestCompilerConfiguration in net.sf.antcontrib.cpptasks.compiler
+ classTestCommandLineCompilerConfiguration + +
+           
+  +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.compiler.TestLinkType

+
+No usage of net.sf.antcontrib.cpptasks.compiler.TestLinkType +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/compiler/package-frame.html b/site/testapidocs/net/sf/antcontrib/cpptasks/compiler/package-frame.html new file mode 100644 index 0000000..67fa2af --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/compiler/package-frame.html @@ -0,0 +1,43 @@ + + + + + + + +net.sf.antcontrib.cpptasks.compiler (cpptasks 1.0b5 Test API) + + + + + + + + + + + +net.sf.antcontrib.cpptasks.compiler + + + + +
+Classes  + +
+TestAbstractCompiler +
+TestAbstractLinker +
+TestAbstractProcessor +
+TestCommandLineCompilerConfiguration +
+TestCompilerConfiguration +
+TestLinkType
+ + + + diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/compiler/package-summary.html b/site/testapidocs/net/sf/antcontrib/cpptasks/compiler/package-summary.html new file mode 100644 index 0000000..7153904 --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/compiler/package-summary.html @@ -0,0 +1,181 @@ + + + + + + + +net.sf.antcontrib.cpptasks.compiler (cpptasks 1.0b5 Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package net.sf.antcontrib.cpptasks.compiler +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
TestAbstractCompilerTest for abstract compiler class + + Override create to test concrete compiler implementions
TestAbstractLinkerTest for abstract compiler class + + Override create to test concrete compiler implementions
TestAbstractProcessorTest for abstract compiler class + + Override create to test concrete compiler implementions
TestCommandLineCompilerConfiguration 
TestCompilerConfiguration 
TestLinkTypeTests for LinkType
+  + +

+

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

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

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

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

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

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use net.sf.antcontrib.cpptasks.compiler
net.sf.antcontrib.cpptasks.borland  
net.sf.antcontrib.cpptasks.compiler  
net.sf.antcontrib.cpptasks.devstudio  
net.sf.antcontrib.cpptasks.gcc  
net.sf.antcontrib.cpptasks.trolltechTests for Trolltech Qt uic and moc compilers. 
+  +

+ + + + + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks.compiler used by net.sf.antcontrib.cpptasks.borland
TestAbstractCompiler + +
+          Test for abstract compiler class + + Override create to test concrete compiler implementions
TestAbstractProcessor + +
+          Test for abstract compiler class + + Override create to test concrete compiler implementions
+  +

+ + + + + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks.compiler used by net.sf.antcontrib.cpptasks.compiler
TestAbstractProcessor + +
+          Test for abstract compiler class + + Override create to test concrete compiler implementions
TestCompilerConfiguration + +
+           
+  +

+ + + + + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks.compiler used by net.sf.antcontrib.cpptasks.devstudio
TestAbstractLinker + +
+          Test for abstract compiler class + + Override create to test concrete compiler implementions
TestAbstractProcessor + +
+          Test for abstract compiler class + + Override create to test concrete compiler implementions
+  +

+ + + + + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks.compiler used by net.sf.antcontrib.cpptasks.gcc
TestAbstractLinker + +
+          Test for abstract compiler class + + Override create to test concrete compiler implementions
TestAbstractProcessor + +
+          Test for abstract compiler class + + Override create to test concrete compiler implementions
+  +

+ + + + + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks.compiler used by net.sf.antcontrib.cpptasks.trolltech
TestAbstractCompiler + +
+          Test for abstract compiler class + + Override create to test concrete compiler implementions
TestAbstractProcessor + +
+          Test for abstract compiler class + + Override create to test concrete compiler implementions
+  +

+


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