mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Move Java unit test into kotlin package to prevent ASM compilation/classloading error (REVISIT)
This commit is contained in:
parent
1586fd64f1
commit
2f3900140c
@ -1,4 +1,4 @@
|
||||
package net.corda.testing.node;
|
||||
package net.corda.testing.node.internal;
|
||||
|
||||
import co.paralleluniverse.fibers.Suspendable;
|
||||
import net.corda.core.Utils;
|
||||
@ -6,6 +6,9 @@ import net.corda.core.concurrent.CordaFuture;
|
||||
import net.corda.core.flows.*;
|
||||
import net.corda.core.identity.Party;
|
||||
import net.corda.core.utilities.UntrustworthyData;
|
||||
import net.corda.testing.node.MockNetwork;
|
||||
import net.corda.testing.node.MockNetworkParameters;
|
||||
import net.corda.testing.node.StartedMockNode;
|
||||
import org.junit.After;
|
||||
import org.junit.Rule;
|
||||
import org.junit.Test;
|
Loading…
Reference in New Issue
Block a user