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
{{ message }}
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.
Right now it is possible to write common tests and run them on JVM with kotlin-test-junit (I've tried @RunWith(JUnit4::class) class SomeTestJava: SomeTestCommon() and it works), but is there are any way to do this for iOS?
The text was updated successfully, but these errors were encountered:
Right now it is possible to write common tests and run them on JVM with
kotlin-test-junit
(I've tried@RunWith(JUnit4::class) class SomeTestJava: SomeTestCommon()
and it works), but is there are any way to do this for iOS?The text was updated successfully, but these errors were encountered: