gyrodraw/GyroDraw

View on GitHub
app/src/androidTest/java/ch/epfl/sweng/GyroDraw/auth/AccountCreationActivityAndAccountTest.java

Summary

Maintainability
A
0 mins
Test Coverage

AccountCreationActivityAndAccountTest has 57 methods (exceeds 20 allowed). Consider refactoring.
Invalid

@RunWith(AndroidJUnit4.class)
public class AccountCreationActivityAndAccountTest {

    private static final String USER_ID = "123456789";
    private static final String TEST_EMAIL = "testEmail";

    File AccountCreationActivityAndAccountTest.java has 369 lines of code (exceeds 250 allowed). Consider refactoring.
    Invalid

    package ch.epfl.sweng.GyroDraw.auth;
    
    import android.content.Intent;
    import androidx.annotation.NonNull;
    import androidx.test.espresso.idling.CountingIdlingResource;

      There are no issues that match your filters.

      Category
      Status