/ITC515_Assignment1

Charles Sturt Course ITC 515 Assignment 1

Primary LanguageJava

Layout of packages and resources in this repository


This repository contains the following packages:

Path Explanation
src/library.classes.* All the classes implementing the interfaces
src/library.interfaces.* The provided library interface files
src/library.tests.* All the tests, broken down as follows:
library.tests.unit.* - All unit tests
library.tests.integration.* - All integration tests
library.tests.uat - Classes used to run UAT tests
library.tests.suites - Suites to run all unit tests and all integration tests
assets/uat Contains the word document outlining all UAT tests specified and the results obtained.
libs All dependencies required in running the tests and application