davidmigloz/go-bees

View on GitHub
app/src/androidTest/java/com/davidmiguel/gobees/apiaries/ListApiariesTest.java

Summary

Maintainability
A
1 hr
Test Coverage

Method listApiariesTest has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Test
    public void listApiariesTest() {
        ViewInteraction floatingActionButton = onView(
                allOf(withId(R.id.fab_add_apiary),
                        withParent(withId(R.id.coordinatorLayout)),

    Member name 'mActivityTestRule' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.
    Open

        public ActivityTestRule<SplashActivity> mActivityTestRule =

    There are no issues that match your filters.

    Category
    Status