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
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -558,7 +558,8 @@ public final class io/sentry/systemtest/util/TestHelper {
558
558
public final fun doesTransactionHaveOp (Lio/sentry/protocol/SentryTransaction;Ljava/lang/String;)Z
559
559
public final fun doesTransactionHaveTraceId (Lio/sentry/protocol/SentryTransaction;Ljava/lang/String;)Z
560
560
public final fun ensureEnvelopeCountIncreased ()V
561
-
public final fun ensureEnvelopeReceived (Lkotlin/jvm/functions/Function1;)V
561
+
public final fun ensureEnvelopeReceived (ILkotlin/jvm/functions/Function1;)V
562
+
public static synthetic fun ensureEnvelopeReceived$default (Lio/sentry/systemtest/util/TestHelper;ILkotlin/jvm/functions/Function1;ILjava/lang/Object;)V
562
563
public final fun ensureErrorCount (Lcom/apollographql/apollo3/api/ApolloResponse;I)V
563
564
public final fun ensureErrorReceived (Lkotlin/jvm/functions/Function1;)V
564
565
public final fun ensureLogsReceived (Lkotlin/jvm/functions/Function2;)V
@@ -567,11 +568,15 @@ public final class io/sentry/systemtest/util/TestHelper {
567
568
public final fun ensureNoTransactionReceived (Lkotlin/jvm/functions/Function2;)V
568
569
public final fun ensureTransactionReceived (Lkotlin/jvm/functions/Function2;)V
569
570
public final fun ensureTransactionWithSpanReceived (Lkotlin/jvm/functions/Function1;)V
571
+
public final fun findJar (Ljava/lang/String;Ljava/lang/String;)Ljava/io/File;
572
+
public static synthetic fun findJar$default (Lio/sentry/systemtest/util/TestHelper;Ljava/lang/String;Ljava/lang/String;ILjava/lang/Object;)Ljava/io/File;
573
+
public final fun getDsn ()Ljava/lang/String;
570
574
public final fun getEnvelopeCounts ()Lio/sentry/systemtest/util/EnvelopeCounts;
571
575
public final fun getGraphqlClient ()Lio/sentry/systemtest/graphql/GraphqlTestClient;
572
576
public final fun getJsonSerializer ()Lio/sentry/JsonSerializer;
573
577
public final fun getRestClient ()Lio/sentry/systemtest/util/RestTestClient;
574
578
public final fun getSentryClient ()Lio/sentry/systemtest/util/SentryMockServerClient;
579
+
public final fun launch (Ljava/io/File;Ljava/util/Map;)Ljava/lang/Process;
575
580
public final fun logObject (Ljava/lang/Object;)V
576
581
public final fun reset ()V
577
582
public final fun setEnvelopeCounts (Lio/sentry/systemtest/util/EnvelopeCounts;)V
0 commit comments