Base class is already annotated

This commit is contained in:
Jan Berkel 2015-01-14 03:34:57 +01:00
parent 79b03b5e4f
commit 833d9c5de8
2 changed files with 0 additions and 9 deletions

View File

@ -1,18 +1,13 @@
package com.fsck.k9.endtoend;
import android.support.test.runner.AndroidJUnit4;
import com.fsck.k9.activity.setup.WelcomeMessage;
import com.fsck.k9.endtoend.framework.ApplicationState;
import com.fsck.k9.endtoend.pages.WelcomeMessagePage;
import org.junit.Test;
import org.junit.runner.RunWith;
/**
* Creates a new IMAP account via the getting started flow.
*/
@RunWith(AndroidJUnit4.class)
public class A000_WelcomeAndSetupAccountIntegrationTest extends AbstractEndToEndTest<WelcomeMessage> {
public A000_WelcomeAndSetupAccountIntegrationTest() {

View File

@ -1,13 +1,10 @@
package com.fsck.k9.endtoend;
import android.support.test.runner.AndroidJUnit4;
import com.fsck.k9.activity.Accounts;
import com.fsck.k9.endtoend.framework.AccountForTest;
import com.fsck.k9.endtoend.framework.ApplicationState;
import com.fsck.k9.endtoend.pages.AccountsPage;
import org.junit.Test;
import org.junit.runner.RunWith;
/**
@ -16,7 +13,6 @@ import org.junit.runner.RunWith;
* Because of the way K-9 shows the start page, there must already be two accounts
* in existence for this test to work.
*/
@RunWith(AndroidJUnit4.class)
public class A010_AccountIntegrationTest extends AbstractEndToEndTest<Accounts>{
public A010_AccountIntegrationTest() {