-
Hi @ajwfrost!
I am trying to take advantage of new API stage.preloadComplete(), but with no luck.
I have preloader class (ApplicationPreloader.as) has been defined as the default class for a SWF, a…
-
### Verification
- [X] I understand that [if I ignore these instructions, my issue may be closed without review](https://github.com/Homebrew/homebrew-cask/blob/master/doc/faq/closing_issues_without_r…
-
using donglalu proxy isnt helping help
-
I have a method with next piece of code
```
viewModelScope.launch(exceptionHandler) {
val rateList = withContext(Dispatchers.IO) {
buildExchangeRateUseCase.execute(sele…
-
Hi @raphw :
I sort of get two issues, one is when i use mockk library and the other when i use mockito and with kotlin classes plus java mixed so i have powermockito also involved
1. Case1 : Wh…
ghost updated
2 years ago
-
After upgrading from 3.10.0 to 3.11.0, our instrumentation tests started failing with a strange error about Mockito plugins:
```
java.lang.IllegalStateException: Could not initialize plugin: interfa…
-
I'm having this error when I open the app on android:
![image](https://user-images.githubusercontent.com/10482079/156822123-00972239-9769-403e-b967-9a2e1b993898.png)
Maybe its because I'm not ad…
-
I have a small feature module, we generate a graph with two components:
`AppScope` and `FeatureScope`
We have something pretty standard, a singleton scope and subcomponents which we use Anvil to c…
-
I propose the smallest possible implementation of the “input discovery” feature, with the goal of shipping it ASAP while we flesh out the complete solution. This is in the context of the Attributes pr…
-
I have mock `A` built and given to me. Now, I need to mock a suspend API to return a value `foo`.
Example:
```
@Inject lateinit var mockA: A // using dagger to provide mocks configured in a separ…