mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +00:00
Minor: reorganise the test directory to match the src directory
This commit is contained in:
parent
508ce2819f
commit
f0557e106d
@ -2,8 +2,8 @@ import contracts.Cash
|
||||
import contracts.DummyContract
|
||||
import contracts.InsufficientBalanceException
|
||||
import core.*
|
||||
import core.testutils.*
|
||||
import org.junit.Test
|
||||
import testutils.*
|
||||
import java.security.PublicKey
|
||||
import java.util.*
|
||||
import kotlin.test.assertEquals
|
||||
|
@ -4,8 +4,8 @@ import core.DOLLARS
|
||||
import core.InstitutionReference
|
||||
import core.OpaqueBytes
|
||||
import core.days
|
||||
import core.testutils.*
|
||||
import org.junit.Test
|
||||
import testutils.*
|
||||
|
||||
// TODO: Finish this off.
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
package serialization
|
||||
package core.serialization
|
||||
|
||||
import com.esotericsoftware.kryo.Kryo
|
||||
import core.serialization.*
|
||||
import org.junit.Test
|
||||
import java.time.Instant
|
||||
import kotlin.test.assertEquals
|
@ -1,12 +1,12 @@
|
||||
package serialization
|
||||
package core.serialization
|
||||
|
||||
import contracts.Cash
|
||||
import core.*
|
||||
import core.testutils.DUMMY_PUBKEY_1
|
||||
import core.testutils.MINI_CORP
|
||||
import core.testutils.TestUtils
|
||||
import org.junit.Before
|
||||
import org.junit.Test
|
||||
import testutils.DUMMY_PUBKEY_1
|
||||
import testutils.MINI_CORP
|
||||
import testutils.TestUtils
|
||||
import java.security.SignatureException
|
||||
import kotlin.test.assertFailsWith
|
||||
|
@ -1,4 +1,4 @@
|
||||
package testutils
|
||||
package core.testutils
|
||||
|
||||
import contracts.*
|
||||
import core.*
|
Loading…
x
Reference in New Issue
Block a user