Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

sebastianchristopher-makers/airport_java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airport challenge

Test-driven-Java implementation of Airport challenge. Built with IntelliJ IDEA and Gradle, tested with JUnit, Hamcrest and JUnit Hierarchical Context Runner.

User stories:

As an air traffic controller 
So I can get passengers to a destination 
I want to instruct a plane to land at an airport 

As an air traffic controller 
So I can get passengers on the way to their destination 
I want to instruct a plane to take off from an airport and confirm that it is no longer in the airport

As an air traffic controller 
To ensure safety 
I want to prevent takeoff when weather is stormy 

As an air traffic controller 
To ensure safety 
I want to prevent landing when weather is stormy 

As an air traffic controller 
To ensure safety 
I want to prevent landing when the airport is full 

As the system designer
So that the software can be used for many different airports
I would like a default airport capacity that can be overridden as appropriate

To do:

  • Implement user interface.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published