-
I mainly need a good router but a complete framework will be nice.
-
**Actual Behaviour**
Currently, we have no screen describing the event and its details.
**Expected Behaviour**
Adding an about screen containing all the required details about the event.
…
-
Given the following class:
```
public class IsCustomer {
private static final CompanyRepository repository = new CompanyRepository();
public static boolean apply(String id) {
Optiona…
-
Currently there is no animation on opening up new activity. We can add animations on opening new activity for much more better UI/UX
@mananwason @the-dagger Can i work on this?
-
Hi, I've been fighting with this issue for quite a long time now but I cannot seem to find the solution to it.
The problem is that the Mocked Modules are not providing mocked dependencies and instead…
-
Version 2.7, & 2.8
Consumption is in a large android project, the issue only manifests itself in my `androidTest` src set component.
Component and scope layout is: `AppComponent/ActivityComponent/…
-
I would like to write test to a project using expresso. I am wondering if there is an easy way to replace the presenter by a mock in order to test the activity without having to hit real server.
I…
-
```
Installing collected packages: virtualenv, syntaxnet-wrapper
Running setup.py install for syntaxnet-wrapper ... done
Successfully installed syntaxnet-wrapper-0.4.1 virtualenv-15.1.0
root@b91…
-
Currently when using `mainThread()` in a usual Unit Test, (even with an installed hook scheduler) I get
```
Caused by: java.lang.RuntimeException: Method getMainLooper in android.os.Looper not mocked…
-
I'm trying to create some tests of an activity which has some injections (Presented and one other object).
I already made some mock DaggerInjection for my Test class e.g.:
Testing Activity class
…