From 5248e70db9c652f5813460ecf5cf35f4231dfe45 Mon Sep 17 00:00:00 2001 From: Kai Zimmermann Date: Wed, 24 Feb 2016 10:21:35 +0100 Subject: [PATCH] Added example --- CONTRUBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRUBUTING.md b/CONTRUBUTING.md index 516c63a68..626e7f0f1 100644 --- a/CONTRUBUTING.md +++ b/CONTRUBUTING.md @@ -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