Test throws UnsupportedOperationException as expected.
authorGustavo Martin Morcuende <gustavo.martin@scmspain.com>
Sun, 4 Dec 2016 15:18:39 +0000 (16:18 +0100)
committerGustavo Martin Morcuende <gustavo.martin@scmspain.com>
Sun, 4 Dec 2016 15:18:39 +0000 (16:18 +0100)
commit0c4181f9584d7af4108cfb31b41b95d87e1534fe
tree8e71b78f5989b134a5211edd2dd1758262583f18
parentf2ffcacb4e644546bf500cda92c3fcf67faa694e
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