Index

A B C D E F G H I L M N P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

Adapter - Class in ru.testit.services
 
ADAPTER_MODE - Static variable in class ru.testit.properties.AppProperties
 
AdapterConfig - Class in ru.testit.properties
 
AdapterConfig(Properties) - Constructor for class ru.testit.properties.AdapterConfig
 
AdapterListener - Interface in ru.testit.listener
 
AdapterManager - Class in ru.testit.services
This class manages data from a test framework.
AdapterManager(ClientConfiguration, AdapterConfig) - Constructor for class ru.testit.services.AdapterManager
 
AdapterManager(ClientConfiguration, AdapterConfig, ListenerManager) - Constructor for class ru.testit.services.AdapterManager
 
AdapterManager(ClientConfiguration, AdapterConfig, ThreadContext, ResultStorage, Writer, ITmsApiClient, ListenerManager) - Constructor for class ru.testit.services.AdapterManager
 
AdapterMode - Enum Class in ru.testit.properties
 
addAttachment(String) - Method in interface ru.testit.clients.ITmsApiClient
 
addAttachment(String) - Method in class ru.testit.clients.TmsApiClient
 
addAttachments(String) - Static method in class ru.testit.services.Adapter
 
addAttachments(String, InputStream) - Static method in class ru.testit.services.Adapter
 
addAttachments(String, String) - Static method in class ru.testit.services.Adapter
 
addAttachments(List<String>) - Static method in class ru.testit.services.Adapter
 
addAttachments(List<String>) - Method in class ru.testit.services.AdapterManager
 
addClassName(String) - Static method in class ru.testit.services.Adapter
 
addDescription(String) - Static method in class ru.testit.services.Adapter
 
addDescription(String) - Method in class ru.testit.services.AdapterManager
 
addDisplayName(String) - Static method in class ru.testit.services.Adapter
 
addExternalId(String) - Static method in class ru.testit.services.Adapter
 
addForCreate(AutoTestCreateApiModel, AutoTestResultsForTestRunModel) - Method in class ru.testit.writers.helpers.BulkAutotestHelper
 
addForUpdate(AutoTestUpdateApiModel, AutoTestResultsForTestRunModel, Map<String, List<String>>) - Method in class ru.testit.writers.helpers.BulkAutotestHelper
 
addLabels(String[]) - Static method in class ru.testit.services.Adapter
 
AddLink - Annotation Interface in ru.testit.annotations
 
addLinks(String, String, String, LinkType) - Static method in class ru.testit.services.Adapter
 
addLinks(List<LinkItem>) - Static method in class ru.testit.services.Adapter
 
addMessage(String) - Static method in class ru.testit.services.Adapter
 
addNameSpace(String) - Static method in class ru.testit.services.Adapter
 
addParameter(String, String) - Static method in class ru.testit.services.Adapter
 
addParameters(Map<String, String>) - Static method in class ru.testit.services.Adapter
 
addParameters(Map<String, String>) - Method in class ru.testit.services.AdapterManager
 
addTitle(String) - Static method in class ru.testit.services.Adapter
 
addTitle(String) - Method in class ru.testit.services.AdapterManager
 
addWorkItemIds(String[]) - Static method in class ru.testit.services.Adapter
 
anyMethod() - Method in class ru.testit.aspects.StepAspect
 
AppProperties - Class in ru.testit.properties
 
attachmentsToRequests(List<AttachmentPutModel>) - Static method in class ru.testit.clients.Converter
 
attachmentToRequest(AttachmentPutModel) - Static method in class ru.testit.clients.Converter
 
AUTOMATIC_CREATION_TEST_CASES - Static variable in class ru.testit.properties.AppProperties
 
AUTOMATIC_UPDATION_LINKS_TO_TEST_CASES - Static variable in class ru.testit.properties.AppProperties
 
AutoTestApiResultToAutoTestUpdateApiModel(AutoTestApiResult) - Static method in class ru.testit.clients.Converter
 

B

beforeTestStop(TestResult) - Method in interface ru.testit.listener.AdapterListener
 
beforeTestStop(TestResult) - Method in class ru.testit.listener.ListenerManager
 
BLOCKED - Enum constant in enum class ru.testit.models.ItemStatus
Marks in blocked tests.
BLOCKED_BY - Enum constant in enum class ru.testit.models.LinkType
 
buildAssignAttachmentApiModels(List<AttachmentApiResult>) - Static method in class ru.testit.clients.Converter
 
buildAutoTestSearchApiModel(Set<Long>) - Static method in class ru.testit.clients.Converter
 
buildLinkUpdateApiModel(List<LinkApiResult>) - Static method in class ru.testit.clients.Converter
 
buildTestResultsFilterApiModelWithInProgressOutcome(UUID, UUID) - Static method in class ru.testit.clients.Converter
 
buildUpdateEmptyTestRunApiModel(TestRunV2ApiResult) - Static method in class ru.testit.clients.Converter
 
buildUpdateLinkApiModels(List<LinkApiResult>) - Static method in class ru.testit.clients.Converter
 
BulkAutotestHelper - Class in ru.testit.writers.helpers
 
BulkAutotestHelper(ITmsApiClient, ClientConfiguration) - Constructor for class ru.testit.writers.helpers.BulkAutotestHelper
 

C

CERT_VALIDATION - Static variable in class ru.testit.properties.AppProperties
 
ClassContainer - Class in ru.testit.models
Model describes class container.
ClassContainer() - Constructor for class ru.testit.models.ClassContainer
 
Classname - Annotation Interface in ru.testit.annotations
 
clear() - Method in class ru.testit.services.ThreadContext
Removes all the data stored for current thread.
ClientConfiguration - Class in ru.testit.clients
 
ClientConfiguration(Properties) - Constructor for class ru.testit.clients.ClientConfiguration
 
completeTestRun(String) - Method in interface ru.testit.clients.ITmsApiClient
 
completeTestRun(String) - Method in class ru.testit.clients.TmsApiClient
 
ConfigManager - Class in ru.testit.services
 
ConfigManager(Properties) - Constructor for class ru.testit.services.ConfigManager
 
CONFIGURATION_ID - Static variable in class ru.testit.properties.AppProperties
 
convertAutoTestApiResultToAutoTestApiResult(AutoTestApiResult) - Static method in class ru.testit.clients.Converter
 
Converter - Class in ru.testit.clients
 
convertFixture(List<FixtureResult>, String) - Static method in class ru.testit.clients.Converter
 
convertFixtureToApi(List<FixtureResult>, String) - Static method in class ru.testit.clients.Converter
 
convertLinkApiResultsToPutLinks(List<LinkApiResult>) - Static method in class ru.testit.clients.Converter
 
convertPutLinks(List<LinkItem>) - Static method in class ru.testit.clients.Converter
 
convertResultFixture(List<FixtureResult>, String) - Static method in class ru.testit.clients.Converter
 
createAutoTest(AutoTestCreateApiModel) - Method in interface ru.testit.clients.ITmsApiClient
 
createAutoTest(AutoTestCreateApiModel) - Method in class ru.testit.clients.TmsApiClient
 
createAutoTests(List<AutoTestCreateApiModel>) - Method in interface ru.testit.clients.ITmsApiClient
 
createAutoTests(List<AutoTestCreateApiModel>) - Method in class ru.testit.clients.TmsApiClient
 
createTestRun() - Method in interface ru.testit.clients.ITmsApiClient
 
createTestRun() - Method in class ru.testit.clients.TmsApiClient
 

D

DefaultListener - Interface in ru.testit.listener
 
DEFECT - Enum constant in enum class ru.testit.models.LinkType
 
description() - Element in annotation interface ru.testit.annotations.Link
 
Description - Annotation Interface in ru.testit.annotations
 
DisplayName - Annotation Interface in ru.testit.annotations
 

E

escapeHtmlInObject(T) - Static method in class ru.testit.services.HtmlEscapeUtils
Escapes HTML tags in all String fields of an object using reflection Also processes List fields: if List of objects - calls escapeHtmlInObjectList, Can be disabled by setting NO_ESCAPE_HTML environment variable to "true" if List of Strings - escapes each string
escapeHtmlInObjectList(List<T>) - Static method in class ru.testit.services.HtmlEscapeUtils
Escapes HTML tags in all String fields of objects in a list using reflection.
escapeHtmlTags(String) - Static method in class ru.testit.services.HtmlEscapeUtils
Escapes HTML tags to prevent XSS attacks.
ExecutableTest - Class in ru.testit.services
Describes executable test.
ExecutableTest() - Constructor for class ru.testit.services.ExecutableTest
 
ExternalId - Annotation Interface in ru.testit.annotations
 
extractClassname(Method, String, Map<String, String>) - Static method in class ru.testit.services.Utils
 
extractDescription(Method, Map<String, String>) - Static method in class ru.testit.services.Utils
 
extractDisplayName(Method, Map<String, String>) - Static method in class ru.testit.services.Utils
 
extractExternalID(Method, Map<String, String>) - Static method in class ru.testit.services.Utils
 
extractLabels(Method, Map<String, String>) - Static method in class ru.testit.services.Utils
 
extractLinks(Method, Map<String, String>) - Static method in class ru.testit.services.Utils
 
extractNamespace(Method, String, Map<String, String>) - Static method in class ru.testit.services.Utils
 
extractTitle(Method, Map<String, String>, boolean) - Static method in class ru.testit.services.Utils
 
extractWorkItemIds(Method, Map<String, String>) - Static method in class ru.testit.services.Utils
 

F

FAILED - Enum constant in enum class ru.testit.models.ItemStatus
Marks tests that have some failed checks.
failedStep(Throwable) - Method in class ru.testit.aspects.StepAspect
 
FINISHED - Enum constant in enum class ru.testit.models.ItemStage
Finished stage.
finishStep() - Method in class ru.testit.aspects.StepAspect
 
FixtureResult - Class in ru.testit.models
Model describes fixture.
FixtureResult() - Constructor for class ru.testit.models.FixtureResult
 
fromString(String) - Static method in enum class ru.testit.models.LinkType
 

G

get(String, Class<T>) - Method in class ru.testit.services.ResultStorage
 
getAdapterConfig() - Method in class ru.testit.services.ConfigManager
 
getAdapterManager() - Static method in class ru.testit.services.Adapter
 
getAfterClassMethods() - Method in class ru.testit.models.ClassContainer
Gets afterClassMethods.
getAfterEachTest() - Method in class ru.testit.models.ClassContainer
Gets getAfterEachTest.
getAfterMethods() - Method in class ru.testit.models.MainContainer
Gets afterMethods.
getAttachments() - Method in class ru.testit.models.FixtureResult
Gets attachments.
getAttachments() - Method in interface ru.testit.models.ResultWithAttachments
Gets attachments.
getAttachments() - Method in class ru.testit.models.StepResult
Gets attachments.
getAttachments() - Method in class ru.testit.models.TestResult
Gets attachments.
getAutomaticCreationTestCases() - Method in class ru.testit.models.TestResult
Gets automaticCreationTestCases.
getAutoTestByExternalId(String) - Method in interface ru.testit.clients.ITmsApiClient
 
getAutoTestByExternalId(String) - Method in class ru.testit.clients.TmsApiClient
 
getAutotestExternalIdsFromTestRun() - Method in interface ru.testit.clients.ITmsApiClient
 
getAutotestExternalIdsFromTestRun() - Method in class ru.testit.clients.TmsApiClient
 
getBeforeClassMethods() - Method in class ru.testit.models.ClassContainer
Gets beforeClassMethods.
getBeforeEachTest() - Method in class ru.testit.models.ClassContainer
Gets getBeforeEachTest.
getBeforeMethods() - Method in class ru.testit.models.MainContainer
Gets beforeMethods.
getCertValidation() - Method in class ru.testit.clients.ClientConfiguration
 
getChildren() - Method in class ru.testit.models.ClassContainer
Gets children.
getChildren() - Method in class ru.testit.models.MainContainer
Gets children.
getClassContainer(String) - Method in class ru.testit.services.ResultStorage
 
getClassName() - Method in class ru.testit.models.TestResult
Gets class name.
getClientConfiguration() - Method in class ru.testit.services.ConfigManager
 
getConfigurationId() - Method in class ru.testit.clients.ClientConfiguration
 
getCurrent() - Method in class ru.testit.services.ThreadContext
Returns last (most recent) uuid.
getCurrentTestCaseOrStep() - Method in class ru.testit.services.AdapterManager
 
getDescription() - Method in class ru.testit.models.FixtureResult
Gets description.
getDescription() - Method in class ru.testit.models.LinkItem
Gets description.
getDescription() - Method in class ru.testit.models.StepResult
Gets description.
getDescription() - Method in class ru.testit.models.TestResult
Gets description.
getExternalId() - Method in class ru.testit.models.TestResult
Gets external id.
getExternalKey() - Method in class ru.testit.models.TestResult
Gets externalKey.
getFixture(String) - Method in class ru.testit.services.ResultStorage
 
getHash(String) - Static method in class ru.testit.services.Utils
 
getItemStage() - Method in class ru.testit.models.FixtureResult
Gets item stage.
getItemStage() - Method in class ru.testit.models.StepResult
Gets item stage.
getItemStage() - Method in class ru.testit.models.TestResult
Gets item stage.
getItemStatus() - Method in class ru.testit.models.FixtureResult
Gets item status.
getItemStatus() - Method in class ru.testit.models.StepResult
Gets item status.
getItemStatus() - Method in class ru.testit.models.TestResult
Gets item status.
getLabels() - Method in class ru.testit.models.TestResult
Gets labels.
getLinkItems() - Method in class ru.testit.models.FixtureResult
Gets links.
getLinkItems() - Method in class ru.testit.models.StepResult
Gets links.
getLinkItems() - Method in class ru.testit.models.TestResult
Gets links.
getMessage() - Method in class ru.testit.models.TestResult
Gets message.
getMode() - Method in class ru.testit.properties.AdapterConfig
 
getName() - Method in class ru.testit.models.ClassContainer
Gets name.
getName() - Method in class ru.testit.models.Label
Gets name.
getName() - Method in class ru.testit.models.TestResult
Gets name.
getParameters() - Method in class ru.testit.models.FixtureResult
Gets parameters.
getParameters() - Method in interface ru.testit.models.ResultWithParameters
Gets parameters.
getParameters() - Method in class ru.testit.models.StepResult
Gets parameters.
getParameters() - Method in class ru.testit.models.TestResult
Gets parameters.
getParent() - Method in class ru.testit.models.FixtureResult
Gets parent.
getPrivateToken() - Method in class ru.testit.clients.ClientConfiguration
 
getProjectId() - Method in class ru.testit.clients.ClientConfiguration
 
getRelationWorkItemIdsToAutotestIdsByExternalIds(Map<String, List<String>>, List<AutoTestApiResult>) - Static method in class ru.testit.clients.Converter
 
getResultLinks() - Method in class ru.testit.models.TestResult
Gets result links.
getResultStorage() - Static method in class ru.testit.services.Adapter
 
getRoot() - Method in class ru.testit.services.ThreadContext
Returns first (oldest) uuid.
getSpaceName() - Method in class ru.testit.models.TestResult
Gets space name.
getStart() - Method in class ru.testit.models.ClassContainer
Gets start.
getStart() - Method in class ru.testit.models.FixtureResult
Gets start.
getStart() - Method in class ru.testit.models.MainContainer
Gets start.
getStart() - Method in class ru.testit.models.StepResult
Gets start.
getStart() - Method in class ru.testit.models.TestResult
Gets start.
getStep(String) - Method in class ru.testit.services.ResultStorage
 
getSteps() - Method in class ru.testit.models.FixtureResult
Gets steps.
getSteps() - Method in interface ru.testit.models.ResultWithSteps
Gets steps.
getSteps() - Method in class ru.testit.models.StepResult
Gets steps.
getSteps() - Method in class ru.testit.models.TestResult
Gets steps.
getStop() - Method in class ru.testit.models.ClassContainer
Gets stop.
getStop() - Method in class ru.testit.models.FixtureResult
Gets stop.
getStop() - Method in class ru.testit.models.MainContainer
Gets stop.
getStop() - Method in class ru.testit.models.StepResult
Gets stop.
getStop() - Method in class ru.testit.models.TestResult
Gets stop.
getTestFromTestRun() - Method in class ru.testit.services.AdapterManager
 
getTestFromTestRun(String, String) - Method in interface ru.testit.clients.ITmsApiClient
 
getTestFromTestRun(String, String) - Method in class ru.testit.clients.TmsApiClient
 
getTestResult(String) - Method in class ru.testit.services.ResultStorage
 
getTestResult(UUID) - Method in interface ru.testit.clients.ITmsApiClient
 
getTestResult(UUID) - Method in class ru.testit.clients.TmsApiClient
 
getTestRun(String) - Method in interface ru.testit.clients.ITmsApiClient
 
getTestRun(String) - Method in class ru.testit.clients.TmsApiClient
 
getTestRunId() - Method in class ru.testit.clients.ClientConfiguration
 
getTestRunName() - Method in class ru.testit.clients.ClientConfiguration
 
getTestsContainer(String) - Method in class ru.testit.services.ResultStorage
 
getThrowable() - Method in class ru.testit.models.StepResult
Gets throwable.
getThrowable() - Method in class ru.testit.models.TestResult
Gets throwable.
getTitle() - Method in class ru.testit.models.FixtureResult
Gets title.
getTitle() - Method in class ru.testit.models.LinkItem
Gets title.
getTitle() - Method in class ru.testit.models.StepResult
Gets title.
getTitle() - Method in class ru.testit.models.TestResult
Gets title.
getType() - Method in class ru.testit.models.LinkItem
Gets type.
getUrl() - Method in class ru.testit.clients.ClientConfiguration
 
getUrl() - Method in class ru.testit.models.LinkItem
Gets url.
getUuid() - Method in class ru.testit.models.ClassContainer
Gets uuid.
getUuid() - Method in class ru.testit.models.MainContainer
Gets uuid.
getUuid() - Method in class ru.testit.models.TestResult
Gets uuid.
getUuid() - Method in class ru.testit.services.ExecutableTest
 
getValue() - Method in enum class ru.testit.models.LinkType
 
getValue() - Method in enum class ru.testit.properties.AdapterMode
 
getWorkItemIds() - Method in class ru.testit.models.TestResult
Gets work item id.
getWorkItemsLinkedToTest(String) - Method in interface ru.testit.clients.ITmsApiClient
 
getWorkItemsLinkedToTest(String) - Method in class ru.testit.clients.TmsApiClient
 
getWorkItemUuidsByIds(Iterable<String>) - Method in interface ru.testit.clients.ITmsApiClient
 
getWorkItemUuidsByIds(Iterable<String>) - Method in class ru.testit.clients.TmsApiClient
 

H

HtmlEscapeUtils - Class in ru.testit.services
 
HttpWriter - Class in ru.testit.writers
 
HttpWriter(ClientConfiguration, ITmsApiClient, ResultStorage) - Constructor for class ru.testit.writers.HttpWriter
 

I

INPROGRESS - Enum constant in enum class ru.testit.models.ItemStatus
Marks in progress tests.
isAfter() - Method in class ru.testit.services.ExecutableTest
 
isBefore() - Method in class ru.testit.services.ExecutableTest
 
isFilteredMode() - Method in class ru.testit.services.AdapterManager
 
isStarted() - Method in class ru.testit.services.ExecutableTest
 
ISSUE - Enum constant in enum class ru.testit.models.LinkType
 
ItemStage - Enum Class in ru.testit.models
Item stages.
ItemStatus - Enum Class in ru.testit.models
Item statuses.
ITmsApiClient - Interface in ru.testit.clients
 

L

Label - Class in ru.testit.models
The model object that could be used to pass additional metadata to test results.
Label() - Constructor for class ru.testit.models.Label
 
Labels - Annotation Interface in ru.testit.annotations
 
Link - Annotation Interface in ru.testit.annotations
 
linkAutoTestToWorkItems(String, Iterable<String>) - Method in interface ru.testit.clients.ITmsApiClient
 
linkAutoTestToWorkItems(String, Iterable<String>) - Method in class ru.testit.clients.TmsApiClient
 
LinkItem - Class in ru.testit.models
Model object to pass links to external resources.
LinkItem() - Constructor for class ru.testit.models.LinkItem
 
links() - Element in annotation interface ru.testit.annotations.Links
 
Links - Annotation Interface in ru.testit.annotations
 
LinkType - Enum Class in ru.testit.models
 
ListenerManager - Class in ru.testit.listener
 
ListenerManager(List<AdapterListener>) - Constructor for class ru.testit.listener.ListenerManager
 
load(Class<T>, ClassLoader) - Static method in class ru.testit.listener.ServiceLoaderListener
 
loadProperties() - Static method in class ru.testit.properties.AppProperties
 

M

MainContainer - Class in ru.testit.models
Model describes main container with.
MainContainer() - Constructor for class ru.testit.models.MainContainer
 

N

Namespace - Annotation Interface in ru.testit.annotations
 
NEW_TEST_RUN - Enum constant in enum class ru.testit.properties.AdapterMode
 

P

PASSED - Enum constant in enum class ru.testit.models.ItemStatus
Marks passed tests.
PENDING - Enum constant in enum class ru.testit.models.ItemStage
Pending stage.
prepareTestResultForTestRun(TestResult, String) - Static method in class ru.testit.clients.Converter
 
prepareToCreateAutoTest(TestResult, String) - Static method in class ru.testit.clients.Converter
 
prepareToUpdateAutoTest(TestResult, AutoTestApiResult, String) - Static method in class ru.testit.clients.Converter
 
PRIVATE_TOKEN - Static variable in class ru.testit.properties.AppProperties
 
PROJECT_ID - Static variable in class ru.testit.properties.AppProperties
 
put(String, T) - Method in class ru.testit.services.ResultStorage
 

R

RELATED - Enum constant in enum class ru.testit.models.LinkType
 
remove(String) - Method in class ru.testit.services.ResultStorage
 
REPOSITORY - Enum constant in enum class ru.testit.models.LinkType
 
REQUIREMENT - Enum constant in enum class ru.testit.models.LinkType
 
ResultStorage - Class in ru.testit.services
Storage for test results
ResultStorage() - Constructor for class ru.testit.services.ResultStorage
 
ResultWithAttachments - Interface in ru.testit.models
The marker interface for model objects with attachments.
ResultWithDescription - Interface in ru.testit.models
The marker interface for model objects with description.
ResultWithParameters - Interface in ru.testit.models
The marker interface for model objects with parameters.
ResultWithSteps - Interface in ru.testit.models
The marker interface for model objects with steps.
ResultWithTitle - Interface in ru.testit.models
The marker interface for model objects with title.
ru.testit.annotations - package ru.testit.annotations
 
ru.testit.aspects - package ru.testit.aspects
 
ru.testit.clients - package ru.testit.clients
 
ru.testit.listener - package ru.testit.listener
 
ru.testit.models - package ru.testit.models
 
ru.testit.properties - package ru.testit.properties
 
ru.testit.services - package ru.testit.services
 
ru.testit.writers - package ru.testit.writers
 
ru.testit.writers.helpers - package ru.testit.writers.helpers
 
RUN_ALL_TESTS - Enum constant in enum class ru.testit.properties.AdapterMode
 
RUNNING - Enum constant in enum class ru.testit.models.ItemStage
Running stage.
runSafelyMethod(List<T>, BiConsumer<T, S>, S) - Method in class ru.testit.listener.ListenerManager
 

S

SCHEDULED - Enum constant in enum class ru.testit.models.ItemStage
Scheduled stage.
scheduleTestCase(TestResult) - Method in class ru.testit.services.AdapterManager
Schedule given test case.
sendTestResults(String, List<AutoTestResultsForTestRunModel>) - Method in interface ru.testit.clients.ITmsApiClient
 
sendTestResults(String, List<AutoTestResultsForTestRunModel>) - Method in class ru.testit.clients.TmsApiClient
 
ServiceLoaderListener - Class in ru.testit.listener
 
setAfterClassMethods(List<FixtureResult>) - Method in class ru.testit.models.ClassContainer
Sets afterClassMethods.
setAfterEachTest(List<FixtureResult>) - Method in class ru.testit.models.ClassContainer
Sets afters.
setAfterMethods(List<FixtureResult>) - Method in class ru.testit.models.MainContainer
Sets afterMethods.
setAfterStatus() - Method in class ru.testit.services.ExecutableTest
 
setAttachments(List<String>) - Method in class ru.testit.models.FixtureResult
Sets attachments.
setAttachments(List<String>) - Method in class ru.testit.models.StepResult
Sets attachments.
setAttachments(List<String>) - Method in class ru.testit.models.TestResult
Sets attachments.
setAutomaticCreationTestCases(boolean) - Method in class ru.testit.models.TestResult
Sets automaticCreationTestCases.
setBeforeClassMethods(List<FixtureResult>) - Method in class ru.testit.models.ClassContainer
Sets beforeClassMethods.
setBeforeEachTest(List<FixtureResult>) - Method in class ru.testit.models.ClassContainer
Sets getBeforeEachTest.
setBeforeMethods(List<FixtureResult>) - Method in class ru.testit.models.MainContainer
Sets beforeMethods.
setChildren(List<String>) - Method in class ru.testit.models.ClassContainer
Sets children.
setChildren(List<String>) - Method in class ru.testit.models.MainContainer
Sets children.
setClassName(String) - Method in class ru.testit.models.TestResult
Sets class name.
setDescription(String) - Method in class ru.testit.models.FixtureResult
Sets description.
setDescription(String) - Method in class ru.testit.models.LinkItem
Sets description.
setDescription(String) - Method in interface ru.testit.models.ResultWithDescription
Sets description.
setDescription(String) - Method in class ru.testit.models.StepResult
Sets description.
setDescription(String) - Method in class ru.testit.models.TestResult
Sets description.
setExternalId(String) - Method in class ru.testit.models.TestResult
Sets external id.
setExternalKey(String) - Method in class ru.testit.models.TestResult
Sets externalKey.
setItemStage(ItemStage) - Method in class ru.testit.models.FixtureResult
Sets item stage.
setItemStage(ItemStage) - Method in class ru.testit.models.StepResult
Sets item stage.
setItemStage(ItemStage) - Method in class ru.testit.models.TestResult
Sets item stage.
setItemStatus(ItemStatus) - Method in class ru.testit.models.FixtureResult
Sets item status.
setItemStatus(ItemStatus) - Method in class ru.testit.models.StepResult
Sets item status.
setItemStatus(ItemStatus) - Method in class ru.testit.models.TestResult
Sets item status.
setLabels(List<Label>) - Method in class ru.testit.models.TestResult
Sets labels.
setLinkItems(List<LinkItem>) - Method in class ru.testit.models.FixtureResult
Sets links.
setLinkItems(List<LinkItem>) - Method in class ru.testit.models.StepResult
Sets links.
setLinkItems(List<LinkItem>) - Method in class ru.testit.models.TestResult
Sets links.
setMessage(String) - Method in class ru.testit.models.TestResult
Sets message.
setName(String) - Method in class ru.testit.models.ClassContainer
Sets name.
setName(String) - Method in class ru.testit.models.Label
Sets name.
setName(String) - Method in class ru.testit.models.TestResult
Sets name.
setParameters(String, Map<String, String>) - Static method in class ru.testit.services.Utils
 
setParameters(Map<String, String>) - Method in class ru.testit.models.FixtureResult
Sets parameters.
setParameters(Map<String, String>) - Method in class ru.testit.models.StepResult
Sets parameters.
setParameters(Map<String, String>) - Method in class ru.testit.models.TestResult
Sets parameters.
setParent(String) - Method in class ru.testit.models.FixtureResult
Sets parent.
setResultLinks(List<LinkItem>) - Method in class ru.testit.models.TestResult
Sets result links.
setSpaceName(String) - Method in class ru.testit.models.TestResult
Sets space name.
setStart(Long) - Method in class ru.testit.models.ClassContainer
Sets start.
setStart(Long) - Method in class ru.testit.models.FixtureResult
Sets start.
setStart(Long) - Method in class ru.testit.models.MainContainer
Sets start.
setStart(Long) - Method in class ru.testit.models.StepResult
Sets start.
setStart(Long) - Method in class ru.testit.models.TestResult
Sets start.
setSteps(List<StepResult>) - Method in class ru.testit.models.FixtureResult
Sets steps.
setSteps(List<StepResult>) - Method in class ru.testit.models.StepResult
Sets steps.
setSteps(List<StepResult>) - Method in class ru.testit.models.TestResult
Sets steps.
setStop(Long) - Method in class ru.testit.models.ClassContainer
Sets stop.
setStop(Long) - Method in class ru.testit.models.FixtureResult
Sets stop.
setStop(Long) - Method in class ru.testit.models.MainContainer
Sets stop.
setStop(Long) - Method in class ru.testit.models.StepResult
Sets stop.
setStop(Long) - Method in class ru.testit.models.TestResult
Sets stop.
setTestRunId(String) - Method in class ru.testit.clients.ClientConfiguration
 
setTestStatus() - Method in class ru.testit.services.ExecutableTest
 
setThrowable(Throwable) - Method in class ru.testit.models.StepResult
Sets throwable.
setThrowable(Throwable) - Method in class ru.testit.models.TestResult
Sets throwable.
setTitle(String) - Method in class ru.testit.models.FixtureResult
Sets title.
setTitle(String) - Method in class ru.testit.models.LinkItem
Sets title.
setTitle(String) - Method in interface ru.testit.models.ResultWithTitle
Sets title.
setTitle(String) - Method in class ru.testit.models.StepResult
Sets title.
setTitle(String) - Method in class ru.testit.models.TestResult
Sets title.
setType(LinkType) - Method in class ru.testit.models.LinkItem
Sets type.
setUrl(String) - Method in class ru.testit.models.LinkItem
Sets url.
setUuid(String) - Method in class ru.testit.models.ClassContainer
Sets uuid.
setUuid(String) - Method in class ru.testit.models.MainContainer
Sets uuid.
setUuid(String) - Method in class ru.testit.models.TestResult
Sets uuid.
setWorkItemIds(List<String>) - Method in class ru.testit.models.TestResult
Sets work item id.
shouldAutomaticCreationTestCases() - Method in class ru.testit.properties.AdapterConfig
 
shouldAutomaticUpdationLinksToTestCases() - Method in class ru.testit.clients.ClientConfiguration
 
shouldEnableTmsIntegration() - Method in class ru.testit.properties.AdapterConfig
 
shouldImportRealtime() - Method in class ru.testit.clients.ClientConfiguration
 
SKIPPED - Enum constant in enum class ru.testit.models.ItemStatus
Marks skipped tests.
start(String) - Method in class ru.testit.services.ThreadContext
Adds new uuid.
startClassContainer(String, ClassContainer) - Method in class ru.testit.services.AdapterManager
Starts class container.
startMainContainer(MainContainer) - Method in class ru.testit.services.AdapterManager
Starts main container.
startPrepareFixture(String, String, FixtureResult) - Method in class ru.testit.services.AdapterManager
Start a new prepare fixture with given parent.
startPrepareFixtureAll(String, String, FixtureResult) - Method in class ru.testit.services.AdapterManager
Start a new prepare fixture with given parent.
startPrepareFixtureEachTest(String, String, FixtureResult) - Method in class ru.testit.services.AdapterManager
Start a new prepare fixture with given parent.
startStep(String, String, StepResult) - Method in class ru.testit.services.AdapterManager
Start a new step as child of specified parent.
startStep(String, StepResult) - Method in class ru.testit.services.AdapterManager
Start a new step as child step of current running test case or step.
startStep(JoinPoint) - Method in class ru.testit.aspects.StepAspect
 
startTearDownFixture(String, String, FixtureResult) - Method in class ru.testit.services.AdapterManager
Start a new tear down fixture with given parent.
startTearDownFixtureAll(String, String, FixtureResult) - Method in class ru.testit.services.AdapterManager
Start a new tear down fixture with given parent.
startTearDownFixtureEachTest(String, String, FixtureResult) - Method in class ru.testit.services.AdapterManager
Start a new tear down fixture with given parent.
startTestCase(String) - Method in class ru.testit.services.AdapterManager
Starts test case with given uuid.
startTests() - Method in class ru.testit.services.AdapterManager
 
Step - Annotation Interface in ru.testit.annotations
 
StepAspect - Class in ru.testit.aspects
 
StepAspect() - Constructor for class ru.testit.aspects.StepAspect
 
StepResult - Class in ru.testit.models
Model describes step.
StepResult() - Constructor for class ru.testit.models.StepResult
 
stepResultsToRequests(List<AttachmentPutModelAutoTestStepResultsModel>) - Static method in class ru.testit.clients.Converter
 
stepResultToRequest(AttachmentPutModelAutoTestStepResultsModel) - Static method in class ru.testit.clients.Converter
 
stop() - Method in class ru.testit.services.ThreadContext
Removes latest added uuid.
stopClassContainer(String) - Method in class ru.testit.services.AdapterManager
Stops class container by given uuid.
stopFixture(String) - Method in class ru.testit.services.AdapterManager
Stops fixture by given uuid.
stopMainContainer(String) - Method in class ru.testit.services.AdapterManager
Stops main container by given uuid.
stopStep() - Method in class ru.testit.services.AdapterManager
Stops current running step.
stopStep(String) - Method in class ru.testit.services.AdapterManager
Stops step by given uuid.
stopTestCase(String) - Method in class ru.testit.services.AdapterManager
Stops test case by given uuid.
stopTests() - Method in class ru.testit.services.AdapterManager
 

T

teardown() - Method in class ru.testit.writers.helpers.BulkAutotestHelper
 
TEST_RUN_ID - Static variable in class ru.testit.properties.AppProperties
 
TEST_RUN_NAME - Static variable in class ru.testit.properties.AppProperties
 
TestResult - Class in ru.testit.models
The model object that stores information about test that was run.
TestResult() - Constructor for class ru.testit.models.TestResult
 
testResultToAutoTestCreateApiModel(TestResult) - Static method in class ru.testit.clients.Converter
 
testResultToAutoTestResultsForTestRunModel(TestResult) - Static method in class ru.testit.clients.Converter
 
testResultToAutoTestUpdateApiModel(TestResult) - Static method in class ru.testit.clients.Converter
 
testResultToTestResultUpdateModel(TestResultResponse) - Static method in class ru.testit.clients.Converter
 
ThreadContext - Class in ru.testit.services
Storage that stores information about not finished tests and steps.
ThreadContext() - Constructor for class ru.testit.services.ThreadContext
 
title() - Element in annotation interface ru.testit.annotations.Link
 
Title - Annotation Interface in ru.testit.annotations
 
TMS_IMPORT_REALTIME - Static variable in class ru.testit.properties.AppProperties
 
TMS_INTEGRATION - Static variable in class ru.testit.properties.AppProperties
 
TmsApiClient - Class in ru.testit.clients
 
TmsApiClient(ClientConfiguration) - Constructor for class ru.testit.clients.TmsApiClient
 
toIndentedString(Object) - Static method in class ru.testit.services.Utils
 
toString() - Method in class ru.testit.clients.ClientConfiguration
 
toString() - Method in class ru.testit.models.ClassContainer
 
toString() - Method in class ru.testit.models.FixtureResult
 
toString() - Method in class ru.testit.models.Label
 
toString() - Method in class ru.testit.models.LinkItem
 
toString() - Method in class ru.testit.models.MainContainer
 
toString() - Method in class ru.testit.models.StepResult
 
toString() - Method in class ru.testit.models.TestResult
 
toString() - Method in class ru.testit.properties.AdapterConfig
 
type() - Element in annotation interface ru.testit.annotations.Link
 

U

unlinkAutoTestToWorkItem(String, String) - Method in interface ru.testit.clients.ITmsApiClient
 
unlinkAutoTestToWorkItem(String, String) - Method in class ru.testit.clients.TmsApiClient
 
updateAutoTest(AutoTestUpdateApiModel) - Method in interface ru.testit.clients.ITmsApiClient
 
updateAutoTest(AutoTestUpdateApiModel) - Method in class ru.testit.clients.TmsApiClient
 
updateAutoTests(List<AutoTestUpdateApiModel>) - Method in interface ru.testit.clients.ITmsApiClient
 
updateAutoTests(List<AutoTestUpdateApiModel>) - Method in class ru.testit.clients.TmsApiClient
 
updateClassContainer(String, Consumer<ClassContainer>) - Method in class ru.testit.services.AdapterManager
Updates class container.
updateFixture(String, Consumer<FixtureResult>) - Method in class ru.testit.services.AdapterManager
Updates fixture by given uuid.
updateIfPresent(String, Class<T>, Consumer<T>) - Method in class ru.testit.services.ResultStorage
Updates stored item in a thread-safe way.
updateStep(String, Consumer<StepResult>) - Method in class ru.testit.services.AdapterManager
Updates step by specified uuid.
updateStep(Consumer<StepResult>) - Method in class ru.testit.services.AdapterManager
Updates current step.
updateTestCase(String, Consumer<TestResult>) - Method in class ru.testit.services.AdapterManager
Updates test case by given uuid.
updateTestCase(Consumer<TestResult>) - Method in class ru.testit.services.AdapterManager
Updates current test case
updateTestResult(UUID, TestResultUpdateV2Request) - Method in interface ru.testit.clients.ITmsApiClient
 
updateTestResult(UUID, TestResultUpdateV2Request) - Method in class ru.testit.clients.TmsApiClient
 
updateTestRun(UpdateEmptyTestRunApiModel) - Method in interface ru.testit.clients.ITmsApiClient
 
updateTestRun(UpdateEmptyTestRunApiModel) - Method in class ru.testit.clients.TmsApiClient
 
url() - Element in annotation interface ru.testit.annotations.Link
 
URL - Static variable in class ru.testit.properties.AppProperties
 
urlTrim(String) - Static method in class ru.testit.services.Utils
 
USE_FILTER - Enum constant in enum class ru.testit.properties.AdapterMode
 
Utils - Class in ru.testit.services
 

V

value() - Element in annotation interface ru.testit.annotations.Classname
 
value() - Element in annotation interface ru.testit.annotations.Description
 
value() - Element in annotation interface ru.testit.annotations.DisplayName
 
value() - Element in annotation interface ru.testit.annotations.ExternalId
 
value() - Element in annotation interface ru.testit.annotations.Labels
 
value() - Element in annotation interface ru.testit.annotations.Namespace
 
value() - Element in annotation interface ru.testit.annotations.Title
 
value() - Element in annotation interface ru.testit.annotations.WorkItemIds
 
value() - Method in enum class ru.testit.models.ItemStage
Value string.
value() - Method in enum class ru.testit.models.ItemStatus
Value string.
valueOf(int) - Static method in enum class ru.testit.properties.AdapterMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ru.testit.models.ItemStage
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ru.testit.models.ItemStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ru.testit.models.LinkType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class ru.testit.properties.AdapterMode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class ru.testit.models.ItemStage
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ru.testit.models.ItemStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ru.testit.models.LinkType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class ru.testit.properties.AdapterMode
Returns an array containing the constants of this enum class, in the order they are declared.

W

withStepAnnotation() - Method in class ru.testit.aspects.StepAspect
 
WorkItemIds - Annotation Interface in ru.testit.annotations
 
writeAttachment(String) - Method in class ru.testit.writers.HttpWriter
 
writeAttachment(String) - Method in interface ru.testit.writers.Writer
 
writeClass(ClassContainer) - Method in class ru.testit.writers.HttpWriter
 
writeClass(ClassContainer) - Method in interface ru.testit.writers.Writer
 
Writer - Interface in ru.testit.writers
 
writeTest(TestResult) - Method in class ru.testit.writers.HttpWriter
 
writeTest(TestResult) - Method in interface ru.testit.writers.Writer
 
writeTests(MainContainer) - Method in class ru.testit.writers.HttpWriter
 
writeTests(MainContainer) - Method in interface ru.testit.writers.Writer
 
A B C D E F G H I L M N P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form