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/parser/TestFortranParser.html | 334 +++++++++++++++++++++ 1 file changed, 334 insertions(+) create mode 100644 site/testapidocs/net/sf/antcontrib/cpptasks/parser/TestFortranParser.html (limited to 'site/testapidocs/net/sf/antcontrib/cpptasks/parser/TestFortranParser.html') diff --git a/site/testapidocs/net/sf/antcontrib/cpptasks/parser/TestFortranParser.html b/site/testapidocs/net/sf/antcontrib/cpptasks/parser/TestFortranParser.html new file mode 100644 index 0000000..22135a5 --- /dev/null +++ b/site/testapidocs/net/sf/antcontrib/cpptasks/parser/TestFortranParser.html @@ -0,0 +1,334 @@ + + + + + + + +TestFortranParser (cpptasks 1.0b5 Test API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.parser +
+Class TestFortranParser

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

+Tests for the CParser class. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
TestFortranParser(java.lang.String name) + +
+          Constructor.
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidtestInClUdE() + +
+          Checks parsing of InClUdE 'foo.inc'.
+ voidtestINCLUDE() + +
+          Checks parsing of INCLUDE 'foo.inc'.
+ voidtestMultipleInClUdE() + +
+          Checks parsing of InClUdE 'foo.inc'.
+ + + + + + + +
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
+ +

+TestFortranParser

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

+

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

+testINCLUDE

+
+public void testINCLUDE()
+                 throws java.io.IOException
+
+
Checks parsing of INCLUDE 'foo.inc'. +

+

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

+testInClUdE

+
+public void testInClUdE()
+                 throws java.io.IOException
+
+
Checks parsing of InClUdE 'foo.inc'. +

+

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

+testMultipleInClUdE

+
+public void testMultipleInClUdE()
+                         throws java.io.IOException
+
+
Checks parsing of InClUdE 'foo.inc'. +

+

+ +
Throws: +
java.io.IOException - test fails on IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + -- cgit v1.2.3