This project is using the java maven build tool to have a neat way of structuring everything and automate testing. The program is a hypothetical anti-ballistic missile system. The system returns Yes or No based on 15 requirements.
All classes are implemented in /src/test/java/com/group/decide. A full class diagram can be found here.
The parameters for the CMV are implemented as methods in the ConditionsMetVector class.
GitHub Actions are integrated to automatically build and test our code when a PR is created. This is a good way to avoid any faulty code being merged with the main branch.
Our implementation of the CI is based on GitHubs maven template and can be found in the .github/workflows folder.
Some standards are set to make everything clear.
Branch-naming: issue/nr
Compile all files and run with:
$ java ConditionsMetVector.java
This maven project is comes with a test suit that can be tested with the following command:
$ mvn test
All unit tests in the suite are located in the /src/test/java/com/group/decide and each java class has their own test class.
We decided that the LIC requirements was a good way to split the work between us. Therefore, we assigned 3 requirements each with approximate the same level of difficulty.
On top of that, we also needed some other part for the program to work well which are listed bellow.
Name | Tasks |
---|---|
Amanda | |
Chiyi | |
Ludwig | |
Sebastian | |
Şefik |
We have had a discussion of our state of work. The conclusion of our discussion can be found here.