Created TODOs for missing descriptions
This commit is contained in:
@@ -35,6 +35,7 @@ import ru.yandex.qatools.allure.annotations.Stories;
|
||||
@Features("Unit Tests - Cluster Cache")
|
||||
@Stories("EventDistributor Test")
|
||||
@RunWith(MockitoJUnitRunner.class)
|
||||
// TODO: create description annotations
|
||||
public class EventDistributorTest {
|
||||
|
||||
@Mock
|
||||
|
||||
@@ -27,6 +27,7 @@ import ru.yandex.qatools.allure.annotations.Stories;
|
||||
@Features("Unit Tests - Cluster Event Bus")
|
||||
@Stories("EventBus Subscriber Processor Test")
|
||||
@RunWith(MockitoJUnitRunner.class)
|
||||
// TODO: create description annotations
|
||||
public class EventBusSubscriberProcessorTest {
|
||||
|
||||
@Mock
|
||||
|
||||
@@ -26,6 +26,7 @@ import ru.yandex.qatools.allure.annotations.Stories;
|
||||
@Features("Unit Tests - Security")
|
||||
@Stories("PreAuthToken Source TrustAuthentication Provider Test")
|
||||
@RunWith(MockitoJUnitRunner.class)
|
||||
// TODO: create description annotations
|
||||
public class PreAuthTokenSourceTrustAuthenticationProviderTest {
|
||||
|
||||
private static final String REQUEST_SOURCE_IP = "127.0.0.1";
|
||||
|
||||
@@ -20,6 +20,7 @@ import ru.yandex.qatools.allure.annotations.Stories;
|
||||
@Stories("SecurityToken Generator Test")
|
||||
public class SecurityTokenGeneratorTest {
|
||||
|
||||
// FIXME: figure what is this all about??
|
||||
@Test
|
||||
public void test() throws NoSuchAlgorithmException, UnsupportedEncodingException {
|
||||
final SecurityTokenGenerator securityTokenGenerator = new SecurityTokenGenerator();
|
||||
|
||||
@@ -25,7 +25,13 @@ import org.springframework.security.core.context.SecurityContext;
|
||||
import org.springframework.security.core.context.SecurityContextHolder;
|
||||
import org.springframework.security.web.context.HttpSessionSecurityContextRepository;
|
||||
|
||||
import ru.yandex.qatools.allure.annotations.Features;
|
||||
import ru.yandex.qatools.allure.annotations.Stories;
|
||||
|
||||
@Features("Unit Tests - Management UI")
|
||||
@Stories("Push Security")
|
||||
@RunWith(MockitoJUnitRunner.class)
|
||||
// TODO: create description annotations
|
||||
public class SpringSecurityAtmosphereInterceptorTest {
|
||||
|
||||
@Mock
|
||||
|
||||
@@ -24,7 +24,7 @@ import org.springframework.context.annotation.Description;
|
||||
import ru.yandex.qatools.allure.annotations.Features;
|
||||
import ru.yandex.qatools.allure.annotations.Stories;
|
||||
|
||||
@Features("Component Tests - UI")
|
||||
@Features("Unit Tests - Management UI")
|
||||
@Stories("Threads with NamingThreadFactory")
|
||||
@RunWith(MockitoJUnitRunner.class)
|
||||
public class NamingThreadFactoryTest {
|
||||
|
||||
@@ -19,12 +19,15 @@ import com.vaadin.shared.ui.label.ContentMode;
|
||||
import com.vaadin.ui.Button;
|
||||
import com.vaadin.ui.Label;
|
||||
|
||||
import ru.yandex.qatools.allure.annotations.Features;
|
||||
import ru.yandex.qatools.allure.annotations.Stories;
|
||||
|
||||
/**
|
||||
* Unit Test block for UI Component provider. Dynamic Factory Testing.
|
||||
*
|
||||
*
|
||||
*
|
||||
*/
|
||||
@Features("Unit Tests - Management UI")
|
||||
@Stories("UI components")
|
||||
public class SPUIComponentProviderTest {
|
||||
/**
|
||||
* Test case for check button factory.
|
||||
|
||||
Reference in New Issue
Block a user