Title: Use generated classes in Kotlin tests · Issue #2082 · androidannotations/androidannotations · GitHub
Open Graph Title: Use generated classes in Kotlin tests · Issue #2082 · androidannotations/androidannotations
X Title: Use generated classes in Kotlin tests · Issue #2082 · androidannotations/androidannotations
Description: AndroidAnnotations version: 4.4.0 Android compile SDK version: 25 Annotated code: Empty Activity with @EActivity annotation Actual generated code: Looks correct, no issues here. We want to use AndroidAnnotation generated classes in tests...
Open Graph Description: AndroidAnnotations version: 4.4.0 Android compile SDK version: 25 Annotated code: Empty Activity with @EActivity annotation Actual generated code: Looks correct, no issues here. We want to use Andr...
X Description: AndroidAnnotations version: 4.4.0 Android compile SDK version: 25 Annotated code: Empty Activity with @EActivity annotation Actual generated code: Looks correct, no issues here. We want to use Andr...
Opengraph URL: https://github.com/androidannotations/androidannotations/issues/2082
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Use generated classes in Kotlin tests","articleBody":"**AndroidAnnotations version**: 4.4.0\r\n\r\n**Android compile SDK version**: 25\r\n\r\n**Annotated code**: Empty Activity with `@EActivity` annotation\r\n\r\n**Actual generated code**: Looks correct, no issues here.\r\n\r\nWe want to use AndroidAnnotation generated classes in tests (unit/instrumentation) but since Kotlin 1.1.3 this does not work anymore. Tests implemented in Java instead of Kotlin work fine however.\r\n\r\n**Easiest way to reproduce (unit test):** \r\n* Kotlin app project with AndroidAnnotations\r\n* enhance an activity with annotation `@EActivity`\r\n* write Kotlin unit test which creates an AndroidAnnotation generated activity instance (ExampleActivity_) and call `setContentView(null)`\r\n * expected is a stacktrace which contains information about AndroidAnnotation generated activity class\r\n * result is stacktrace with direct call to base class (skipping the generated one)\r\n\r\n**Other way to reproduce (instrumentation test):**\r\n\r\nThis issue occurs also within Espresso tests. Espresso test references generated class, but it uses the base activity during runtime.\r\n\r\n```java\r\n@Rule\r\n@JvmField\r\nval mActivityRule = ActivityTestRule(MyActivity_::class.java)\r\n```\r\n\r\n```\r\njava.lang.RuntimeException: Could not launch activity\r\nat android.support.test.runner.MonitoringInstrumentation.startActivitySync(MonitoringInstrumentation.java:430)\r\nat android.support.test.rule.ActivityTestRule.launchActivity(ActivityTestRule.java:332)\r\nat android.support.test.rule.ActivityTestRule$ActivityStatement.evaluate(ActivityTestRule.java:431)\r\nat org.junit.rules.RunRules.evaluate(RunRules.java:20)\r\n...\r\nat android.support.test.internal.runner.TestExecutor.execute(TestExecutor.java:58)\r\nat android.support.test.runner.AndroidJUnitRunner.onStart(AndroidJUnitRunner.java:375)\r\nat android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1932)\r\nCaused by: java.lang.RuntimeException: Unable to resolve activity for: Intent { act=android.intent.action.MAIN flg=0x10000000 cmp=com.company.myapp/.ui.MyActivity }\r\nat android.app.Instrumentation.startActivitySync(Instrumentation.java:396)\r\nat android.support.test.runner.MonitoringInstrumentation.access$101(MonitoringInstrumentation.java:96)\r\nat android.support.test.runner.MonitoringInstrumentation$4.call(MonitoringInstrumentation.java:410)\r\nat android.support.test.runner.MonitoringInstrumentation$4.call(MonitoringInstrumentation.java:407)\r\nat java.util.concurrent.FutureTask.run(FutureTask.java:237)\r\n...\r\n```\r\n\r\n**Already tried:**\r\n* use different Kotlin versions\r\n * with all Kotlin 1.1.2-* versions its works fine, with 1.1.3 this issue occurs\r\n * with Kotlin 1.1.51 the issue still exists\r\n* tools like dbflow looks working (possible not comparable)","author":{"url":"https://github.com/nenick","@type":"Person","name":"nenick"},"datePublished":"2017-11-13T17:11:02.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":12},"url":"https://github.com/2082/androidannotations/issues/2082"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:c3bb8d72-25a4-0869-be44-2c52dc3a5e45 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | E88E:257A7:23B92FF:342BF5C:6A60DCE5 |
| html-safe-nonce | 02397e2d288b06b60e15e0f36b06e7829b35f6480515b9dee867ee350cedc049 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFODhFOjI1N0E3OjIzQjkyRkY6MzQyQkY1Qzo2QTYwRENFNSIsInZpc2l0b3JfaWQiOiI4NDE3NTY4Nzk0NDYyOTY5MDYxIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | e21d1df68af15ceda280aeda58c51d86048fd0987293882fd99bdb51f71cb88e |
| hovercard-subject-tag | issue:273507455 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/androidannotations/androidannotations/2082/issue_layout |
| twitter:image | https://opengraph.githubassets.com/9dbe3062d4ada7ef25249b9cee22670668e308e529b9eac93a545cd98607005c/androidannotations/androidannotations/issues/2082 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/9dbe3062d4ada7ef25249b9cee22670668e308e529b9eac93a545cd98607005c/androidannotations/androidannotations/issues/2082 |
| og:image:alt | AndroidAnnotations version: 4.4.0 Android compile SDK version: 25 Annotated code: Empty Activity with @EActivity annotation Actual generated code: Looks correct, no issues here. We want to use Andr... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | nenick |
| hostname | github.com |
| expected-hostname | github.com |
| None | 8302bdfafed4cf34ac9c1d3593108fafa53bc3f86b893907e38fa6bdd74361ac |
| turbo-cache-control | no-preview |
| go-import | github.com/androidannotations/androidannotations git https://github.com/androidannotations/androidannotations.git |
| octolytics-dimension-user_id | 1315313 |
| octolytics-dimension-user_login | androidannotations |
| octolytics-dimension-repository_id | 3116751 |
| octolytics-dimension-repository_nwo | androidannotations/androidannotations |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 3116751 |
| octolytics-dimension-repository_network_root_nwo | androidannotations/androidannotations |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | c3c2ff0c76b34772c83c9498a08cefee28f53da0 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width