Package org.openrewrite.python
Class Assertions
java.lang.Object
org.openrewrite.python.Assertions
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.openrewrite.test.SourceSpecsstatic org.openrewrite.test.SourceSpecsstatic org.openrewrite.test.SourceSpecspython(@Nullable String before, String after, Consumer<org.openrewrite.test.SourceSpec<Py.CompilationUnit>> spec) static org.openrewrite.test.SourceSpecspython(@Nullable String before, Consumer<org.openrewrite.test.SourceSpec<Py.CompilationUnit>> spec)
-
Method Details
-
python
public static org.openrewrite.test.SourceSpecs python(@Language("py") @Nullable @Nullable String before) -
python
public static org.openrewrite.test.SourceSpecs python(@Language("py") @Nullable @Nullable String before, Consumer<org.openrewrite.test.SourceSpec<Py.CompilationUnit>> spec) -
python
-
python
public static org.openrewrite.test.SourceSpecs python(@Language("py") @Nullable @Nullable String before, @Language("py") String after, Consumer<org.openrewrite.test.SourceSpec<Py.CompilationUnit>> spec)
-