Android EUnit Test Application startup crash

Ah, oops.

It’s a set of helper classes for reusing tests written for Xcode’s XCTest suite. Do you se it being hit for actual testing?

It always shows up in my test results. If I have 1 test MyTest then my results show TestSuite (2) XCTestCase and MyTest

At least it always passes :upside_down_face:

1 Like

Weird. I’ll have a look. might be something specific to the Android or Java gets discovery that find these; I don’t see this in my Mac or .NET tests I usually run…

1 Like