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: testing/Project/Sources/Classes/_ErrorHandlingTest.4dm
+18-58Lines changed: 18 additions & 58 deletions
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,9 @@ Function test_error_handler_initialization($t : cs:C1710.Testing)
11
11
$t.assert.isNotNull($t; Storage:C1525.testErrors; "Error storage should be initialized")
12
12
$t.assert.areEqual($t; Is collection:K8:32; Value type:C1509(Storage:C1525.testErrors); "Error storage should be a collection")
13
13
14
-
// Ensure forwarding state is set up
15
-
$t.assert.isNotNull($t; Storage:C1525.testErrorHandlerForwarding; "Forwarding registry should be initialized")
16
-
$t.assert.areEqual($t; Is object:K8:27; Value type:C1509(Storage:C1525.testErrorHandlerForwarding); "Forwarding registry should be an object")
17
-
18
-
Use (Storage:C1525.testErrorHandlerForwarding)
19
-
$t.assert.isNotNull($t; Storage:C1525.testErrorHandlerForwarding.local; "Local forwarding map should exist")
20
-
$t.assert.areEqual($t; Is object:K8:27; Value type:C1509(Storage:C1525.testErrorHandlerForwarding.local); "Local forwarding map should be an object")
21
-
$t.assert.isNotNull($t; Storage:C1525.testErrorHandlerForwarding.global; "Global forwarding state should exist")
22
-
$t.assert.areEqual($t; Is object:K8:27; Value type:C1509(Storage:C1525.testErrorHandlerForwarding.global); "Global forwarding state should be an object")
23
-
End use
14
+
// Ensure local process tracking is available
15
+
$t.assert.isNotNull($t; Storage:C1525.testErrorHandlerProcesses; "Process tracking should be initialized")
16
+
$t.assert.areEqual($t; Is collection:K8:32; Value type:C1509(Storage:C1525.testErrorHandlerProcesses); "Process tracking should be a collection")
24
17
25
18
Function test_error_information_structure($t : cs:C1710.Testing)
26
19
@@ -110,66 +103,33 @@ Function test_register_process_tracking($t : cs:C1710.Testing)
0 commit comments