java - Test running failed: Instrumentation run failed due to 'kotlin.UninitializedPropertyAccessException' -
i'm having issue android instrumentation tests not discovered. instead following:
started running tests test running failed: instrumentation run failed due 'kotlin.uninitializedpropertyaccessexception' disconnected target vm, address: 'localhost:8600', transport: 'socket' empty test suite.
i found issue, because had property lateinit annotation not injected
Comments
Post a Comment