org.apache.commons.jci.compilers
Class EclipseJavaCompilerTestCase

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.EclipseJavaCompilerTestCase
All Implemented Interfaces:
junit.framework.Test

public final class EclipseJavaCompilerTestCase
extends AbstractCompilerTestCase


Constructor Summary
EclipseJavaCompilerTestCase()
           
 
Method Summary
 JavaCompiler createJavaCompiler()
           
 java.lang.String getCompilerName()
           
 
Methods inherited from class org.apache.commons.jci.compilers.AbstractCompilerTestCase
testCrossReferenceCompilation, testExtendedCompile, testFactoryCreation, testInternalClassCompile, testSimpleCompile, testUppercasePackageNameCompile, toString
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EclipseJavaCompilerTestCase

public EclipseJavaCompilerTestCase()
Method Detail

getCompilerName

public java.lang.String getCompilerName()
Specified by:
getCompilerName in class AbstractCompilerTestCase

createJavaCompiler

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


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.