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/TestGccCompatibleCCompiler.html | 421 +++++++++++++++++++++ 1 file changed, 421 insertions(+) create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/gcc/TestGccCompatibleCCompiler.html (limited to 'site/testapidocs/net/sf/antcontrib/cpptasks/gcc/TestGccCompatibleCCompiler.html') 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. + + -- cgit v1.2.3