You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sentry-system-test-support/api/sentry-system-test-support.api
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -488,10 +488,10 @@ public final class io/sentry/systemtest/Todo {
488
488
public final fun copy (JLjava/lang/String;Z)Lio/sentry/systemtest/Todo;
489
489
public static synthetic fun copy$default (Lio/sentry/systemtest/Todo;JLjava/lang/String;ZILjava/lang/Object;)Lio/sentry/systemtest/Todo;
490
490
public fun equals (Ljava/lang/Object;)Z
491
+
public final fun getCompleted ()Z
491
492
public final fun getId ()J
492
493
public final fun getTitle ()Ljava/lang/String;
493
494
public fun hashCode ()I
494
-
public final fun isCompleted ()Z
495
495
public fun toString ()Ljava/lang/String;
496
496
}
497
497
@@ -518,7 +518,14 @@ public final class io/sentry/systemtest/util/EnvelopesReceived {
518
518
519
519
public class io/sentry/systemtest/util/LoggingInsecureRestClient {
520
520
public fun <init> ()V
521
-
protected final fun restTemplate ()Lorg/springframework/web/client/RestTemplate;
521
+
protected final fun call (Lokhttp3/Request$Builder;ZLjava/util/Map;)Lokhttp3/Response;
522
+
public static synthetic fun call$default (Lio/sentry/systemtest/util/LoggingInsecureRestClient;Lokhttp3/Request$Builder;ZLjava/util/Map;ILjava/lang/Object;)Lokhttp3/Response;
523
+
protected final fun client ()Lokhttp3/OkHttpClient;
524
+
public final fun getLastKnownStatusCode ()Ljava/lang/Integer;
525
+
public final fun getLogger ()Lorg/slf4j/Logger;
526
+
protected final fun objectMapper ()Lcom/fasterxml/jackson/databind/ObjectMapper;
527
+
public final fun setLastKnownStatusCode (Ljava/lang/Integer;)V
528
+
protected final fun toRequestBody (Ljava/lang/Object;)Lokhttp3/RequestBody;
522
529
}
523
530
524
531
public final class io/sentry/systemtest/util/RestTestClient : io/sentry/systemtest/util/LoggingInsecureRestClient {
@@ -527,14 +534,12 @@ public final class io/sentry/systemtest/util/RestTestClient : io/sentry/systemte
527
534
public static synthetic fun createPerson$default (Lio/sentry/systemtest/util/RestTestClient;Lio/sentry/systemtest/Person;Ljava/util/Map;ILjava/lang/Object;)Lio/sentry/systemtest/Person;
528
535
public final fun createPersonDistributedTracing (Lio/sentry/systemtest/Person;Ljava/util/Map;)Lio/sentry/systemtest/Person;
529
536
public static synthetic fun createPersonDistributedTracing$default (Lio/sentry/systemtest/util/RestTestClient;Lio/sentry/systemtest/Person;Ljava/util/Map;ILjava/lang/Object;)Lio/sentry/systemtest/Person;
530
-
public final fun getLastKnownStatusCode ()Ljava/lang/Integer;
531
537
public final fun getPerson (J)Lio/sentry/systemtest/Person;
532
538
public final fun getPersonDistributedTracing (JLjava/util/Map;)Lio/sentry/systemtest/Person;
533
539
public static synthetic fun getPersonDistributedTracing$default (Lio/sentry/systemtest/util/RestTestClient;JLjava/util/Map;ILjava/lang/Object;)Lio/sentry/systemtest/Person;
534
540
public final fun getTodo (J)Lio/sentry/systemtest/Todo;
535
541
public final fun getTodoRestClient (J)Lio/sentry/systemtest/Todo;
536
542
public final fun getTodoWebclient (J)Lio/sentry/systemtest/Todo;
537
-
public final fun setLastKnownStatusCode (Ljava/lang/Integer;)V
538
543
}
539
544
540
545
public final class io/sentry/systemtest/util/SentryMockServerClient : io/sentry/systemtest/util/LoggingInsecureRestClient {
0 commit comments