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/gcc/TestAbstractArLibrarian.html | 388 +++++++++++++++ .../cpptasks/gcc/TestAbstractLdLinker.html | 518 +++++++++++++++++++++ .../antcontrib/cpptasks/gcc/TestGccCCompiler.html | 469 +++++++++++++++++++ .../cpptasks/gcc/TestGccCompatibleCCompiler.html | 421 +++++++++++++++++ .../sf/antcontrib/cpptasks/gcc/TestGccLinker.html | 363 +++++++++++++++ .../gcc/class-use/TestAbstractArLibrarian.html | 141 ++++++ .../gcc/class-use/TestAbstractLdLinker.html | 141 ++++++ .../cpptasks/gcc/class-use/TestGccCCompiler.html | 141 ++++++ .../gcc/class-use/TestGccCompatibleCCompiler.html | 177 +++++++ .../cpptasks/gcc/class-use/TestGccLinker.html | 141 ++++++ .../sf/antcontrib/cpptasks/gcc/package-frame.html | 41 ++ .../antcontrib/cpptasks/gcc/package-summary.html | 173 +++++++ .../sf/antcontrib/cpptasks/gcc/package-tree.html | 161 +++++++ .../sf/antcontrib/cpptasks/gcc/package-use.html | 167 +++++++ 14 files changed, 3442 insertions(+) create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/gcc/TestAbstractArLibrarian.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/gcc/TestAbstractLdLinker.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/gcc/TestGccCCompiler.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/gcc/TestGccCompatibleCCompiler.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/gcc/TestGccLinker.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/gcc/class-use/TestAbstractArLibrarian.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/gcc/class-use/TestAbstractLdLinker.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/gcc/class-use/TestGccCCompiler.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/gcc/class-use/TestGccCompatibleCCompiler.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/gcc/class-use/TestGccLinker.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/gcc/package-frame.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/gcc/package-summary.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/gcc/package-tree.html create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/gcc/package-use.html (limited to 'site/testapidocs/net/sf/antcontrib/cpptasks/gcc') diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/gcc/TestAbstractArLibrarian.html b/site/testapidocs/net/sf/antcontrib/cpptasks/gcc/TestAbstractArLibrarian.html new file mode 100644 index 0000000..007f9ee --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/gcc/TestAbstractArLibrarian.html @@ -0,0 +1,388 @@ + + + + + + + +TestAbstractArLibrarian (cpptasks 1.0b5 Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.gcc +
+Class TestAbstractArLibrarian

+
+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.gcc.TestAbstractArLibrarian
+
+
+
All Implemented Interfaces:
junit.framework.Test
+
+
+
+
public class TestAbstractArLibrarian
extends TestAbstractLinker
+ + +

+Tests for classes that derive from AbstractArLibrarian +

+ +

+

+
Author:
+
CurtA
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
TestAbstractArLibrarian(java.lang.String name) + +
+          Constructor
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  net.sf.antcontrib.cpptasks.compiler.AbstractProcessorcreate() + +
+          Creates item under test @returns item under test
+ voidtestBid() + +
+          Override of
+ voidtestGetIdentfier() + +
+           
+ voidtestGetLibraryPatterns() + +
+          Tests for library patterns + + See patch [ 676276 ] Enhanced support for Mac OS X
+ voidtestOutputFileName() + +
+          Tests output file for ar library + + See bug [ 687732 ] Filenames for gcc static library does start with lib
+ + + + + + + +
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
+ +

+TestAbstractArLibrarian

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

+

+
Parameters:
name - test name
See Also:
TestCase.TestCase(String)
+
+ + + + + + + + +
+Method Detail
+ +

+create

+
+protected net.sf.antcontrib.cpptasks.compiler.AbstractProcessor create()
+
+
Creates item under test @returns item under test +

+

+
Overrides:
create in class TestAbstractLinker
+
+
+
See Also:
TestAbstractProcessor.create()
+
+
+
+ +

+testBid

+
+public void testBid()
+
+
Override of +

+

+
Overrides:
testBid in class TestAbstractLinker
+
+
+
See Also:
TestAbstractProcessor.testBid()
+
+
+
+ +

+testGetIdentfier

+
+public void testGetIdentfier()
+
+
+
Overrides:
testGetIdentfier in class TestAbstractProcessor
+
+
+
+
+
+
+ +

+testGetLibraryPatterns

+
+public void testGetLibraryPatterns()
+
+
Tests for library patterns + + See patch [ 676276 ] Enhanced support for Mac OS X +

+

+
+
+
+
+ +

+testOutputFileName

+
+public void testOutputFileName()
+
+
Tests output file for ar library + + See bug [ 687732 ] Filenames for gcc static library does start with lib +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/gcc/TestAbstractLdLinker.html b/site/testapidocs/net/sf/antcontrib/cpptasks/gcc/TestAbstractLdLinker.html new file mode 100644 index 0000000..9d5ae22 --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/gcc/TestAbstractLdLinker.html @@ -0,0 +1,518 @@ + + + + + + + +TestAbstractLdLinker (cpptasks 1.0b5 Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.gcc +
+Class TestAbstractLdLinker

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

+Test ld linker adapter abstract base class + + Override create to test concrete compiler implementions +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
TestAbstractLdLinker(java.lang.String name) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  net.sf.antcontrib.cpptasks.gcc.AbstractLdLinkergetLinker() + +
+           
+protected  voidtearDown() + +
+           
+ voidtestAddImpliedArgsDarwinPlugin() + +
+          Checks for proper arguments for plugin generation on Darwin + + See [ 676276 ] Enhanced support for Mac OS X
+ voidtestAddImpliedArgsDarwinShared() + +
+          Checks for proper arguments for shared generation on Darwin + + See [ 676276 ] Enhanced support for Mac OS X
+ voidtestAddImpliedArgsNonDarwinPlugin() + +
+          Checks for proper arguments for plugin generation on Darwin + + See [ 676276 ] Enhanced support for Mac OS X
+ voidtestAddImpliedArgsNonDarwinShared() + +
+          Checks for proper arguments for shared generation on Darwin + + See [ 676276 ] Enhanced support for Mac OS X
+ voidtestAddLibrarySetDirSwitch() + +
+           
+ voidtestAddLibrarySetLibFrameworkDarwin() + +
+           
+ voidtestAddLibrarySetLibFrameworkNonDarwin() + +
+           
+ voidtestAddLibrarySetLibSwitch() + +
+           
+ voidtestAddLibraryStatic() + +
+           
+ voidtestLibReturnValue() + +
+           
+ + + + + + + +
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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
+ +

+TestAbstractLdLinker

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

+getLinker

+
+protected net.sf.antcontrib.cpptasks.gcc.AbstractLdLinker getLinker()
+
+
+
+
+
+
+ +

+tearDown

+
+protected void tearDown()
+                 throws java.lang.Exception
+
+
+
Overrides:
tearDown in class junit.framework.TestCase
+
+
+ +
Throws: +
java.lang.Exception
+
+
+
+ +

+testAddImpliedArgsDarwinPlugin

+
+public void testAddImpliedArgsDarwinPlugin()
+
+
Checks for proper arguments for plugin generation on Darwin + + See [ 676276 ] Enhanced support for Mac OS X +

+

+
+
+
+
+ +

+testAddImpliedArgsDarwinShared

+
+public void testAddImpliedArgsDarwinShared()
+
+
Checks for proper arguments for shared generation on Darwin + + See [ 676276 ] Enhanced support for Mac OS X +

+

+
+
+
+
+ +

+testAddImpliedArgsNonDarwinPlugin

+
+public void testAddImpliedArgsNonDarwinPlugin()
+
+
Checks for proper arguments for plugin generation on Darwin + + See [ 676276 ] Enhanced support for Mac OS X +

+

+
+
+
+
+ +

+testAddImpliedArgsNonDarwinShared

+
+public void testAddImpliedArgsNonDarwinShared()
+
+
Checks for proper arguments for shared generation on Darwin + + See [ 676276 ] Enhanced support for Mac OS X +

+

+
+
+
+
+ +

+testAddLibrarySetDirSwitch

+
+public void testAddLibrarySetDirSwitch()
+
+
+
+
+
+
+ +

+testAddLibrarySetLibSwitch

+
+public void testAddLibrarySetLibSwitch()
+
+
+
+
+
+
+ +

+testAddLibrarySetLibFrameworkNonDarwin

+
+public void testAddLibrarySetLibFrameworkNonDarwin()
+
+
+
+
+
+
+ +

+testAddLibrarySetLibFrameworkDarwin

+
+public void testAddLibrarySetLibFrameworkDarwin()
+
+
+
+
+
+
+ +

+testAddLibraryStatic

+
+public void testAddLibraryStatic()
+
+
+
+
+
+
+ +

+testLibReturnValue

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

+ +net.sf.antcontrib.cpptasks.gcc +
+Class TestGccCCompiler

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

+Test gcc compiler adapter +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
TestGccCCompiler(java.lang.String name) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  net.sf.antcontrib.cpptasks.gcc.GccCompatibleCCompilercreate() + +
+          Compiler creation method + + Must be overriden by extending classes
+ voidtestBidObjectiveAssembly() + +
+           
+ voidtestBidObjectiveC() + +
+           
+ voidtestBidObjectiveCpp() + +
+           
+ voidtestBidPreprocessedCpp() + +
+           
+ voidtestCreateCParser1() + +
+           
+ voidtestCreateCParser2() + +
+           
+ voidtestCreateCParser3() + +
+           
+ voidtestCreateFortranParser1() + +
+           
+ voidtestCreateFortranParser2() + +
+           
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.gcc.TestGccCompatibleCCompiler
testWarningLevel0, testWarningLevel1, testWarningLevel2, testWarningLevel3, testWarningLevel4, testWarningLevel5
+ + + + + + + +
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
+ +

+TestGccCCompiler

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

+create

+
+protected net.sf.antcontrib.cpptasks.gcc.GccCompatibleCCompiler create()
+
+
Description copied from class: TestGccCompatibleCCompiler
+
Compiler creation method + + Must be overriden by extending classes +

+

+
Specified by:
create in class TestGccCompatibleCCompiler
+
+
+ +
Returns:
GccCompatibleCCompiler
+
+
+
+ +

+testBidObjectiveAssembly

+
+public void testBidObjectiveAssembly()
+
+
+
+
+
+
+ +

+testBidObjectiveC

+
+public void testBidObjectiveC()
+
+
+
+
+
+
+ +

+testBidObjectiveCpp

+
+public void testBidObjectiveCpp()
+
+
+
+
+
+
+ +

+testBidPreprocessedCpp

+
+public void testBidPreprocessedCpp()
+
+
+
+
+
+
+ +

+testCreateCParser1

+
+public void testCreateCParser1()
+
+
+
+
+
+
+ +

+testCreateCParser2

+
+public void testCreateCParser2()
+
+
+
+
+
+
+ +

+testCreateCParser3

+
+public void testCreateCParser3()
+
+
+
+
+
+
+ +

+testCreateFortranParser1

+
+public void testCreateFortranParser1()
+
+
+
+
+
+
+ +

+testCreateFortranParser2

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

+ +net.sf.antcontrib.cpptasks.gcc +
+Class TestGccCompatibleCCompiler

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

+Tests for gcc compatible compilers +

+ +

+

+
Author:
+
CurtA
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
TestGccCompatibleCCompiler(java.lang.String name) + +
+          Constructor
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected abstract  net.sf.antcontrib.cpptasks.gcc.GccCompatibleCCompilercreate() + +
+          Compiler creation method + + Must be overriden by extending classes
+ voidtestWarningLevel0() + +
+          Tests command lines switches for warning = 0
+ voidtestWarningLevel1() + +
+          Tests command lines switches for warning = 1
+ voidtestWarningLevel2() + +
+          Tests command lines switches for warning = 2
+ voidtestWarningLevel3() + +
+          Tests command lines switches for warning = 3
+ voidtestWarningLevel4() + +
+          Tests command lines switches for warning = 4
+ voidtestWarningLevel5() + +
+          Tests command lines switches for warning = 5
+ + + + + + + +
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
+ +

+TestGccCompatibleCCompiler

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

+

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

+create

+
+protected abstract net.sf.antcontrib.cpptasks.gcc.GccCompatibleCCompiler create()
+
+
Compiler creation method + + Must be overriden by extending classes +

+

+ +
Returns:
GccCompatibleCCompiler
+
+
+
+ +

+testWarningLevel0

+
+public void testWarningLevel0()
+
+
Tests command lines switches for warning = 0 +

+

+
+
+
+
+ +

+testWarningLevel1

+
+public void testWarningLevel1()
+
+
Tests command lines switches for warning = 1 +

+

+
+
+
+
+ +

+testWarningLevel2

+
+public void testWarningLevel2()
+
+
Tests command lines switches for warning = 2 +

+

+
+
+
+
+ +

+testWarningLevel3

+
+public void testWarningLevel3()
+
+
Tests command lines switches for warning = 3 +

+

+
+
+
+
+ +

+testWarningLevel4

+
+public void testWarningLevel4()
+
+
Tests command lines switches for warning = 4 +

+

+
+
+
+
+ +

+testWarningLevel5

+
+public void testWarningLevel5()
+
+
Tests command lines switches for warning = 5 +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/gcc/TestGccLinker.html b/site/testapidocs/net/sf/antcontrib/cpptasks/gcc/TestGccLinker.html new file mode 100644 index 0000000..14eea0a --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/gcc/TestGccLinker.html @@ -0,0 +1,363 @@ + + + + + + + +TestGccLinker (cpptasks 1.0b5 Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.gcc +
+Class TestGccLinker

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

+

+
Author:
+
CurtA
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
TestGccLinker(java.lang.String name) + +
+          Constructor
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidtearDown() + +
+           
+ voidtestGetLinkerDarwinPlugin() + +
+           
+ voidtestGetLinkerDarwinShared() + +
+           
+ voidtestGetLinkerNonDarwinPlugin() + +
+           
+ voidtestGetLinkerNonDarwinShared() + +
+           
+ + + + + + + +
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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
+ +

+TestGccLinker

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

+

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

+tearDown

+
+protected void tearDown()
+                 throws java.lang.Exception
+
+
+
Overrides:
tearDown in class junit.framework.TestCase
+
+
+ +
Throws: +
java.lang.Exception
+
+
+
+ +

+testGetLinkerDarwinPlugin

+
+public void testGetLinkerDarwinPlugin()
+
+
+
+
+
+
+ +

+testGetLinkerDarwinShared

+
+public void testGetLinkerDarwinShared()
+
+
+
+
+
+
+ +

+testGetLinkerNonDarwinPlugin

+
+public void testGetLinkerNonDarwinPlugin()
+
+
+
+
+
+
+ +

+testGetLinkerNonDarwinShared

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

+Uses of Class
net.sf.antcontrib.cpptasks.gcc.TestAbstractArLibrarian

+
+No usage of net.sf.antcontrib.cpptasks.gcc.TestAbstractArLibrarian +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.gcc.TestAbstractLdLinker

+
+No usage of net.sf.antcontrib.cpptasks.gcc.TestAbstractLdLinker +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler

+
+No usage of net.sf.antcontrib.cpptasks.gcc.TestGccCCompiler +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.gcc.TestGccCompatibleCCompiler

+
+ + + + + + + + + +
+Packages that use TestGccCompatibleCCompiler
net.sf.antcontrib.cpptasks.gcc  
+  +

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

+ + + + + + + + + +
Subclasses of TestGccCompatibleCCompiler in net.sf.antcontrib.cpptasks.gcc
+ classTestGccCCompiler + +
+          Test gcc compiler adapter
+  +

+


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

+Uses of Class
net.sf.antcontrib.cpptasks.gcc.TestGccLinker

+
+No usage of net.sf.antcontrib.cpptasks.gcc.TestGccLinker +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/gcc/package-frame.html b/site/testapidocs/net/sf/antcontrib/cpptasks/gcc/package-frame.html new file mode 100644 index 0000000..04738ea --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/gcc/package-frame.html @@ -0,0 +1,41 @@ + + + + + + + +net.sf.antcontrib.cpptasks.gcc (cpptasks 1.0b5 Test API) + + + + + + + + + + + +net.sf.antcontrib.cpptasks.gcc + + + + +
+Classes  + +
+TestAbstractArLibrarian +
+TestAbstractLdLinker +
+TestGccCCompiler +
+TestGccCompatibleCCompiler +
+TestGccLinker
+ + + + diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/gcc/package-summary.html b/site/testapidocs/net/sf/antcontrib/cpptasks/gcc/package-summary.html new file mode 100644 index 0000000..47090cb --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/gcc/package-summary.html @@ -0,0 +1,173 @@ + + + + + + + +net.sf.antcontrib.cpptasks.gcc (cpptasks 1.0b5 Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package net.sf.antcontrib.cpptasks.gcc +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
TestAbstractArLibrarianTests for classes that derive from AbstractArLibrarian
TestAbstractLdLinkerTest ld linker adapter abstract base class + + Override create to test concrete compiler implementions
TestGccCCompilerTest gcc compiler adapter
TestGccCompatibleCCompilerTests for gcc compatible compilers
TestGccLinker 
+  + +

+

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

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

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

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

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

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

+ + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks.gcc used by net.sf.antcontrib.cpptasks.gcc
TestGccCompatibleCCompiler + +
+          Tests for gcc compatible compilers
+  +

+


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