Skip to content

Commit d730432

Browse files
committed
update API Approval Tests
1 parent 32caf06 commit d730432

File tree

4 files changed

+144
-0
lines changed

4 files changed

+144
-0
lines changed

test/Sentry.Tests/ApiApprovalTests.Run.DotNet10_0.verified.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,42 @@ namespace Sentry
11351135
public void WriteTo(System.Text.Json.Utf8JsonWriter writer, Sentry.Extensibility.IDiagnosticLogger? logger) { }
11361136
public static Sentry.SentryTransaction FromJson(System.Text.Json.JsonElement json) { }
11371137
}
1138+
public static class SentryUnits
1139+
{
1140+
public static class Duration
1141+
{
1142+
public static string Day { get; }
1143+
public static string Hour { get; }
1144+
public static string Microsecond { get; }
1145+
public static string Millisecond { get; }
1146+
public static string Minute { get; }
1147+
public static string Nanosecond { get; }
1148+
public static string Second { get; }
1149+
public static string Week { get; }
1150+
}
1151+
public static class Fraction
1152+
{
1153+
public static string Percent { get; }
1154+
public static string Ratio { get; }
1155+
}
1156+
public static class Information
1157+
{
1158+
public static string Bit { get; }
1159+
public static string Byte { get; }
1160+
public static string Exabyte { get; }
1161+
public static string Exbibyte { get; }
1162+
public static string Gibibyte { get; }
1163+
public static string Gigabyte { get; }
1164+
public static string Kibibyte { get; }
1165+
public static string Kilobyte { get; }
1166+
public static string Mebibyte { get; }
1167+
public static string Megabyte { get; }
1168+
public static string Pebibyte { get; }
1169+
public static string Petabyte { get; }
1170+
public static string Tebibyte { get; }
1171+
public static string Terabyte { get; }
1172+
}
1173+
}
11381174
public sealed class SentryUser : Sentry.ISentryJsonSerializable
11391175
{
11401176
public SentryUser() { }

test/Sentry.Tests/ApiApprovalTests.Run.DotNet8_0.verified.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,42 @@ namespace Sentry
11351135
public void WriteTo(System.Text.Json.Utf8JsonWriter writer, Sentry.Extensibility.IDiagnosticLogger? logger) { }
11361136
public static Sentry.SentryTransaction FromJson(System.Text.Json.JsonElement json) { }
11371137
}
1138+
public static class SentryUnits
1139+
{
1140+
public static class Duration
1141+
{
1142+
public static string Day { get; }
1143+
public static string Hour { get; }
1144+
public static string Microsecond { get; }
1145+
public static string Millisecond { get; }
1146+
public static string Minute { get; }
1147+
public static string Nanosecond { get; }
1148+
public static string Second { get; }
1149+
public static string Week { get; }
1150+
}
1151+
public static class Fraction
1152+
{
1153+
public static string Percent { get; }
1154+
public static string Ratio { get; }
1155+
}
1156+
public static class Information
1157+
{
1158+
public static string Bit { get; }
1159+
public static string Byte { get; }
1160+
public static string Exabyte { get; }
1161+
public static string Exbibyte { get; }
1162+
public static string Gibibyte { get; }
1163+
public static string Gigabyte { get; }
1164+
public static string Kibibyte { get; }
1165+
public static string Kilobyte { get; }
1166+
public static string Mebibyte { get; }
1167+
public static string Megabyte { get; }
1168+
public static string Pebibyte { get; }
1169+
public static string Petabyte { get; }
1170+
public static string Tebibyte { get; }
1171+
public static string Terabyte { get; }
1172+
}
1173+
}
11381174
public sealed class SentryUser : Sentry.ISentryJsonSerializable
11391175
{
11401176
public SentryUser() { }

test/Sentry.Tests/ApiApprovalTests.Run.DotNet9_0.verified.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,42 @@ namespace Sentry
11351135
public void WriteTo(System.Text.Json.Utf8JsonWriter writer, Sentry.Extensibility.IDiagnosticLogger? logger) { }
11361136
public static Sentry.SentryTransaction FromJson(System.Text.Json.JsonElement json) { }
11371137
}
1138+
public static class SentryUnits
1139+
{
1140+
public static class Duration
1141+
{
1142+
public static string Day { get; }
1143+
public static string Hour { get; }
1144+
public static string Microsecond { get; }
1145+
public static string Millisecond { get; }
1146+
public static string Minute { get; }
1147+
public static string Nanosecond { get; }
1148+
public static string Second { get; }
1149+
public static string Week { get; }
1150+
}
1151+
public static class Fraction
1152+
{
1153+
public static string Percent { get; }
1154+
public static string Ratio { get; }
1155+
}
1156+
public static class Information
1157+
{
1158+
public static string Bit { get; }
1159+
public static string Byte { get; }
1160+
public static string Exabyte { get; }
1161+
public static string Exbibyte { get; }
1162+
public static string Gibibyte { get; }
1163+
public static string Gigabyte { get; }
1164+
public static string Kibibyte { get; }
1165+
public static string Kilobyte { get; }
1166+
public static string Mebibyte { get; }
1167+
public static string Megabyte { get; }
1168+
public static string Pebibyte { get; }
1169+
public static string Petabyte { get; }
1170+
public static string Tebibyte { get; }
1171+
public static string Terabyte { get; }
1172+
}
1173+
}
11381174
public sealed class SentryUser : Sentry.ISentryJsonSerializable
11391175
{
11401176
public SentryUser() { }

test/Sentry.Tests/ApiApprovalTests.Run.Net4_8.verified.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,6 +1104,42 @@ namespace Sentry
11041104
public void WriteTo(System.Text.Json.Utf8JsonWriter writer, Sentry.Extensibility.IDiagnosticLogger? logger) { }
11051105
public static Sentry.SentryTransaction FromJson(System.Text.Json.JsonElement json) { }
11061106
}
1107+
public static class SentryUnits
1108+
{
1109+
public static class Duration
1110+
{
1111+
public static string Day { get; }
1112+
public static string Hour { get; }
1113+
public static string Microsecond { get; }
1114+
public static string Millisecond { get; }
1115+
public static string Minute { get; }
1116+
public static string Nanosecond { get; }
1117+
public static string Second { get; }
1118+
public static string Week { get; }
1119+
}
1120+
public static class Fraction
1121+
{
1122+
public static string Percent { get; }
1123+
public static string Ratio { get; }
1124+
}
1125+
public static class Information
1126+
{
1127+
public static string Bit { get; }
1128+
public static string Byte { get; }
1129+
public static string Exabyte { get; }
1130+
public static string Exbibyte { get; }
1131+
public static string Gibibyte { get; }
1132+
public static string Gigabyte { get; }
1133+
public static string Kibibyte { get; }
1134+
public static string Kilobyte { get; }
1135+
public static string Mebibyte { get; }
1136+
public static string Megabyte { get; }
1137+
public static string Pebibyte { get; }
1138+
public static string Petabyte { get; }
1139+
public static string Tebibyte { get; }
1140+
public static string Terabyte { get; }
1141+
}
1142+
}
11071143
public sealed class SentryUser : Sentry.ISentryJsonSerializable
11081144
{
11091145
public SentryUser() { }

0 commit comments

Comments
 (0)