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
- Host: GitHub
- URL: https://github.com/henryssondaniel/teacup-java-engine
- Owner: HenryssonDaniel
- License: mit
- Created: 2019-10-16T16:15:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-23T11:05:16.000Z (over 6 years ago)
- Last Synced: 2025-05-13T07:49:33.462Z (10 months ago)
- Topics: teacup, test, test-engine, test-runner, test-runners
- Language: Java
- Homepage: https://henryssondaniel.github.io/teacup.github.io/
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [User Guide](https://henryssondaniel.github.io/teacup.github.io/)
[](https://travis-ci.com/HenryssonDaniel/teacup-java-engine)
[](https://sonarcloud.io/dashboard?id=HenryssonDaniel_teacup-java-engine)
[](https://github.com/HenryssonDaniel/teacup-java-engine/blob/master/doc/release-notes/official.md)
[](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22io.github.henryssondaniel.teacup%22%20AND%20a%3A%22engine%22)
[](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.