Features harmonised, more test descriptions
This commit is contained in:
@@ -29,6 +29,11 @@ import org.springframework.hateoas.Identifiable;
|
||||
|
||||
import com.google.common.eventbus.EventBus;
|
||||
|
||||
import ru.yandex.qatools.allure.annotations.Features;
|
||||
import ru.yandex.qatools.allure.annotations.Stories;
|
||||
|
||||
@Features("Unit Tests - Cluster Cache")
|
||||
@Stories("EventDistributor Test")
|
||||
@RunWith(MockitoJUnitRunner.class)
|
||||
public class EventDistributorTest {
|
||||
|
||||
|
||||
@@ -13,6 +13,11 @@ import static org.fest.assertions.api.Assertions.assertThat;
|
||||
import org.eclipse.hawkbit.cache.RedisProperties;
|
||||
import org.junit.Test;
|
||||
|
||||
import ru.yandex.qatools.allure.annotations.Features;
|
||||
import ru.yandex.qatools.allure.annotations.Stories;
|
||||
|
||||
@Features("Unit Tests - Cluster Cache")
|
||||
@Stories("Redis Properties Test")
|
||||
public class RedisPropertiesTest {
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user