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
$testing.run("second"; Formula($1.assert.areEqual($1; 0; $1.stats.getStat("mocked").getNumberOfCalls(); "Stats should not carry over between subtests")))
185
+
186
+
// Parent stats should remain unaffected
187
+
var$parentStat : cs:C1710._UnitStatsDetail
188
+
$parentStat:=$testing.stats.getStat("mocked")
189
+
$t.assert.areEqual($t; 0; $parentStat.getNumberOfCalls(); "Parent stats should remain unaffected")
190
+
175
191
Function _addOneCase($t : cs:C1710.Testing; $case : Object)
0 commit comments