Class Assertions

java.lang.Object
org.openrewrite.properties.Assertions

public class Assertions extends Object
  • Method Details

    • properties

      public static org.openrewrite.test.SourceSpecs properties(@Language("properties") @Nullable String before)
    • properties

      public static org.openrewrite.test.SourceSpecs properties(@Language("properties") @Nullable String before, Consumer<org.openrewrite.test.SourceSpec<Properties.File>> spec)
    • properties

      public static org.openrewrite.test.SourceSpecs properties(@Language("properties") @Nullable String before, @Language("properties") @Nullable String after)
    • properties

      public static org.openrewrite.test.SourceSpecs properties(@Language("properties") @Nullable String before, @Language("properties") @Nullable String after, Consumer<org.openrewrite.test.SourceSpec<Properties.File>> spec)