Java kata for practicing banking-domain behavior with BDD/TDD style tests.
This repository is a learning kata. It is useful for practicing domain modeling, test-driven development, and behavior-driven scenarios in a small banking context.
Run the test suite from the IDE or command line.
mvn test
Learning kata. The next upgrade is to clarify the domain rules, add example outputs, and modernize dependencies if this repo becomes active again.
The core validation path is the behavior test suite. Add scenarios whenever a new business rule is introduced.
The important engineering signal is not the framework choice; it is whether the domain language, examples, and tests make the banking rules unambiguous.