-
Notifications
You must be signed in to change notification settings - Fork 582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing Sugar #96
Comments
+1 |
2 similar comments
+1 |
+1 |
+1 as well, Roboelectric is a great tool. I'll take a look into why this is happening within the next week. |
java.lang.NullPointerException |
I get the same error. My dependency is compile 'com.github.satyan:sugar:1.3' . what can I do? |
+1 |
I have the solution. Easy as hell.
After that all tests worked out for me :) |
Does it make sense to add a it as part of the Wiki. If yes, I can submit a pull request for the same. |
Make sense +1 I can do that, or ref to my post ;) |
ok. @loose11 are you taking care of the same? |
@loose11, I've created that package in test/java, and made that file (with imports and "package com.orm;" at the top) in my project. I still get the same error, even in that new test file. On sugar 1.3.1. Using a custom Application class that extends SugarApp. Any idea what I could be missing? |
@loose11 I face exactly the same problem @clay-to-n is facing. Is there any solution ? My Application class is also extending SugarApp and I get the same exception even after adding TestSugarApp under com.orm package. |
Hi I was wondering if anyone was able to make sugar work with Robolectric.
I wrote a save tests and keep getting
Any pointer would be appreciated
The text was updated successfully, but these errors were encountered: