Added example

This commit is contained in:
Kai Zimmermann
2016-02-24 10:21:35 +01:00
parent e1a48c9b7d
commit 5248e70db9

View File

@@ -45,6 +45,11 @@ Examples for hawkBit components:
* Repository
* Security
```
@Features("Component Tests - Management API")
@Stories("Distribution Set Type Resource")
```
In addition all test method's name describes in **camel case** what the test is all about and has a long description aith Allures **@Description** annotation.
## Legal considerations for your contribution