How do you use CurrentTestCaseTracker.sharedInstance.currentTestCase
?
#944
Unanswered
amomchilov
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It looks to always be
nil
, because+[XCTestObservationCenter load]
is never called (I put a breakpoint in it, and it was never hit).I'm using Nimble
9.2.0
via SPM. I think the SPM detail is key. When I edit the headers underSources/NimbleObjectiveC/*.h
with gibbrish, no errors are thrown. I think SPM is ignoring them entirely.Beta Was this translation helpful? Give feedback.
All reactions