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 --- .../devstudio/TestDevStudio2005CCompiler.html | 277 ++++++++++++++++++ .../cpptasks/devstudio/TestDevStudioCCompiler.html | 277 ++++++++++++++++++ .../cpptasks/devstudio/TestDevStudioLinker.html | 318 +++++++++++++++++++++ .../devstudio/TestInstalledDevStudioLinker.html | 300 +++++++++++++++++++ .../class-use/TestDevStudio2005CCompiler.html | 141 +++++++++ .../class-use/TestDevStudioCCompiler.html | 141 +++++++++ .../devstudio/class-use/TestDevStudioLinker.html | 179 ++++++++++++ .../class-use/TestInstalledDevStudioLinker.html | 141 +++++++++ .../cpptasks/devstudio/package-frame.html | 39 +++ .../cpptasks/devstudio/package-summary.html | 171 +++++++++++ .../cpptasks/devstudio/package-tree.html | 161 +++++++++++ .../antcontrib/cpptasks/devstudio/package-use.html | 169 +++++++++++ 12 files changed, 2314 insertions(+) create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/devstudio/TestDevStudio2005CCompiler.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/devstudio/TestDevStudioCCompiler.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/devstudio/TestDevStudioLinker.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/devstudio/TestInstalledDevStudioLinker.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/devstudio/class-use/TestDevStudio2005CCompiler.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/devstudio/class-use/TestDevStudioCCompiler.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/devstudio/class-use/TestDevStudioLinker.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/devstudio/class-use/TestInstalledDevStudioLinker.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/devstudio/package-frame.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/devstudio/package-summary.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/devstudio/package-tree.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/devstudio/package-use.html (limited to 'site/testapidocs/net/sf/antcontrib/cpptasks/devstudio') diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/devstudio/TestDevStudio2005CCompiler.html b/site/testapidocs/net/sf/antcontrib/cpptasks/devstudio/TestDevStudio2005CCompiler.html new file mode 100644 index 0000000..cd1c383 --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/devstudio/TestDevStudio2005CCompiler.html @@ -0,0 +1,277 @@ + + + + + + + +TestDevStudio2005CCompiler (cpptasks 1.0b5 Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.devstudio +
+Class TestDevStudio2005CCompiler

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

+Test Microsoft C/C++ compiler adapter +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
TestDevStudio2005CCompiler(java.lang.String name) + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ voidtestDebug() + +
+           
+ + + + + + + +
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
+ +

+TestDevStudio2005CCompiler

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

+testDebug

+
+public void testDebug()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/devstudio/TestDevStudioCCompiler.html b/site/testapidocs/net/sf/antcontrib/cpptasks/devstudio/TestDevStudioCCompiler.html new file mode 100644 index 0000000..2058c5f --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/devstudio/TestDevStudioCCompiler.html @@ -0,0 +1,277 @@ + + + + + + + +TestDevStudioCCompiler (cpptasks 1.0b5 Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.devstudio +
+Class TestDevStudioCCompiler

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

+Test Microsoft C/C++ compiler adapter +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
TestDevStudioCCompiler(java.lang.String name) + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ voidtestDebug() + +
+           
+ + + + + + + +
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
+ +

+TestDevStudioCCompiler

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

+testDebug

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

+ +net.sf.antcontrib.cpptasks.devstudio +
+Class TestDevStudioLinker

+
+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
+                  extended by net.sf.antcontrib.cpptasks.devstudio.TestDevStudioLinker
+
+
+
All Implemented Interfaces:
junit.framework.Test
+
+
+
Direct Known Subclasses:
TestInstalledDevStudioLinker
+
+
+
+
public class TestDevStudioLinker
extends TestAbstractLinker
+ + +

+Test for Microsoft Developer Studio linker + + Override create to test concrete compiler implementions +

+ +

+


+ +

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

+TestDevStudioLinker

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

+create

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

+testGetIdentfier

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

+ +net.sf.antcontrib.cpptasks.devstudio +
+Class TestInstalledDevStudioLinker

+
+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
+                  extended by net.sf.antcontrib.cpptasks.devstudio.TestDevStudioLinker
+                      extended by net.sf.antcontrib.cpptasks.devstudio.TestInstalledDevStudioLinker
+
+
+
All Implemented Interfaces:
junit.framework.Test
+
+
+
+
public class TestInstalledDevStudioLinker
extends TestDevStudioLinker
+ + +

+Test for Microsoft Developer Studio linker + + Override create to test concrete compiler implementions +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
TestInstalledDevStudioLinker(java.lang.String name) + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ voidtestGetLibraryPath() + +
+           
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.devstudio.TestDevStudioLinker
create, testGetIdentfier
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.TestAbstractLinker
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
+ +

+TestInstalledDevStudioLinker

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

+testGetLibraryPath

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

+Uses of Class
net.sf.antcontrib.cpptasks.devstudio.TestDevStudio2005CCompiler

+
+No usage of net.sf.antcontrib.cpptasks.devstudio.TestDevStudio2005CCompiler +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.devstudio.TestDevStudioCCompiler

+
+No usage of net.sf.antcontrib.cpptasks.devstudio.TestDevStudioCCompiler +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.devstudio.TestDevStudioLinker

+
+ + + + + + + + + +
+Packages that use TestDevStudioLinker
net.sf.antcontrib.cpptasks.devstudio  
+  +

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

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

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.devstudio.TestInstalledDevStudioLinker

+
+No usage of net.sf.antcontrib.cpptasks.devstudio.TestInstalledDevStudioLinker +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/devstudio/package-frame.html b/site/testapidocs/net/sf/antcontrib/cpptasks/devstudio/package-frame.html new file mode 100644 index 0000000..0fae7dd --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/devstudio/package-frame.html @@ -0,0 +1,39 @@ + + + + + + + +net.sf.antcontrib.cpptasks.devstudio (cpptasks 1.0b5 Test API) + + + + + + + + + + + +net.sf.antcontrib.cpptasks.devstudio + + + + +
+Classes  + +
+TestDevStudio2005CCompiler +
+TestDevStudioCCompiler +
+TestDevStudioLinker +
+TestInstalledDevStudioLinker
+ + + + diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/devstudio/package-summary.html b/site/testapidocs/net/sf/antcontrib/cpptasks/devstudio/package-summary.html new file mode 100644 index 0000000..ab821fc --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/devstudio/package-summary.html @@ -0,0 +1,171 @@ + + + + + + + +net.sf.antcontrib.cpptasks.devstudio (cpptasks 1.0b5 Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package net.sf.antcontrib.cpptasks.devstudio +

+ + + + + + + + + + + + + + + + + + + + + +
+Class Summary
TestDevStudio2005CCompilerTest Microsoft C/C++ compiler adapter
TestDevStudioCCompilerTest Microsoft C/C++ compiler adapter
TestDevStudioLinkerTest for Microsoft Developer Studio linker + + Override create to test concrete compiler implementions
TestInstalledDevStudioLinkerTest for Microsoft Developer Studio linker + + Override create to test concrete compiler implementions
+  + +

+

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

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

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

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

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

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

+ + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks.devstudio used by net.sf.antcontrib.cpptasks.devstudio
TestDevStudioLinker + +
+          Test for Microsoft Developer Studio linker + + Override create to test concrete compiler implementions
+  +

+


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