Skip navigation links
A B C D E F G H I L M N P R S T U V W 

A

Adapter - Class in ru.testit.services
 
Adapter() - Constructor for class ru.testit.services.Adapter
 
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, ApiClient, ListenerManager) - Constructor for class ru.testit.services.AdapterManager
 
AdapterMode - Enum in ru.testit.properties
 
addAttachment(String) - Method in interface ru.testit.clients.ApiClient
 
addAttachment(String) - Method in class ru.testit.clients.TmsApiClient
 
addAttachment(String) - Static method in class ru.testit.services.Adapter
Deprecated.
This method is no longer acceptable to compute time between versions.

Use Adapter.addAttachments(String attachment) instead.

addAttachments(List<String>) - Static method in class ru.testit.services.Adapter
 
addAttachments(String) - Static method in class ru.testit.services.Adapter
 
addAttachments(String, String) - Static method in class ru.testit.services.Adapter
 
addAttachments(String, InputStream) - Static method in class ru.testit.services.Adapter
 
addAttachments(List<String>) - Method in class ru.testit.services.AdapterManager
 
AddLink - Annotation Type in ru.testit.annotations
 
addLink(String, String, String, LinkType) - Static method in class ru.testit.services.Adapter
Deprecated.
This method is no longer acceptable to compute time between versions.

Use Adapter.addLinks(String, String, String, LinkType) instead.

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
 
anyMethod() - Method in class ru.testit.aspects.StepAspect
 
ApiClient - Interface in ru.testit.clients
 
AppProperties - Class in ru.testit.properties
 
AppProperties() - Constructor for class ru.testit.properties.AppProperties
 
AUTOMATIC_CREATION_TEST_CASES - Static variable in class ru.testit.properties.AppProperties
 
autoTestModelToAutoTestPutModel(AutoTestModel) - Static method in class ru.testit.writers.Converter
 

B

beforeTestStop(TestResult) - Method in interface ru.testit.listener.AdapterListener
 
beforeTestStop(TestResult) - Method in class ru.testit.listener.ListenerManager
 

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 Type 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.ApiClient
 
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
 
Converter - Class in ru.testit.writers
 
Converter() - Constructor for class ru.testit.writers.Converter
 
convertFixture(List<FixtureResult>, String) - Static method in class ru.testit.writers.Converter
 
convertPutLinks(List<LinkItem>) - Static method in class ru.testit.writers.Converter
 
convertResultFixture(List<FixtureResult>, String) - Static method in class ru.testit.writers.Converter
 
createAutoTest(CreateAutoTestRequest) - Method in interface ru.testit.clients.ApiClient
 
createAutoTest(CreateAutoTestRequest) - Method in class ru.testit.clients.TmsApiClient
 
createTestRun() - Method in interface ru.testit.clients.ApiClient
 
createTestRun() - Method in class ru.testit.clients.TmsApiClient
 

D

DefaultListener - Interface in ru.testit.listener
 
Description - Annotation Type in ru.testit.annotations
 
DisplayName - Annotation Type in ru.testit.annotations
 

E

ExecutableTest - Class in ru.testit.services
Describes executable test.
ExecutableTest() - Constructor for class ru.testit.services.ExecutableTest
 
ExternalId - Annotation Type 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>) - Static method in class ru.testit.services.Utils
 
extractWorkItemId(Method, Map<String, String>) - Static method in class ru.testit.services.Utils
 

F

failedStep(Throwable) - Method in class ru.testit.aspects.StepAspect
 
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 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.ApiClient
 
getAutoTestByExternalId(String) - 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.
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.FixtureResult
Gets name.
getName() - Method in class ru.testit.models.Label
Gets name.
getName() - Method in class ru.testit.models.StepResult
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 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
 
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(String, String) - Method in interface ru.testit.clients.ApiClient
 
getTestFromTestRun(String, String) - Method in class ru.testit.clients.TmsApiClient
 
getTestFromTestRun() - Method in class ru.testit.services.AdapterManager
 
getTestResult(UUID) - Method in interface ru.testit.clients.ApiClient
 
getTestResult(UUID) - Method in class ru.testit.clients.TmsApiClient
 
getTestResult(String) - Method in class ru.testit.services.ResultStorage
 
getTestRun(String) - Method in interface ru.testit.clients.ApiClient
 
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.LinkItem
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 ru.testit.models.LinkType
 
getValue() - Method in enum ru.testit.properties.AdapterMode
 
getWorkItemId() - Method in class ru.testit.models.TestResult
Gets work item id.

H

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

I

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
 
ItemStage - Enum in ru.testit.models
Item stages.
ItemStatus - Enum in ru.testit.models
Item statuses.

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 Type in ru.testit.annotations
 
Link - Annotation Type in ru.testit.annotations
 
link(String, String, LinkType, String) - Static method in class ru.testit.services.Adapter
Deprecated.
This method is no longer acceptable to compute time between versions.

Use Adapter.addLinks(String, String, String, LinkType) instead.

linkAutoTestToWorkItem(String, String) - Method in interface ru.testit.clients.ApiClient
 
linkAutoTestToWorkItem(String, 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 - Annotation Type in ru.testit.annotations
 
LinkType - Enum 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 Type in ru.testit.annotations
 

P

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

remove(String) - Method in class ru.testit.services.ResultStorage
 
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.
ResultWithSteps - Interface in ru.testit.models
The marker interface for model objects with steps.
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
 
runSafelyMethod(List<T>, BiConsumer<T, S>, S) - Method in class ru.testit.listener.ListenerManager
 

S

scheduleTestCase(TestResult) - Method in class ru.testit.services.AdapterManager
Schedule given test case.
sendTestResults(String, List<AutoTestResultsForTestRunModel>) - Method in interface ru.testit.clients.ApiClient
 
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 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.
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.FixtureResult
Sets name.
setName(String) - Method in class ru.testit.models.Label
Sets name.
setName(String) - Method in class ru.testit.models.StepResult
Sets name.
setName(String) - Method in class ru.testit.models.TestResult
Sets name.
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.
setParameters(String, Map<String, String>) - Static method in class ru.testit.services.Utils
 
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.LinkItem
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.
setWorkItemId(List<String>) - Method in class ru.testit.models.TestResult
Sets work item id.
shouldAutomaticCreationTestCases() - Method in class ru.testit.properties.AdapterConfig
 
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(JoinPoint) - Method in class ru.testit.aspects.StepAspect
 
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(String, String, StepResult) - Method in class ru.testit.services.AdapterManager
Start a new step as child of specified parent.
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 Type 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
 
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

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
 
testResultToAutoTestPostModel(TestResult) - Static method in class ru.testit.writers.Converter
 
testResultToAutoTestPutModel(TestResult) - Static method in class ru.testit.writers.Converter
 
testResultToAutoTestResultsForTestRunModel(TestResult) - Static method in class ru.testit.writers.Converter
 
testResultToTestResultUpdateModel(TestResultModel) - Static method in class ru.testit.writers.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 - Annotation Type in ru.testit.annotations
 
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
 

U

updateAutoTest(UpdateAutoTestRequest) - Method in interface ru.testit.clients.ApiClient
 
updateAutoTest(UpdateAutoTestRequest) - 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.
updateStep(Consumer<StepResult>) - Method in class ru.testit.services.AdapterManager
Updates current step.
updateStep(String, Consumer<StepResult>) - Method in class ru.testit.services.AdapterManager
Updates step by specified uuid.
updateTestCase(Consumer<TestResult>) - Method in class ru.testit.services.AdapterManager
Updates current test case
updateTestCase(String, Consumer<TestResult>) - Method in class ru.testit.services.AdapterManager
Updates test case by given uuid.
updateTestResult(UUID, ApiV2TestResultsIdPutRequest) - Method in interface ru.testit.clients.ApiClient
 
updateTestResult(UUID, ApiV2TestResultsIdPutRequest) - Method in class ru.testit.clients.TmsApiClient
 
URL - Static variable in class ru.testit.properties.AppProperties
 
urlTrim(String) - Static method in class ru.testit.services.Utils
 
Utils - Class in ru.testit.services
 
Utils() - Constructor for class ru.testit.services.Utils
 

V

value() - Method in enum ru.testit.models.ItemStage
Value string.
value() - Method in enum ru.testit.models.ItemStatus
Value string.
valueOf(String) - Static method in enum ru.testit.models.ItemStage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.testit.models.ItemStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.testit.models.LinkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.testit.properties.AdapterMode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum ru.testit.properties.AdapterMode
 
values() - Static method in enum ru.testit.models.ItemStage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.testit.models.ItemStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.testit.models.LinkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.testit.properties.AdapterMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

withStepAnnotation() - Method in class ru.testit.aspects.StepAspect
 
WorkItemId - Annotation Type in ru.testit.annotations
Deprecated.
This annotation is no longer acceptable to compute time between versions.

Use WorkItemIds instead.

WorkItemIds - Annotation Type 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 
Skip navigation links