An open API service indexing awesome lists of open source software.

https://github.com/vitaliistf/tddtask

A solution for TDD training task.
https://github.com/vitaliistf/tddtask

Last synced: 3 months ago
JSON representation

A solution for TDD training task.

Awesome Lists containing this project

README

        

# TDD Training Task

> This repository contains the solution for the TDD Training Task. It is an app that contains some functions for
> calculation of a specific mathematical function and also different utility methods. The main purpose of this task
> is to follow Test Driven Development principles. Therefor this repository contains many tests for methods of Main
> class.

## Table of Contents

- [Requirements](#requirements)
- [Technologies Used](#technologies-used)
- [Getting Started](#getting-started)

## Requirements

![requirements.png](img%2Frequirements.png)
![requirements1.png](img%2Frequirements1.png)
![requirements2.png](img%2Frequirements2.png)

## Technologies Used

The application utilizes the following technologies:

- Java 21
- Maven
- TestNG 7

## Getting Started

1. Clone the repository.
2. Build and run the application.