Package

org.bitcoins.testkit

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. trait BaseAsyncTest extends BeforeAndAfter with BeforeAndAfterAll with Matchers with ScalaCheckPropertyChecks with AsyncTimeLimitedTests with BitcoinSLogger

    Permalink

    This is a base trait in bitcoin-s for async tests

  2. trait BitcoinSAsyncFixtureTest extends FixtureAsyncFlatSpec with BaseAsyncTest

    Permalink

    A trait that uses AsyncFlatSpec to execute tests This is different than BitcoinSAsyncTest as you can use a fixture with this test suite.

  3. trait BitcoinSAsyncTest extends AsyncFlatSpec with BaseAsyncTest

    Permalink

    A trait that uses AsyncFlatSpec to execute tests This is different than BitcoinsBaseAsyncTest in the sense that it extends AsyncFlatSpec.

    A trait that uses AsyncFlatSpec to execute tests This is different than BitcoinsBaseAsyncTest in the sense that it extends AsyncFlatSpec. Some test cases in bitcoin-s we want to provide fixtures, which means that suite needs to extend FixtureAsyncFlatSpec to be able to use that fixture

    This test trait should be used for async tests that do NOT use a fixture.

  4. abstract class BitcoinSUnitTest extends AnyFlatSpec with Matchers with ScalaCheckPropertyChecks with TimeLimitedTests with BitcoinSLogger

    Permalink

    A wrapper for boi ler plate testing procesures in bitcoin-s

  5. abstract class BitcoindRpcTest extends AsyncFlatSpec with BitcoinSAsyncTest

    Permalink
  6. trait TransactionTestUtil extends BitcoinSLogger

    Permalink

    Created by chris on 2/12/16.

Value Members

  1. object BitcoinSUnitTest extends Serializable

    Permalink
  2. object FileUtil extends BitcoinSLogger

    Permalink
  3. object ScalaTestUtil

    Permalink

    Helper methods for working with the scalatest testing framewrok

    Helper methods for working with the scalatest testing framewrok

    See also

    scalatest documentation

  4. object TestUtil

    Permalink

    Created by chris on 12/2/15.

  5. object TestkitBinaries

    Permalink
  6. object TransactionTestUtil extends TransactionTestUtil

    Permalink

Ungrouped