Skip to content

Commit 9514739

Browse files
Improve README
Improved the README file.
1 parent 2eb76d6 commit 9514739

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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**
1312
A 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.
2120
The framework does not rely on any specific test engine or protocol.
2221
It 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.

0 commit comments

Comments
 (0)