org.apache.commons.jci.compilers
Class RhinoJavaCompilerTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.jci.compilers.AbstractCompilerTestCase
              extended by org.apache.commons.jci.compilers.RhinoJavaCompilerTestCase
All Implemented Interfaces:
junit.framework.Test

public final class RhinoJavaCompilerTestCase
extends AbstractCompilerTestCase

Author:
tcurdt

Constructor Summary
RhinoJavaCompilerTestCase()
           
 
Method Summary
 JavaCompiler createJavaCompiler()
           
 String getCompilerName()
           
 void testAdditionalTopLevelClassCompile()
           
 void testCrossReferenceCompilation()
           
 void testExtendedCompile()
           
 void testInternalClassCompile()
           
 void testSimpleCompile()
           
 void testUppercasePackageNameCompile()
           
 
Methods inherited from class org.apache.commons.jci.compilers.AbstractCompilerTestCase
testFactoryCreation, toString
 
Methods inherited from class junit.framework.TestCase
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RhinoJavaCompilerTestCase

public RhinoJavaCompilerTestCase()
Method Detail

createJavaCompiler

public JavaCompiler createJavaCompiler()
Specified by:
createJavaCompiler in class AbstractCompilerTestCase

getCompilerName

public String getCompilerName()
Specified by:
getCompilerName in class AbstractCompilerTestCase

testSimpleCompile

public void testSimpleCompile()
                       throws Exception
Overrides:
testSimpleCompile in class AbstractCompilerTestCase
Throws:
Exception

testExtendedCompile

public void testExtendedCompile()
                         throws Exception
Overrides:
testExtendedCompile in class AbstractCompilerTestCase
Throws:
Exception

testInternalClassCompile

public void testInternalClassCompile()
                              throws Exception
Overrides:
testInternalClassCompile in class AbstractCompilerTestCase
Throws:
Exception

testUppercasePackageNameCompile

public void testUppercasePackageNameCompile()
                                     throws Exception
Overrides:
testUppercasePackageNameCompile in class AbstractCompilerTestCase
Throws:
Exception

testCrossReferenceCompilation

public void testCrossReferenceCompilation()
                                   throws Exception
Overrides:
testCrossReferenceCompilation in class AbstractCompilerTestCase
Throws:
Exception

testAdditionalTopLevelClassCompile

public void testAdditionalTopLevelClassCompile()
                                        throws Exception
Overrides:
testAdditionalTopLevelClassCompile in class AbstractCompilerTestCase
Throws:
Exception


Copyright © 2004–2013 The Apache Software Foundation. All rights reserved.