package node
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait BaseNodeTest extends FixtureAsyncFlatSpec with BitcoinSFixture with EmbeddedPg
A base test trait for all the tests in our nodeTest module
- sealed trait CachedAppConfig extends AnyRef
- trait CachedBitcoinSAppConfig extends AnyRef
- trait CachedChainAppConfig extends AnyRef
- case class NeutrinoNodeFundedWalletBitcoind(node: NeutrinoNode, wallet: NeutrinoHDWalletApi, bitcoindRpc: BitcoindRpcClient) extends NodeFundedWalletBitcoind with Product with Serializable
- trait NodeFundedWalletBitcoind extends AnyRef
Creates
Creates
- a funded bitcoind wallet 2. a funded bitcoin-s wallet 3. a chain handler with the appropriate tables created 4. a neutrino node that is connected to the bitcoin instance -- but not started!
- abstract class NodeTestUtil extends P2PLogger
- trait NodeTestWithCachedBitcoind extends FixtureAsyncFlatSpec with BaseNodeTest with CachedTor
Test trait for using a bitcoin-s Node that requires a cached bitcoind.
Test trait for using a bitcoin-s Node that requires a cached bitcoind. The cached bitcoind will be share across tests in the test suite that extends this trait.
- trait NodeTestWithCachedBitcoindNewest extends FixtureAsyncFlatSpec with NodeTestWithCachedBitcoind with CachedBitcoindNewest
- trait NodeTestWithCachedBitcoindNoP2pBlockFilters extends FixtureAsyncFlatSpec with NodeTestWithCachedBitcoind with CachedBitcoindNewestNoP2pBlockFilters
- trait NodeTestWithCachedBitcoindPair extends FixtureAsyncFlatSpec with NodeTestWithCachedBitcoind with CachedBitcoindPairNewest
- trait NodeUnitTest extends FixtureAsyncFlatSpec with BaseNodeTest
Value Members
- object MockNodeApi extends NodeApi
- object NodeTestUtil extends NodeTestUtil
- object NodeUnitTest extends P2PLogger with Serializable