Giter Site home page Giter Site logo

atdd-subway-map's Introduction

지하철 노선도 미션

ATDD 강의 실습을 위한 지하철 노선도 애플리케이션

Step1

인수 조건

Feature: 지하철역 목록 조회

    Given 2개의 지하철역을 생성하고
    When 지하철역 목록을 조회하면
    Then 2개의 지하철역을 응답 받는다
    
Feature: 지하철역 삭제

    Given 지하철역을 생성하고
    When 그 지하철역을 삭제하면
    Then 그 지하철역 목록 조회 시 생성한 역을 찾을 수 없다

Step0

인수 조건

Feature: 구글 페이지 접근

    Scenario: 구글 페이지 요청
        Given 구글 URL "https://google.com"이 있다.
        When URL로 요청한다.
        Then 200응답 코드를 응답받는다.

리뷰

atdd-subway-map's People

Contributors

boorownie avatar yunsik-choi 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.