tuanhiep / KataBank

This is project Java for Kata Bank using Maven, Cucumber for BDD , Junit for TDD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KataBank

This is project Java for Kata Bank using Maven, Cucumber for BDD , Junit for TDD

KataBank permit to realize the scenarios :

Feature: Bank Account

Scenario: Deposit 1000 euros and Print the statement balance Given I deposit 1000 euros When I print the statement Then My balance should be 1000

Scenario: Deposit and Withdraw and Print the statement balance Given I deposit 1000 euros And I deposit 2000 euros And I withdraw 500 euros When I print the statement Then My balance should be 2500

Scenario: I withdraw 1500 and Print the statement balance Given I withdraw 1500 euros When I print the statement Then My balance should be -1500

About

This is project Java for Kata Bank using Maven, Cucumber for BDD , Junit for TDD


Languages

Language:Java 89.5%Language:Gherkin 10.5%