bitcoinjs-lib/test
Daniel Cousens bf109f32a9 ECPubKey: improve tests and extract test data to fixtures
The use of fixtures allows for more behavioural driven tests and simpler
addition of more test cases in future.

However, as ECPubKey is just a wrapper around other strenuously tested
modules, the test data is currently limited to testing a subset of the
total wrapper.

This should probably be done better by using mocked out modules instead.
2014-05-18 17:50:10 +10:00
..
fixtures ECPubKey: improve tests and extract test data to fixtures 2014-05-18 17:50:10 +10:00
integration Transaction: rename (de)serialize to [to/from]Buffer 2014-05-17 00:09:13 +10:00
address.js Address/Script: consistent function ordering 2014-05-17 00:09:13 +10:00
base58.js tests: use filepaths directly 2014-05-13 18:05:56 +10:00
base58check.js tests: use filepaths directly 2014-05-13 18:05:56 +10:00
bufferutils.js tests: use filepaths directly 2014-05-13 18:05:56 +10:00
convert.js tests: use filepaths directly 2014-05-13 18:05:56 +10:00
crypto.js tests: use filepaths directly 2014-05-13 18:05:56 +10:00
ec.js tests: use filepaths directly 2014-05-13 18:05:56 +10:00
ecdsa.js tests: use filepaths directly 2014-05-13 18:05:56 +10:00
eckey.js tests: use filepaths directly 2014-05-13 18:05:56 +10:00
ecpubkey.js ECPubKey: improve tests and extract test data to fixtures 2014-05-18 17:50:10 +10:00
hdwallet.js tests: use filepaths directly 2014-05-13 18:05:56 +10:00
message.js tests: use filepaths directly 2014-05-13 18:05:56 +10:00
script.js Script: use PubKey objects not prebuilt Buffers 2014-05-17 00:09:13 +10:00
transaction.js Transaction: rename (de)serialize to [to/from]Buffer 2014-05-17 00:09:13 +10:00
wallet.js Transaction: rename (de)serialize to [to/from]Buffer 2014-05-17 00:09:13 +10:00