Package org.openrewrite.properties
Class Assertions
java.lang.Object
org.openrewrite.properties.Assertions
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.openrewrite.test.SourceSpecsproperties(@Nullable String before) static org.openrewrite.test.SourceSpecsproperties(@Nullable String before, @Nullable String after) static org.openrewrite.test.SourceSpecsproperties(@Nullable String before, @Nullable String after, Consumer<org.openrewrite.test.SourceSpec<Properties.File>> spec) static org.openrewrite.test.SourceSpecsproperties(@Nullable String before, Consumer<org.openrewrite.test.SourceSpec<Properties.File>> spec)
-
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
-
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)
-