We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e8134a commit d8ac6eaCopy full SHA for d8ac6ea
…latforms/iOS/NativeSerializationTests.cs …ts/Platforms/iOS/CocoaExtensionsTests.cstest/Sentry.Tests/Platforms/iOS/NativeSerializationTests.cs renamed to test/Sentry.Tests/Platforms/iOS/CocoaExtensionsTests.cs
@@ -7,10 +7,10 @@
7
8
namespace Sentry.Tests.Platforms.iOS;
9
10
-public class NativeSerializationTests
+public class CocoaExtensionsTests
11
{
12
[Fact]
13
- public void Managed_To_Native()
+ public void CopyToCocoaSentryEvent_CopiesProperties()
14
15
var evt = new SentryEvent(new Exception("Test Exception"));
16
@@ -42,7 +42,7 @@ public void Managed_To_Native()
42
43
44
45
- public void Native_To_Managed()
+ public void ToSentryEvent_ConvertToManaged()
46
47
var native = new CocoaSdk.SentryEvent();
48
0 commit comments