GithubHelp home page GithubHelp logo

tdd-copilot-java's Introduction

TDD with Copilot (Java)

Java CI with Gradle

Case Study

I want to build an eshop system. Could you guide me in development of this system using TDD and Hexagonal Architecture.

Let's start with this User Story:

As a Customer, I want to make an online order for pizza, so that I don't have to go to the physical store.

Acceptance Criteria:

GIVEN System has unit prices for different pizza types
AND Customer has selected a pizza type and quantity
WHEN Customer places an order for that pizza
THEN System should show the newly generated order number
AND System should show the order price (calculated as unit price multiplied by quantity)
AND System should save the newly created order
GIVEN Customer has selected non-positive quantity
WHEN Customer attempts to place an order
THEN System should show an error message "You must order at least one pizza"
GIVEN Customer has selected a pizza type and quantity
AND Customer has selected country "US"
THEN System applies 10% discount to the order price

Instructions

./gradlew build
./gradlew pitest

tdd-copilot-java's People

Contributors

valentinacupac avatar

Stargazers

mvouma avatar Jean-Louis Rigau avatar Mohammad Faisal avatar  avatar itshan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.