Join Slack
Communities
Powered by
Is is possible to use `XCTest` from K/N?
# kotlin-native
t
thevery
07/29/2018, 10:20 PM
Is is possible to use
XCTest
from K/N?
v
Vyacheslav Karpukhin [JB]
07/29/2018, 10:22 PM
No, because XCTest's asserts require
__FILE__
and
__LINE__
macros which are not yet supported in Kotlin/Native.
t
thevery
07/29/2018, 10:27 PM
Thanks! Actually I need expectations for async testing, probably I should fallback to native ios tests for this.
9
Views
Open in Slack
Previous
Next