Class Assertions

java.lang.Object
org.openrewrite.protobuf.Assertions

public class Assertions extends Object
  • Method Details

    • proto

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

      public static org.openrewrite.test.SourceSpecs proto(@Language("protobuf") @Nullable @Nullable String before, Consumer<org.openrewrite.test.SourceSpec<Proto.Document>> spec)
    • proto

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

      public static org.openrewrite.test.SourceSpecs proto(@Language("protobuf") @Nullable @Nullable String before, @Language("protobuf") @Nullable @Nullable String after, Consumer<org.openrewrite.test.SourceSpec<Proto.Document>> spec)