Skip to content

Commit ec4ddee

Browse files
committed
testing.md: reflect move from TestUtils to FakeTxBuilder
1 parent 5f03ec1 commit ec4ddee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ Currently bitcoinj doesn't have a class that wraps the Bitcoin Core RPC interfac
5757

5858
## Unit tests
5959

60-
Bitcoinj provides a `TestUtils` class that can do things like manufacture fake `Transaction` objects and so on. Take a look at the test suite for bitcoinj itself to see how to use the utilities. Unit tests are a great way to build robustness in your software, although due to the many subtle complexities of the Bitcoin protocol they're not always sufficient to ensure things work correctly.
60+
Bitcoinj provides a `FakeTxBuilder` class that can be used to manufacture fake `Transaction` objects. Take a look at the test suite for bitcoinj itself to see how to use the utilities. Unit tests are a great way to build robustness in your software, although due to the many subtle complexities of the Bitcoin protocol they're not always sufficient to ensure things work correctly.
6161

6262
</div>

0 commit comments

Comments
 (0)