Features harmonised, more test descriptions
This commit is contained in:
@@ -13,6 +13,11 @@ import java.security.NoSuchAlgorithmException;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import ru.yandex.qatools.allure.annotations.Features;
|
||||
import ru.yandex.qatools.allure.annotations.Stories;
|
||||
|
||||
@Features("Unit Tests - Security")
|
||||
@Stories("SecurityToken Generator Test")
|
||||
public class SecurityTokenGeneratorTest {
|
||||
|
||||
@Test
|
||||
|
||||
@@ -33,8 +33,8 @@ import ru.yandex.qatools.allure.annotations.Features;
|
||||
import ru.yandex.qatools.allure.annotations.Stories;
|
||||
|
||||
@RunWith(MockitoJUnitRunner.class)
|
||||
@Features("IpUtil Test")
|
||||
@Stories("Tests the created uris")
|
||||
@Features("Unit Tests - Security")
|
||||
@Stories("IP Util Test")
|
||||
public class IpUtilTest {
|
||||
|
||||
@Mock
|
||||
|
||||
Reference in New Issue
Block a user