Open alecplumb opened 8 years ago
And I can't find method Hugo.setEnabled
, just
Hugo.aspectOf()
Hugo.hasAspect()
@alecplumb @dEn13L Were you able to fix this?
Hello from 2019. For now, you can just add this to gradle file:
android {
testOptions {
unitTests.returnDefaultValues = true
}
}
I've created the following example test: https://github.com/alecplumb/hugo/blob/demo_test_failure/hugo-example/src/test/java/com/example/hugo/HugoActivityTest.java
Running the test results in the following error: