Fix missing ignore imports

This commit is contained in:
Carter Jernigan 2021-09-11 10:20:27 -04:00
parent ab56052927
commit 8660ed9d57
8 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import cash.z.ecc.android.sdk.annotation.TestPurpose.DARKSIDE
import cash.z.ecc.android.sdk.annotation.TestPurpose.REGRESSION
import cash.z.ecc.android.sdk.ext.DarksideTest
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
/**

View File

@ -5,6 +5,7 @@ import cash.z.ecc.android.sdk.ext.toHex
import cash.z.ecc.android.sdk.util.DarksideTestCoordinator
import cash.z.ecc.android.sdk.util.SimpleMnemonics
import org.junit.Assert.assertEquals
import org.junit.Ignore
import org.junit.Test
class SetupTest : ScopedTest() {

View File

@ -3,6 +3,7 @@ package cash.z.ecc.android.sdk.integration.darkside.reproduce
import cash.z.ecc.android.sdk.ext.DarksideTest
import org.junit.Before
import org.junit.BeforeClass
import org.junit.Ignore
import org.junit.Test
class ReproduceZ2TFailureTest : DarksideTest() {

View File

@ -21,6 +21,7 @@ import org.junit.Assert.assertEquals
import org.junit.Assert.assertNotNull
import org.junit.Assert.assertTrue
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith
import org.mockito.Mock

View File

@ -5,6 +5,7 @@ import cash.z.ecc.android.sdk.type.ZcashNetwork
import cash.z.ecc.android.sdk.util.TestWallet
import kotlinx.coroutines.runBlocking
import org.junit.Assert
import org.junit.Ignore
import org.junit.Test
/**

View File

@ -7,6 +7,7 @@ import cash.z.ecc.android.sdk.ext.ZcashSdk
import kotlinx.coroutines.runBlocking
import org.junit.Assert
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith
import java.io.File

View File

@ -16,6 +16,7 @@ import kotlinx.coroutines.flow.map
import kotlinx.coroutines.runBlocking
import okio.Okio
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
import java.io.IOException

View File

@ -11,6 +11,7 @@ import kotlinx.coroutines.flow.collect
import kotlinx.coroutines.launch
import kotlinx.coroutines.runBlocking
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
/**