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

https://github.com/henryssondaniel/teacup-java-engine

Teacup base engine repository
https://github.com/henryssondaniel/teacup-java-engine

teacup test test-engine test-runner test-runners

Last synced: 7 months ago
JSON representation

Teacup base engine repository

Awesome Lists containing this project

README

          

# [User Guide](https://henryssondaniel.github.io/teacup.github.io/)
[![Build Status](https://travis-ci.com/HenryssonDaniel/teacup-java-engine.svg?branch=master)](https://travis-ci.com/HenryssonDaniel/teacup-java-engine)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=HenryssonDaniel_teacup-java-engine&metric=coverage)](https://sonarcloud.io/dashboard?id=HenryssonDaniel_teacup-java-engine)
[![latest release](https://img.shields.io/badge/release%20notes-1.0.0-yellow.svg)](https://github.com/HenryssonDaniel/teacup-java-engine/blob/master/doc/release-notes/official.md)
[![Maven Central](https://img.shields.io/maven-central/v/io.github.henryssondaniel.teacup/engine.svg)](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22io.github.henryssondaniel.teacup%22%20AND%20a%3A%22engine%22)
[![Javadocs](https://www.javadoc.io/badge/io.github.henryssondaniel.teacup/engine.svg)](https://www.javadoc.io/doc/io.github.henryssondaniel.teacup/engine)
## What ##
Parent project for all engine implementations.
This project contains engine specific interfaces and base classes.
## Why ##
It should be easy to add support for a new engines.
## How ##
By extracting repeated code as much as possible.