mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-30 13:12:25 -05:00
Base class is already annotated
This commit is contained in:
parent
79b03b5e4f
commit
833d9c5de8
@ -1,18 +1,13 @@
|
|||||||
package com.fsck.k9.endtoend;
|
package com.fsck.k9.endtoend;
|
||||||
|
|
||||||
import android.support.test.runner.AndroidJUnit4;
|
|
||||||
|
|
||||||
import com.fsck.k9.activity.setup.WelcomeMessage;
|
import com.fsck.k9.activity.setup.WelcomeMessage;
|
||||||
import com.fsck.k9.endtoend.framework.ApplicationState;
|
|
||||||
import com.fsck.k9.endtoend.pages.WelcomeMessagePage;
|
import com.fsck.k9.endtoend.pages.WelcomeMessagePage;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a new IMAP account via the getting started flow.
|
* Creates a new IMAP account via the getting started flow.
|
||||||
*/
|
*/
|
||||||
@RunWith(AndroidJUnit4.class)
|
|
||||||
public class A000_WelcomeAndSetupAccountIntegrationTest extends AbstractEndToEndTest<WelcomeMessage> {
|
public class A000_WelcomeAndSetupAccountIntegrationTest extends AbstractEndToEndTest<WelcomeMessage> {
|
||||||
|
|
||||||
public A000_WelcomeAndSetupAccountIntegrationTest() {
|
public A000_WelcomeAndSetupAccountIntegrationTest() {
|
||||||
|
@ -1,13 +1,10 @@
|
|||||||
package com.fsck.k9.endtoend;
|
package com.fsck.k9.endtoend;
|
||||||
|
|
||||||
import android.support.test.runner.AndroidJUnit4;
|
|
||||||
|
|
||||||
import com.fsck.k9.activity.Accounts;
|
import com.fsck.k9.activity.Accounts;
|
||||||
import com.fsck.k9.endtoend.framework.AccountForTest;
|
import com.fsck.k9.endtoend.framework.AccountForTest;
|
||||||
import com.fsck.k9.endtoend.framework.ApplicationState;
|
import com.fsck.k9.endtoend.framework.ApplicationState;
|
||||||
import com.fsck.k9.endtoend.pages.AccountsPage;
|
import com.fsck.k9.endtoend.pages.AccountsPage;
|
||||||
import org.junit.Test;
|
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
|
* Because of the way K-9 shows the start page, there must already be two accounts
|
||||||
* in existence for this test to work.
|
* in existence for this test to work.
|
||||||
*/
|
*/
|
||||||
@RunWith(AndroidJUnit4.class)
|
|
||||||
public class A010_AccountIntegrationTest extends AbstractEndToEndTest<Accounts>{
|
public class A010_AccountIntegrationTest extends AbstractEndToEndTest<Accounts>{
|
||||||
|
|
||||||
public A010_AccountIntegrationTest() {
|
public A010_AccountIntegrationTest() {
|
||||||
|
Loading…
Reference in New Issue
Block a user