File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11# [ User Guide] ( https://henryssondaniel.github.io/teacup.github.io/ )
2- Java ** Te** sting Fr** a** mework for ** C** omm** u** nication ** P** rotocols and Web Services
3-
42[ ![ Build Status] ( https://travis-ci.com/HenryssonDaniel/teacup-java-core.svg?branch=master )] ( https://travis-ci.com/HenryssonDaniel/teacup-java-core )
53[ ![ Coverage] ( https://sonarcloud.io/api/project_badges/measure?project=HenryssonDaniel_teacup-java-core&metric=coverage )] ( https://sonarcloud.io/dashboard?id=HenryssonDaniel_teacup-java-core )
64[ ![ latest release] ( https://img.shields.io/badge/release%20notes-1.1.2-yellow.svg )] ( https://github.com/HenryssonDaniel/teacup-java-core/blob/master/doc/release-notes/official.md )
75[ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.henryssondaniel.teacup/core.svg )] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22io.github.henryssondaniel.teacup%22%20AND%20a%3A%22core%22 )
86[ ![ Javadocs] ( https://www.javadoc.io/badge/io.github.henryssondaniel.teacup/core.svg )] ( https://www.javadoc.io/doc/io.github.henryssondaniel.teacup/core )
97## What ##
10- The core project has three main responsibilities and does not rely on any special test engine or protocol:
8+ The core project has three main responsibilities and does not rely on any special test engine or
9+ protocol:
1110
1211** Assertions**
1312A big library with all the base assertions such as arrays, lists and primitives.
@@ -21,6 +20,8 @@ Support for fixtures and other setup-related functionality.
2120The framework does not rely on any specific test engine or protocol.
2221It is built to be able to be easy to use, extend and maintain.
2322## How ##
24- This is possible due to highly use of interfaces and almost none of the implementation classes are exposed to the public.
23+ This is possible due to highly use of interfaces and almost none of the implementation classes are
24+ exposed to the public.
2525
26- The core project does not know anything about the test engine or protocols implemented, which makes the project very isolated.
26+ The core project does not know anything about the test engine or protocols implemented, which makes
27+ the project very isolated.
You can’t perform that action at this time.
0 commit comments