Class RegTestEnvironment

java.lang.Object
org.consensusj.bitcoin.jsonrpc.test.RegTestEnvironment
All Implemented Interfaces:
BlockChainEnvironment

public class RegTestEnvironment extends Object implements BlockChainEnvironment
Single-threaded RegTest testing environment. (It is conceivable someone could write tests that run in parallel in RegTest mode just as they would on MainNet or Testnet. There would be a timer that creates blocks every 'n' seconds, so tests could run in parallel, but would complete much quicker.