A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  _ 

T

tearDown() - function in net.corda.testing.internal.IntegrationTest
 
tearDown() - function in net.corda.testing.internal.IntegrationTest
 
testActor(.<Error class: unknown class>) - function in net.corda.testing.node.NodeTestUtilsKt
Creates a new Actor for use in testing with the given owningLegalIdentity.
TestClock - class in net.corda.testing.node
A Clock that can have the time advanced for use in testing.
testContext(.<Error class: unknown class>) - function in net.corda.testing.node.NodeTestUtilsKt
Creates a new InvocationContext for use in testing with the given owningLegalIdentity.
TestCordapp - class in net.corda.testing.node
Encapsulates a CorDapp that exists on the current classpath, which can be pulled in for testing.
TestCordapp.Companion - class in net.corda.testing.node.TestCordapp
 
TestCordappInternal - class in net.corda.testing.node.internal
Extends the public TestCordapp API with internal extensions for use within the testing framework and for internal testing of the platform.
TestCordappInternal.Companion - class in net.corda.testing.node.internal.TestCordappInternal
 
TestCordappSigner - class in net.corda.testing.node.internal
 
TestingNamedCacheFactory - class in net.corda.testing.internal
 
TestLedgerDSLInterpreter - class in net.corda.testing.dsl
 
TestLedgerDSLInterpreter.TypeMismatch - class in net.corda.testing.dsl.TestLedgerDSLInterpreter
 
TestLedgerDSLInterpreter.VerifiesFailed - class in net.corda.testing.dsl.TestLedgerDSLInterpreter
 
TestStartedNode - class in net.corda.testing.node.internal
 
TestTransactionDSLInterpreter - class in net.corda.testing.dsl
This interpreter builds a transaction, and TransactionDSL.verifies that the resolved transaction is correct.
timeWindow(.<Error class: unknown class>) - function in net.corda.testing.dsl.TestTransactionDSLInterpreter
Sets the time-window of the transaction.
timeWindow(java.time.Instant,java.time.Duration) - function in net.corda.testing.dsl.TransactionDSL
Sets the TimeWindow of the transaction.
timeWindow(.<Error class: unknown class>) - function in net.corda.testing.dsl.TransactionDSLInterpreter
Sets the time-window of the transaction.
timeWindow(.<Error class: unknown class>) - function in net.corda.testing.dsl.TransactionDSLInterpreter
Sets the time-window of the transaction.
toDatabaseSchemaName(.<Error class: unknown class>) - function in net.corda.testing.internal.IntegrationTestKt
 
toDatabaseSchemaNames(.<Error class: unknown class>,java.lang.String) - function in net.corda.testing.internal.IntegrationTestKt
 
toNotaryConfig(net.corda.testing.node.MockNetNotaryConfig) - function in net.corda.testing.node.internal.InternalMockNetworkConfigOverridesKt
 
toString() - function in net.corda.client.rpc.CordaRPCClientConfiguration
 
toString() - function in net.corda.finance.flows.TwoPartyTradeFlow.AssetMismatchException
 
toString() - function in net.corda.finance.workflows.asset.selection.AbstractCashSelection
 
toString() - function in net.corda.finance.workflows.asset.selection.CashSelectionH2Impl
 
toString() - function in net.corda.finance.workflows.asset.selection.CashSelectionOracleImpl
 
toString() - function in net.corda.finance.workflows.asset.selection.CashSelectionPostgreSQLImpl
 
toString() - function in net.corda.finance.workflows.asset.selection.EnterpriseCashSelectionSQLServerImpl
 
toString() - function in net.corda.testing.internal.vault.CommodityState
 
toString() - function in net.corda.testing.node.InMemoryMessagingNetwork.DistributedServiceHandle
 
toString() - function in net.corda.testing.node.InMemoryMessagingNetwork.MessageTransfer
 
toString() - function in net.corda.testing.node.InMemoryMessagingNetwork.PeerHandle
 
toString() - function in net.corda.testing.node.internal.InMemoryMessage
 
ToStringSerialize - class in net.corda.client.jackson.internal
 
track() - function in net.corda.testing.node.internal.MockTransactionStorage
 
tracker() - function in net.corda.finance.flows.AbstractCashFlow.Companion
 
tracker() - function in net.corda.finance.flows.CashExitFlow.Companion
 
tracker() - function in net.corda.finance.flows.CashIssueAndPaymentFlow.Companion
 
tracker() - function in net.corda.finance.flows.TwoPartyDealFlow.Primary.Companion
 
tracker() - function in net.corda.finance.flows.TwoPartyDealFlow.Secondary.Companion
 
tracker() - function in net.corda.finance.flows.TwoPartyTradeFlow.Seller.Companion
 
trackTransaction(.<Error class: unknown class>) - function in net.corda.testing.node.internal.MockTransactionStorage
 
trackTransactionWithNoWarning(.<Error class: unknown class>) - function in net.corda.testing.node.internal.MockTransactionStorage
 
transaction(java.lang.String,.<Error class: unknown class>,kotlin.jvm.functions.Function1) - function in net.corda.testing.dsl.LedgerDSL
Creates and adds a transaction to the ledger.
transaction(.<Error class: unknown class>,.<Error class: unknown class>,kotlin.jvm.functions.Function1) - function in net.corda.testing.node.NodeTestUtilsKt
Creates a ledger with a single transaction, built by the passed in dsl.
transaction(kotlin.jvm.functions.Function0) - function in net.corda.testing.node.StartedMockNode
Executes given statement in the scope of transaction.
TransactionDSL - class in net.corda.testing.dsl
Underlying class for the transaction DSL.
TransactionDSLInterpreter - class in net.corda.testing.dsl
This interface defines the bare bone functionality that a Transaction DSL interpreter should implement.
transactionName(.<Error class: unknown class>) - function in net.corda.testing.dsl.TestLedgerDSLInterpreter
 
tweak(kotlin.jvm.functions.Function1) - function in net.corda.testing.dsl.LedgerDSL
Creates a local scoped copy of the ledger.
tweak(kotlin.jvm.functions.Function1) - function in net.corda.testing.dsl.TransactionDSL
Creates a local scoped copy of the transaction.
TwoPartyDealFlow - class in net.corda.finance.flows
Classes for manipulating a two party deal or agreement.
TwoPartyDealFlow.Acceptor - class in net.corda.finance.flows.TwoPartyDealFlow
One side of the flow for inserting a pre-agreed deal.
TwoPartyDealFlow.AutoOffer - class in net.corda.finance.flows.TwoPartyDealFlow
 
TwoPartyDealFlow.Handshake - class in net.corda.finance.flows.TwoPartyDealFlow
This object is serialised to the network and is the first flow message the seller sends to the buyer.
TwoPartyDealFlow.Instigator - class in net.corda.finance.flows.TwoPartyDealFlow
One side of the flow for inserting a pre-agreed deal.
TwoPartyDealFlow.Primary - class in net.corda.finance.flows.TwoPartyDealFlow
Abstracted bilateral deal flow participant that initiates communication/handshake.
TwoPartyDealFlow.Primary.Companion - class in net.corda.finance.flows.TwoPartyDealFlow.Primary
 
TwoPartyDealFlow.Primary.Companion.GENERATING_ID - class in net.corda.finance.flows.TwoPartyDealFlow.Primary.Companion
 
TwoPartyDealFlow.Primary.Companion.SENDING_PROPOSAL - class in net.corda.finance.flows.TwoPartyDealFlow.Primary.Companion
 
TwoPartyDealFlow.Secondary - class in net.corda.finance.flows.TwoPartyDealFlow
Abstracted bilateral deal flow participant that is recipient of initial communication.
TwoPartyDealFlow.Secondary.Companion - class in net.corda.finance.flows.TwoPartyDealFlow.Secondary
 
TwoPartyDealFlow.Secondary.Companion.COLLECTING_SIGNATURES - class in net.corda.finance.flows.TwoPartyDealFlow.Secondary.Companion
 
TwoPartyDealFlow.Secondary.Companion.RECEIVING - class in net.corda.finance.flows.TwoPartyDealFlow.Secondary.Companion
 
TwoPartyDealFlow.Secondary.Companion.RECORDING - class in net.corda.finance.flows.TwoPartyDealFlow.Secondary.Companion
 
TwoPartyDealFlow.Secondary.Companion.SIGNING - class in net.corda.finance.flows.TwoPartyDealFlow.Secondary.Companion
 
TwoPartyDealFlow.Secondary.Companion.VERIFYING - class in net.corda.finance.flows.TwoPartyDealFlow.Secondary.Companion
 
TwoPartyTradeFlow - class in net.corda.finance.flows
This asset trading flow implements a "delivery vs payment" type swap.
TwoPartyTradeFlow.AssetMismatchException - class in net.corda.finance.flows.TwoPartyTradeFlow
 
TwoPartyTradeFlow.Buyer - class in net.corda.finance.flows.TwoPartyTradeFlow
 
TwoPartyTradeFlow.Buyer.COLLECTING_SIGNATURES - class in net.corda.finance.flows.TwoPartyTradeFlow.Buyer
 
TwoPartyTradeFlow.Buyer.RECEIVING - class in net.corda.finance.flows.TwoPartyTradeFlow.Buyer
 
TwoPartyTradeFlow.Buyer.RECORDING - class in net.corda.finance.flows.TwoPartyTradeFlow.Buyer
 
TwoPartyTradeFlow.Buyer.SharedTx - class in net.corda.finance.flows.TwoPartyTradeFlow.Buyer
 
TwoPartyTradeFlow.Buyer.SIGNING - class in net.corda.finance.flows.TwoPartyTradeFlow.Buyer
 
TwoPartyTradeFlow.Buyer.VERIFYING - class in net.corda.finance.flows.TwoPartyTradeFlow.Buyer
 
TwoPartyTradeFlow.Seller - class in net.corda.finance.flows.TwoPartyTradeFlow
 
TwoPartyTradeFlow.Seller.Companion - class in net.corda.finance.flows.TwoPartyTradeFlow.Seller
 
TwoPartyTradeFlow.Seller.Companion.AWAITING_PROPOSAL - class in net.corda.finance.flows.TwoPartyTradeFlow.Seller.Companion
 
TwoPartyTradeFlow.Seller.Companion.VERIFYING_AND_SIGNING - class in net.corda.finance.flows.TwoPartyTradeFlow.Seller.Companion
 
TwoPartyTradeFlow.SellerTradeInfo - class in net.corda.finance.flows.TwoPartyTradeFlow
This object is serialised to the network and is the first flow message the seller sends to the buyer.
TwoPartyTradeFlow.UnacceptablePriceException - class in net.corda.finance.flows.TwoPartyTradeFlow
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  _