app/src/androidTest/java/ch/epfl/sweng/GyroDraw/auth/AccountCreationActivityAndAccountTest.java
AccountCreationActivityAndAccountTest
has 57 methods (exceeds 20 allowed). Consider refactoring. Invalid
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
Invalid
package ch.epfl.sweng.GyroDraw.auth;
import android.content.Intent;
import androidx.annotation.NonNull;
import androidx.test.espresso.idling.CountingIdlingResource;