org.apache.commons.jci.compilers
Class JavacJavaCompilerSettingsTestCase

java.lang.Object
  extended by TestCase
      extended by org.apache.commons.jci.compilers.JavacJavaCompilerSettingsTestCase

public final class JavacJavaCompilerSettingsTestCase
extends TestCase


Constructor Summary
JavacJavaCompilerSettingsTestCase()
           
 
Method Summary
 void testDefaultSettings()
           
 void testDeprecations()
           
 void testEncoding()
           
 void testSourceVersion()
           
 void testTargetVersion()
           
 void testWarnings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavacJavaCompilerSettingsTestCase

public JavacJavaCompilerSettingsTestCase()
Method Detail

testDefaultSettings

public void testDefaultSettings()

testSourceVersion

public void testSourceVersion()

testTargetVersion

public void testTargetVersion()

testEncoding

public void testEncoding()

testWarnings

public void testWarnings()

testDeprecations

public void testDeprecations()


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