Test throws UnsupportedOperationException as expected.
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 4 Dec 2016 15:18:39 +0000 (16:18 +0100)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 4 Dec 2016 22:29:30 +0000 (23:29 +0100)
commit322fa03862c394650916d64b73424b03cc252751
tree8e71b78f5989b134a5211edd2dd1758262583f18
parent0ef294ed392f3c9253ea2eaf11a5be5e554fd59b
Test throws UnsupportedOperationException as expected.

You should configure your IDE for throwing UnsupportedOperationException
whenever it automatically creates a method. In this way, when running
our unit tests we are able to find out what is not yet implemented.
TDD/sandromancuso/bank/src/main/java/org/craftedsw/feature/Account.java [new file with mode: 0644]
TDD/sandromancuso/bank/src/test/java/org/craftedsw/feature/PrintStatementFeature.java