[CORDA-760]: Propagate invocation context across the codebase. (#2016)

This commit is contained in:
Michele Sollecito
2017-11-15 14:58:43 +00:00
committed by GitHub
parent f0a5ea96e7
commit 92c8861802
70 changed files with 1177 additions and 313 deletions

View File

@ -19,6 +19,7 @@ import net.corda.testing.node.InMemoryMessagingNetwork
import net.corda.testing.node.MessagingServiceSpy
import net.corda.testing.node.MockNetwork
import net.corda.testing.node.setMessagingServiceSpy
import net.corda.testing.startFlow
import org.junit.After
import org.junit.Before
import org.junit.Rule