Index
All Classes and Interfaces|All Packages
A
- Adapter - Class in ru.testit.services
- Adapter() - Constructor for class ru.testit.services.Adapter
- AdapterManager - Class in ru.testit.services
-
This class manages data from a test framework.
- AdapterManager() - Constructor for class ru.testit.services.AdapterManager
- AdapterManager(ThreadContext, ResultStorage, Writer) - Constructor for class ru.testit.services.AdapterManager
- 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
- addAttachments(List<String>) - Static method in class ru.testit.services.Adapter
- addAttachments(List<String>) - Method in class ru.testit.services.AdapterManager
- addLink(String, String, String, LinkType) - Static method in class ru.testit.services.Adapter
- AddLink - Annotation Interface in ru.testit.annotations
- 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
- ApiClientExtended - Class in ru.testit.clients
- ApiClientExtended() - Constructor for class ru.testit.clients.ApiClientExtended
- AppProperties - Class in ru.testit.properties
- AppProperties() - Constructor for class ru.testit.properties.AppProperties
- autoTestModelToAutoTestPutModel(AutoTestModel) - Static method in class ru.testit.writers.Converter
B
- 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
C
- ClassContainer - Class in ru.testit.models
-
Model describes class container.
- ClassContainer() - Constructor for class ru.testit.models.ClassContainer
- 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
- Converter - Class in ru.testit.writers
- Converter() - Constructor for class ru.testit.writers.Converter
- convertFixture(ResultStorage, List<String>, String) - Static method in class ru.testit.writers.Converter
- convertResultFixture(ResultStorage, List<String>, String) - Static method in class ru.testit.writers.Converter
- createAutoTest(AutoTestPostModel) - Method in interface ru.testit.clients.ApiClient
- createAutoTest(AutoTestPostModel) - Method in class ru.testit.clients.TmsApiClient
- createTestRun(TestRunV2PostShortModel) - Method in interface ru.testit.clients.ApiClient
- createTestRun(TestRunV2PostShortModel) - Method in class ru.testit.clients.TmsApiClient
D
- 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
- ExecutableTest - Class in ru.testit.services
-
Describes executable test.
- ExecutableTest() - Constructor for class ru.testit.services.ExecutableTest
- ExternalId - Annotation Interface in ru.testit.annotations
- extractDescription(Method) - Static method in class ru.testit.services.Utils
- extractDisplayName(Method) - Static method in class ru.testit.services.Utils
- extractExternalID(Method) - Static method in class ru.testit.services.Utils
- extractLabels(Method) - Static method in class ru.testit.services.Utils
- extractLinks(Method) - Static method in class ru.testit.services.Utils
- extractTitle(Method) - Static method in class ru.testit.services.Utils
- extractWorkItemId(Method) - 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, Step) - Method in class ru.testit.aspects.StepAspect
- FINISHED - Enum constant in enum class ru.testit.models.ItemStage
-
Finished stage.
- finishLaunch() - Method in class ru.testit.writers.HttpWriter
- finishLaunch() - Method in interface ru.testit.writers.Writer
- finishStep(Step) - Method in class ru.testit.aspects.StepAspect
- FixtureResult - Class in ru.testit.models
-
Model describes fixture.
- FixtureResult() - Constructor for class ru.testit.models.FixtureResult
G
- get(String, Class<T>) - Method in class ru.testit.services.ResultStorage
- 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.
- getAutoTestByExternalId(String, String) - Method in interface ru.testit.clients.ApiClient
- getAutoTestByExternalId(String, 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.
- 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.
- getConfigurationId() - Method in class ru.testit.clients.ClientConfiguration
- getCurrent() - Method in class ru.testit.services.ThreadContext
-
Returns last (most recent) uuid.
- 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
- 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.
- 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.
- 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.
- 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
- 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 class ru.testit.models.LinkType
- 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
- INPROGRESS - Enum constant in enum class ru.testit.models.ItemStatus
-
Marks in progress tests.
- invokeAPI(String, String, String, List<Pair>, Object, Map<String, String>, Map<String, String>, Map<String, Object>, String, String, String[], GenericType<T>, boolean) - Method in class ru.testit.clients.ApiClientExtended
- isAfter() - Method in class ru.testit.services.ExecutableTest
- 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.
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(String, String, LinkType, String) - Static method in class ru.testit.services.Adapter
-
Deprecated.
- Link - Annotation Interface in ru.testit.annotations
- 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() - Element in annotation interface ru.testit.annotations.Links
- Links - Annotation Interface in ru.testit.annotations
- LinkType - Enum Class in ru.testit.models
- 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
- multipartBoundary - Variable in class ru.testit.clients.ApiClientExtended
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.
- put(String, T) - Method in class ru.testit.services.ResultStorage
R
- random - Variable in class ru.testit.clients.ApiClientExtended
- RELATED - Enum constant in enum class ru.testit.models.LinkType
- 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.
- 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.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
- RUNNING - Enum constant in enum class ru.testit.models.ItemStage
-
Running stage.
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.ApiClient
- sendTestResults(String, List<AutoTestResultsForTestRunModel>) - Method in class ru.testit.clients.TmsApiClient
- serializeToString(Object, Map<String, Object>, String, boolean) - Method in class ru.testit.clients.ApiClientExtended
- setAfterClassMethods(List<String>) - Method in class ru.testit.models.ClassContainer
-
Sets afterClassMethods.
- setAfterEachTest(List<String>) - Method in class ru.testit.models.ClassContainer
-
Sets afters.
- setAfterMethods(List<String>) - 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.
- setBeforeClassMethods(List<String>) - Method in class ru.testit.models.ClassContainer
-
Sets beforeClassMethods.
- setBeforeEachTest(List<String>) - Method in class ru.testit.models.ClassContainer
-
Sets getBeforeEachTest.
- setBeforeMethods(List<String>) - 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.
- 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<String>) - Method in class ru.testit.models.FixtureResult
-
Sets steps.
- setSteps(List<String>) - Method in class ru.testit.models.StepResult
-
Sets steps.
- setSteps(List<String>) - 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(String) - Method in class ru.testit.models.TestResult
-
Sets work item id.
- 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.
- startLaunch() - Method in class ru.testit.writers.HttpWriter
- startLaunch() - Method in interface ru.testit.writers.Writer
- 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, Step) - 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
- 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.
- stopTestCase(String) - Method in class ru.testit.services.AdapterManager
-
Stops test case by given uuid.
- stopTests() - Method in class ru.testit.services.AdapterManager
T
- 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(ResultStorage, TestResult) - Static method in class ru.testit.writers.Converter
- testResultToAutoTestPutModel(ResultStorage, TestResult) - Static method in class ru.testit.writers.Converter
- testResultToAutoTestResultsForTestRunModel(ResultStorage, TestResult) - 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() - Element in annotation interface ru.testit.annotations.Link
- Title - Annotation Interface in ru.testit.annotations
- TmsApiClient - Class in ru.testit.clients
- TmsApiClient(ClientConfiguration) - Constructor for class ru.testit.clients.TmsApiClient
- type() - Element in annotation interface ru.testit.annotations.Link
U
- updateAutoTest(AutoTestPutModel) - Method in interface ru.testit.clients.ApiClient
- updateAutoTest(AutoTestPutModel) - 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(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
- url() - Element in annotation interface ru.testit.annotations.Link
- 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() - 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.Title
- value() - Element in annotation interface ru.testit.annotations.WorkItemId
- value() - Method in enum class ru.testit.models.ItemStage
-
Value string.
- value() - Method in enum class ru.testit.models.ItemStatus
-
Value string.
- 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.
- 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.
W
- withStepAnnotation(Step) - Method in class ru.testit.aspects.StepAspect
- WorkItemId - 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
All Classes and Interfaces|All Packages
Use
Adapter.addLink(String, String, String, LinkType)addLink()} instead.