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.
- Host: GitHub
- URL: https://github.com/vitaliistf/tddtask
- Owner: Vitaliistf
- Created: 2024-01-26T14:42:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-28T21:41:56.000Z (over 1 year ago)
- Last Synced: 2025-01-10T23:43:01.488Z (5 months ago)
- Language: Java
- Homepage:
- Size: 949 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


## 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.