Class EclipseJavaFormatterWrapperTest

java.lang.Object
de.funfried.netbeans.plugins.external.formatter.java.eclipse.EclipseJavaFormatterWrapperTest

public class EclipseJavaFormatterWrapperTest extends Object
Author:
markiewb, bahlef
  • Constructor Details

    • EclipseJavaFormatterWrapperTest

      public EclipseJavaFormatterWrapperTest()
  • Method Details

    • setUpClass

      public static void setUpClass()
    • testFormatUsingXML

      public void testFormatUsingXML()
    • testFormatUsingXML_formatterOnOff

      public void testFormatUsingXML_formatterOnOff()
    • testFormatUsingXML_regionAll

      public void testFormatUsingXML_regionAll()
    • testFormatUsingXML_regions

      public void testFormatUsingXML_regions() throws Exception
      Throws:
      Exception
    • testFormatUsingEPF

      public void testFormatUsingEPF()
    • testFormatUsingProjectSettings

      public void testFormatUsingProjectSettings()
    • testFormatUsingProjectSettings_ExplicitDefaultFormatter

      public void testFormatUsingProjectSettings_ExplicitDefaultFormatter()
      https://github.com/markiewb/eclipsecodeformatter_for_netbeans/issues/77
    • testFormatUsingProjectSettings_Explicit3rdPartyFormatter_Failure

      public void testFormatUsingProjectSettings_Explicit3rdPartyFormatter_Failure()
      https://github.com/markiewb/eclipsecodeformatter_for_netbeans/issues/77
    • testFormatUsingLinefeed_CR

      public void testFormatUsingLinefeed_CR()
    • testFormatUsingLinefeed_LF

      public void testFormatUsingLinefeed_LF()
    • testFormatUsingLinefeed_CRLF

      public void testFormatUsingLinefeed_CRLF()
    • testFormatSourceLevel_1dot3

      public void testFormatSourceLevel_1dot3()
    • testFormatSourceLevel_1dot4

      public void testFormatSourceLevel_1dot4()
    • testFormatSourceLevel_1dot5

      public void testFormatSourceLevel_1dot5()
    • testNullProfile

      public void testNullProfile()
    • testNullFormatterConfig

      public void testNullFormatterConfig()
    • testProfileNotFound

      public void testProfileNotFound()
    • testNoProfileInConfig

      public void testNoProfileInConfig()
    • testCannotLoadConfigFound

      public void testCannotLoadConfigFound()
    • testNullCode

      public void testNullCode()
    • testIllegalChangedElementsCode

      public void testIllegalChangedElementsCode()