- 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.
- 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(JoinPoint, Step) - 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.
- stopTestCase(String) - Method in class ru.testit.services.AdapterManager
-
Stops test case by given uuid.
- stopTests() - Method in class ru.testit.services.AdapterManager
-