Class Assertions

java.lang.Object
org.openrewrite.python.Assertions

public final class Assertions extends Object
  • 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

      public static org.openrewrite.test.SourceSpecs python(@Language("py") @Nullable @Nullable String before, @Language("py") String after)
    • 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)