Class GoogleJavaFormatterWrapperTest

java.lang.Object
de.funfried.netbeans.plugins.external.formatter.java.google.GoogleJavaFormatterWrapperTest

public class GoogleJavaFormatterWrapperTest extends Object
Author:
bahlef
  • Constructor Details

    • GoogleJavaFormatterWrapperTest

      public GoogleJavaFormatterWrapperTest()
  • Method Details

    • setUpClass

      public static void setUpClass()
    • testFormatEnumUsingGoogleStyle

      public void testFormatEnumUsingGoogleStyle()
    • testFormatEnumUsingAOSPStyle

      public void testFormatEnumUsingAOSPStyle()
    • testFormatEnumWithDifferentLineEndingsUsingGoogleStyle

      public void testFormatEnumWithDifferentLineEndingsUsingGoogleStyle()
    • testFormatClassUsingGoogleStyle

      public void testFormatClassUsingGoogleStyle()
    • testPartlyFormatClassUsingGoogleStyle

      public void testPartlyFormatClassUsingGoogleStyle()
      Currently failing: It seems there is a bug with character ranges in the Google Java Code Formatter https://github.com/google/google-java-format/issues/433
    • testPartlyFormatClassUsingGoogleStyle2

      public void testPartlyFormatClassUsingGoogleStyle2()
    • testFormatEnumUsingAndroidStyle

      public void testFormatEnumUsingAndroidStyle()
    • testFormatEnumWithDifferentLineEndingsUsingAndroidStyle

      public void testFormatEnumWithDifferentLineEndingsUsingAndroidStyle()
    • testFormatClassUsingAndroidStyle

      public void testFormatClassUsingAndroidStyle()
    • testPartlyFormatClassUsingAndroidStyle

      public void testPartlyFormatClassUsingAndroidStyle()
      Currently failing: It seems there is a bug with character ranges in the Google Java Code Formatter https://github.com/google/google-java-format/issues/433
    • testPartlyFormatClassUsingAndroidStyle2

      public void testPartlyFormatClassUsingAndroidStyle2()
    • testNullCode

      public void testNullCode()
    • testFormatEnumUsingNullStyle

      public void testFormatEnumUsingNullStyle()
    • testNonFormatableCode

      public void testNonFormatableCode()
    • testIllegalChangedElementsCode

      public void testIllegalChangedElementsCode()