Support unit tests with the plugin#2734
Closed
droidpl wants to merge 1 commit intorealm:masterfrom
droidpl:patch-1
Closed
Support unit tests with the plugin#2734droidpl wants to merge 1 commit intorealm:masterfrom droidpl:patch-1
droidpl wants to merge 1 commit intorealm:masterfrom
droidpl:patch-1
Conversation
This change will inject also the dependency for jUnit plain tests in Android
Contributor
|
@droidpl I am not against adding this, but since you cannot run Realm on the JVM yet, you could not really use it, but perhaps you want to mock Realm in JVM tests? 👍 Please review @realm/java |
Contributor
|
And we need to apply our transformer to jvm tests |
Contributor
|
Ohh, good point. Forgot about that. That isn't supported yet, right? |
Author
|
As far as I know with robolectric there is some way to make it work instead of mocking everything, that is why I am proposing it. What do you think? |
Contributor
Author
|
Sure, just keep it there and lets wait it to be fixed. Thanks :) |
Contributor
|
. |
Contributor
|
Outdated. Closing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change will inject also the dependency for jUnit plain tests in Android