Packages

package node

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package fixture

Type Members

  1. trait BaseNodeTest extends FixtureAsyncFlatSpec with BitcoinSFixture with EmbeddedPg

    A base test trait for all the tests in our nodeTest module

  2. sealed trait CachedAppConfig extends AnyRef
  3. trait CachedBitcoinSAppConfig extends AnyRef
  4. trait CachedChainAppConfig extends AnyRef
  5. case class NeutrinoNodeFundedWalletBitcoind(node: NeutrinoNode, wallet: NeutrinoHDWalletApi, bitcoindRpc: BitcoindRpcClient) extends NodeFundedWalletBitcoind with Product with Serializable
  6. trait NodeFundedWalletBitcoind extends AnyRef

    Creates

    Creates

    1. 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!
  7. abstract class NodeTestUtil extends P2PLogger
  8. 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.

  9. trait NodeTestWithCachedBitcoindNewest extends FixtureAsyncFlatSpec with NodeTestWithCachedBitcoind with CachedBitcoindNewest
  10. trait NodeTestWithCachedBitcoindNoP2pBlockFilters extends FixtureAsyncFlatSpec with NodeTestWithCachedBitcoind with CachedBitcoindNewestNoP2pBlockFilters
  11. trait NodeTestWithCachedBitcoindPair extends FixtureAsyncFlatSpec with NodeTestWithCachedBitcoind with CachedBitcoindPairNewest
  12. trait NodeUnitTest extends FixtureAsyncFlatSpec with BaseNodeTest

Value Members

  1. object MockNodeApi extends NodeApi
  2. object NodeTestUtil extends NodeTestUtil
  3. object NodeUnitTest extends P2PLogger with Serializable

Ungrouped