$ A B C D E F G H I K L M N O P R S T U V W _
All Classes All Packages
All Classes All Packages
All Classes All Packages
$
- $(String, Runnable) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.Step
-
Creates a step and performs it immediately.
- $(String, Supplier<T>) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.Step
-
Creates a step and performs it immediately.
A
- absence(SequentialGetStepSupplier<T, ?, ?, ?, ?>) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.Absence
-
Creates an instance of
Absence
. - Absence<T> - Class in ru.tinkoff.qa.neptune.core.api.steps
- absenceOf(SequentialGetStepSupplier<? super THIS, ?, ?, ?, ?>, Duration) - Method in class ru.tinkoff.qa.neptune.core.api.steps.context.Context
-
Checks is some object absent.
- absenceOfOrThrow(SequentialGetStepSupplier<? super THIS, ?, ?, ?, ?>, Duration) - Method in class ru.tinkoff.qa.neptune.core.api.steps.context.Context
-
Checks is some object absent or not.
- AbstractSetOfObjectsMatcher<S,R> - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.iterables
- AbstractSetOfObjectsMatcher(boolean, Matcher<? super R>...) - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.AbstractSetOfObjectsMatcher
- AbstractStepTransformParameters - Class in ru.tinkoff.qa.neptune.core.api.agent
- AbstractStepTransformParameters() - Constructor for class ru.tinkoff.qa.neptune.core.api.agent.AbstractStepTransformParameters
- accept(R) - Method in interface ru.tinkoff.qa.neptune.core.api.properties.PropertySupplier
-
Sets a new value of some system property.
- Action<T> - Interface in ru.tinkoff.qa.neptune.core.api.steps
-
This is the functional interface which is designed to perform steps that do something but do not return any value.
- addFields(Class<?>) - Method in class ru.tinkoff.qa.neptune.core.api.localization.BundleFillerExtension
- addIgnored(Class<? extends Throwable>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.Presence
- addIgnored(Class<? extends Throwable>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier
- addIgnored(Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.Presence
- addIgnored(Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier
- AdditionalMetadata<T extends Annotation> - Class in ru.tinkoff.qa.neptune.core.api.steps.annotations
-
Creates an object which plays role of additional data that helps to create parameters and description of steps
- AdditionalMetadata(Class<?>, String, Class<T>, Supplier<T>) - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.annotations.AdditionalMetadata
- additionalParameters() - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialActionSupplier
-
Returns additional parameters calculated during step execution
- additionalParameters() - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier
-
Returns additional parameters calculated during step execution
- addMethods(Class<?>) - Method in class ru.tinkoff.qa.neptune.core.api.localization.BundleFillerExtension
- addParameters(Map<String, String>) - Method in class ru.tinkoff.qa.neptune.core.api.event.firing.console.DefaultConsoleEventLogger
- addParameters(Map<String, String>) - Method in interface ru.tinkoff.qa.neptune.core.api.event.firing.EventLogger
-
Adds parameters calculated during the step performing.
- afterIndex(int) - Method in class ru.tinkoff.qa.neptune.core.api.steps.selections.SelectionOfItems
-
Sets lower index (exclusively) to get items.
- AgentStartingSuiteListener - Class in ru.tinkoff.qa.neptune.core.api.agent.testng
- AgentStartingSuiteListener() - Constructor for class ru.tinkoff.qa.neptune.core.api.agent.testng.AgentStartingSuiteListener
- AgentStartingTestExecutionListener - Class in ru.tinkoff.qa.neptune.core.api.agent.junit.platform
- AgentStartingTestExecutionListener() - Constructor for class ru.tinkoff.qa.neptune.core.api.agent.junit.platform.AgentStartingTestExecutionListener
- all(Matcher<? super T>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.common.all.AllCriteriaMatcher
-
Creates a matcher that checks an object by every defined criteria
- AllCriteriaMatcher<T> - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.common.all
-
This matcher checks an object by every defined criteria
- AllMatchersParameterValueGetter - Class in ru.tinkoff.qa.neptune.core.api.hamcrest
- AllMatchersParameterValueGetter() - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.AllMatchersParameterValueGetter
- AND(Criteria<? super T>...) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.Criteria
-
The joining of defined criteria with AND-condition.
- andGreater(int) - Method in class ru.tinkoff.qa.neptune.core.api.steps.selections.ItemsCountCondition.WhenCountLesser
-
Defines lower value of items count exclusively
- andGreaterOrEqual(int) - Method in class ru.tinkoff.qa.neptune.core.api.steps.selections.ItemsCountCondition.WhenCountLesser
-
Defines lower value of items count inclusively
- andLesser(int) - Method in class ru.tinkoff.qa.neptune.core.api.steps.selections.ItemsCountCondition.WhenCountGreater
-
Defines upper value of items count exclusively
- andLesserOrEqual(int) - Method in class ru.tinkoff.qa.neptune.core.api.steps.selections.ItemsCountCondition.WhenCountGreater
-
Defines upper value of items count inclusively
- AnyMatcher<T> - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.common.any
-
This matcher checks an object by any of defined criteria
- AnyMatcherParameterValueGetter - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.common.any
- AnyMatcherParameterValueGetter() - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.common.any.AnyMatcherParameterValueGetter
- anyOne(Matcher<? super T>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.common.any.AnyMatcher
-
Creates a matcher that checks an object by any of defined criteria
- appendMismatchDescription(Description) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.NeptuneFeatureMatcher
- appendMismatchDescription(Matcher<?>, Object) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.NeptuneFeatureMatcher
- appendMismatchDescription(MismatchDescriber) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.NeptuneFeatureMatcher
- ArrayCaptor - Class in ru.tinkoff.qa.neptune.core.api.event.firing.collections
- ArrayCaptor() - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.collections.ArrayCaptor
- ArrayCaptor(String) - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.collections.ArrayCaptor
- ArrayFunctionFactory() - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ArrayFunctionFactory
- arrayHasItem(Matcher<? super T>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks an array.
- arrayHasItem(Matcher<? super T>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks an array.
- arrayHasItem(T) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks an array.
- arrayHasItems(int, Matcher<? super T>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks an array.
- arrayHasItems(int, Matcher<? super T>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks an array.
- arrayHasItems(int, T) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks an array.
- arrayHasItems(Matcher<Integer>, Matcher<? super T>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks an array.
- arrayHasItems(Matcher<Integer>, Matcher<? super T>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks an array.
- arrayHasItems(Matcher<Integer>, T) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks an array.
- arrayIncludes(Matcher<? super T>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsIncludesMatcher
-
Creates a matcher that checks an array.
- arrayIncludes(T...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsIncludesMatcher
-
Creates a matcher that checks an array.
- arrayIncludesInOrder(Matcher<? super T>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsIncludesMatcher
-
Creates a matcher that checks an array.
- arrayIncludesInOrder(T...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsIncludesMatcher
-
Creates a matcher that checks an array.
- arrayInOrder(Matcher<? super T>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsConsistsOfMatcher
-
Creates a matcher that checks an array.
- arrayInOrder(T...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsConsistsOfMatcher
-
Creates a matcher that checks an array.
- ArrayItemFunctionFactory() - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ArrayItemFunctionFactory
- arrayOf(Matcher<? super T>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsConsistsOfMatcher
-
Creates a matcher that checks an array.
- arrayOf(T...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsConsistsOfMatcher
-
Creates a matcher that checks an array.
- AS_IS - Static variable in class ru.tinkoff.qa.neptune.core.api.steps.conditions.ToGetConditionalHelper
B
- beforeIndex(int) - Method in class ru.tinkoff.qa.neptune.core.api.steps.selections.SelectionOfItems
-
Sets upper index (exclusively) to get items.
- Bind - Annotation Type in ru.tinkoff.qa.neptune.core.api.binding
-
This annotation is used to bind classes to each other.
- Bind.DefaultBindReader - Class in ru.tinkoff.qa.neptune.core.api.binding
-
Finds classes and fields annotated by
BindRepeatable
and provides easy access to found metadata. - BindRepeatable - Annotation Type in ru.tinkoff.qa.neptune.core.api.binding
- BindToPartition - Annotation Type in ru.tinkoff.qa.neptune.core.api.localization
-
This annotation marks customer's subclasses of
BundleFillerExtension
to bind them to specificLocalizationBundlePartition
. - BindToPartitions - Annotation Type in ru.tinkoff.qa.neptune.core.api.localization
- BooleanValuePropertySupplier - Interface in ru.tinkoff.qa.neptune.core.api.properties.booleans
-
This interface is designed to read properties and return boolean values.
- buildTextByTemplate(String, List<TemplateParameter>) - Static method in class ru.tinkoff.qa.neptune.core.api.localization.TemplateParameter
- BundleFillerExtension - Class in ru.tinkoff.qa.neptune.core.api.localization
- BundleFillerExtension(List<Class<?>>, String) - Constructor for class ru.tinkoff.qa.neptune.core.api.localization.BundleFillerExtension
- BundleFillerExtension(List<Class<?>>, String, ToIncludeClassDescription) - Constructor for class ru.tinkoff.qa.neptune.core.api.localization.BundleFillerExtension
- BusyThreads - Class in ru.tinkoff.qa.neptune.core.api.concurrency
- by() - Method in annotation type ru.tinkoff.qa.neptune.core.api.event.firing.annotations.CaptureOnFailure
- by() - Method in annotation type ru.tinkoff.qa.neptune.core.api.event.firing.annotations.CaptureOnSuccess
- ByteValuePropertySupplier - Interface in ru.tinkoff.qa.neptune.core.api.properties.bytes
-
This interface is designed to read properties and return byte values.
C
- Captor<T,S> - Class in ru.tinkoff.qa.neptune.core.api.event.firing
-
This class is designed to catch different objects for the logging/report.
- Captor() - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.Captor
- Captor(String) - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.Captor
- Captor(String, List<? extends CapturedDataInjector<S>>) - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.Captor
- Captor(List<? extends CapturedDataInjector<S>>) - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.Captor
- CaptorUtil - Class in ru.tinkoff.qa.neptune.core.api.event.firing.annotations
- CaptorUtil() - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.annotations.CaptorUtil
- capture(T) - Method in class ru.tinkoff.qa.neptune.core.api.event.firing.Captor
- CapturedDataInjector<T> - Interface in ru.tinkoff.qa.neptune.core.api.event.firing
- CapturedEvents - Enum in ru.tinkoff.qa.neptune.core.api.properties.general.events
-
Types of events to be captured by the logging/reporting.
- CapturedFileInjector - Interface in ru.tinkoff.qa.neptune.core.api.event.firing.captors
- CapturedImageInjector - Interface in ru.tinkoff.qa.neptune.core.api.event.firing.captors
- CapturedStringInjector - Interface in ru.tinkoff.qa.neptune.core.api.event.firing.captors
- CaptureOnFailure - Annotation Type in ru.tinkoff.qa.neptune.core.api.event.firing.annotations
-
Annotates subclasses of
SequentialGetStepSupplier
andSequentialActionSupplier
to define which capture should be made then step is failed. - CaptureOnFailure.CaptureOnFailureReader - Class in ru.tinkoff.qa.neptune.core.api.event.firing.annotations
- CaptureOnFailureReader() - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.annotations.CaptureOnFailure.CaptureOnFailureReader
- CaptureOnSuccess - Annotation Type in ru.tinkoff.qa.neptune.core.api.event.firing.annotations
-
Annotates subclasses of
SequentialGetStepSupplier
andSequentialActionSupplier
to define which capture should be made then step is succeed. - CaptureOnSuccess.CaptureOnSuccessReader - Class in ru.tinkoff.qa.neptune.core.api.event.firing.annotations
- CaptureOnSuccessReader() - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.annotations.CaptureOnSuccess.CaptureOnSuccessReader
- catchFailureEvent() - Static method in class ru.tinkoff.qa.neptune.core.api.properties.general.events.DoCapturesOf
-
Should be failure events captured or not.
- catchSuccessEvent() - Static method in class ru.tinkoff.qa.neptune.core.api.properties.general.events.DoCapturesOf
-
Should be success events captured or not.
- catchValue(T, Collection<Captor<Object, Object>>) - Static method in class ru.tinkoff.qa.neptune.core.api.event.firing.StaticEventFiring
- checkByStringContainingOrRegExp(String) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.Criteria
-
An auxiliary method that helps to describe some
Criteria
when it is necessary to check some string on containing of a substring / regexp matching - checkFeature(Object) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.NeptuneFeatureMatcher
- classTranslation(Class<T>, String, List<TemplateParameter>, Locale) - Method in class ru.tinkoff.qa.neptune.core.api.localization.LocalizationByResourceBundle
- classTranslation(Class<T>, String, List<TemplateParameter>, Locale) - Method in interface ru.tinkoff.qa.neptune.core.api.localization.StepLocalization
-
Makes translation by usage of a class.
- CollectionCaptor - Class in ru.tinkoff.qa.neptune.core.api.event.firing.collections
- CollectionCaptor() - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.collections.CollectionCaptor
- CollectionCaptor(String) - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.collections.CollectionCaptor
- concatMatcherDescriptions(String, Matcher<?>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.NeptuneFeatureMatcher
-
Concatenates descriptions of matchers into one using a delimiter string.
- concatMatcherDescriptions(Matcher<?>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.NeptuneFeatureMatcher
-
Concatenates descriptions of matchers into one using SPACE as delimiter string.
- condition(String, Predicate<T>) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.Criteria
-
Creates and instance of
Criteria
- condition(Predicate<T>) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.Criteria
- Context<THIS extends Context<THIS>> - Class in ru.tinkoff.qa.neptune.core.api.steps.context
-
/** This class describes something that contains resources for the step performing.
- Context() - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.context.Context
- ContextFactory - Class in ru.tinkoff.qa.neptune.core.api.steps.context
- ContextRefreshable - Interface in ru.tinkoff.qa.neptune.core.api.cleaning
- CoreLocalizationBundlePartition - Class in ru.tinkoff.qa.neptune.core.api.localization
- CoreLocalizationBundlePartition() - Constructor for class ru.tinkoff.qa.neptune.core.api.localization.CoreLocalizationBundlePartition
- Count - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.descriptions
- Count() - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.descriptions.Count
- CountOfItemsDoesntMatchCondition - Class in ru.tinkoff.qa.neptune.core.api.steps.selections.mismatch.dictionary
- CountOfItemsDoesntMatchCondition(int, ItemsCountCondition) - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.selections.mismatch.dictionary.CountOfItemsDoesntMatchCondition
- createFunction(Function<T, R[]>, Duration, Duration, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ArrayFunctionFactory
- createFunction(Function<T, R[]>, Duration, Duration, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ArrayItemFunctionFactory
- createFunction(Function<T, R[]>, Duration, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ArrayFunctionFactory
- createFunction(Function<T, R[]>, Duration, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ArrayItemFunctionFactory
- createFunction(Function<T, R[]>, Duration, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ArrayFunctionFactory
- createFunction(Function<T, R[]>, Duration, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ArrayItemFunctionFactory
- createFunction(Function<T, R[]>, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ArrayFunctionFactory
- createFunction(Function<T, R[]>, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ArrayItemFunctionFactory
- createFunction(Function<T, R[]>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ArrayFunctionFactory
- createFunction(Function<T, R[]>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ArrayItemFunctionFactory
- createFunction(Function<T, R[]>, Predicate<R>, Duration, Duration, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ArrayFunctionFactory
- createFunction(Function<T, R[]>, Predicate<R>, Duration, Duration, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ArrayItemFunctionFactory
- createFunction(Function<T, R[]>, Predicate<R>, Duration, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ArrayFunctionFactory
- createFunction(Function<T, R[]>, Predicate<R>, Duration, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ArrayItemFunctionFactory
- createFunction(Function<T, R[]>, Predicate<R>, Duration, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ArrayFunctionFactory
- createFunction(Function<T, R[]>, Predicate<R>, Duration, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ArrayItemFunctionFactory
- createFunction(Function<T, R[]>, Predicate<R>, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ArrayFunctionFactory
- createFunction(Function<T, R[]>, Predicate<R>, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ArrayItemFunctionFactory
- createFunction(Function<T, R[]>, Predicate<R>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ArrayFunctionFactory
- createFunction(Function<T, R[]>, Predicate<R>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ArrayItemFunctionFactory
- createFunction(Function<T, R[]>, Predicate<R>, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ArrayFunctionFactory
- createFunction(Function<T, R[]>, Predicate<R>, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ArrayItemFunctionFactory
- createFunction(Function<T, R[]>, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ArrayFunctionFactory
- createFunction(Function<T, R[]>, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ArrayItemFunctionFactory
- createFunction(Function<T, R>, Duration, Duration, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ObjectFunctionFactory
- createFunction(Function<T, R>, Duration, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ObjectFunctionFactory
- createFunction(Function<T, R>, Duration, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ObjectFunctionFactory
- createFunction(Function<T, R>, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ObjectFunctionFactory
- createFunction(Function<T, R>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ObjectFunctionFactory
- createFunction(Function<T, R>, Predicate<R>, Duration, Duration, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ObjectFunctionFactory
- createFunction(Function<T, R>, Predicate<R>, Duration, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ObjectFunctionFactory
- createFunction(Function<T, R>, Predicate<R>, Duration, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ObjectFunctionFactory
- createFunction(Function<T, R>, Predicate<R>, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ObjectFunctionFactory
- createFunction(Function<T, R>, Predicate<R>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ObjectFunctionFactory
- createFunction(Function<T, R>, Predicate<R>, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ObjectFunctionFactory
- createFunction(Function<T, R>, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ObjectFunctionFactory
- createFunction(Function<T, S>, Duration, Duration, Collection<Class<? extends Throwable>>) - Method in interface ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory
- createFunction(Function<T, S>, Duration, Duration, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.IterableItemFunctionFactory
- createFunction(Function<T, S>, Duration, Duration, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ListFunctionFactory
- createFunction(Function<T, S>, Duration, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in interface ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory
- createFunction(Function<T, S>, Duration, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.IterableItemFunctionFactory
- createFunction(Function<T, S>, Duration, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ListFunctionFactory
- createFunction(Function<T, S>, Duration, Collection<Class<? extends Throwable>>) - Method in interface ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory
- createFunction(Function<T, S>, Duration, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.IterableItemFunctionFactory
- createFunction(Function<T, S>, Duration, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ListFunctionFactory
- createFunction(Function<T, S>, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in interface ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory
- createFunction(Function<T, S>, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.IterableItemFunctionFactory
- createFunction(Function<T, S>, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ListFunctionFactory
- createFunction(Function<T, S>, Collection<Class<? extends Throwable>>) - Method in interface ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory
- createFunction(Function<T, S>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.IterableItemFunctionFactory
- createFunction(Function<T, S>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ListFunctionFactory
- createFunction(Function<T, S>, Predicate<P>, Duration, Duration, Collection<Class<? extends Throwable>>) - Method in interface ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory
- createFunction(Function<T, S>, Predicate<P>, Duration, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in interface ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory
- createFunction(Function<T, S>, Predicate<P>, Duration, Collection<Class<? extends Throwable>>) - Method in interface ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory
- createFunction(Function<T, S>, Predicate<P>, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in interface ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory
- createFunction(Function<T, S>, Predicate<P>, Collection<Class<? extends Throwable>>) - Method in interface ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory
- createFunction(Function<T, S>, Predicate<P>, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in interface ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory
- createFunction(Function<T, S>, Predicate<R>, Duration, Duration, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.IterableItemFunctionFactory
- createFunction(Function<T, S>, Predicate<R>, Duration, Duration, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ListFunctionFactory
- createFunction(Function<T, S>, Predicate<R>, Duration, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.IterableItemFunctionFactory
- createFunction(Function<T, S>, Predicate<R>, Duration, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ListFunctionFactory
- createFunction(Function<T, S>, Predicate<R>, Duration, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.IterableItemFunctionFactory
- createFunction(Function<T, S>, Predicate<R>, Duration, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ListFunctionFactory
- createFunction(Function<T, S>, Predicate<R>, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.IterableItemFunctionFactory
- createFunction(Function<T, S>, Predicate<R>, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ListFunctionFactory
- createFunction(Function<T, S>, Predicate<R>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.IterableItemFunctionFactory
- createFunction(Function<T, S>, Predicate<R>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ListFunctionFactory
- createFunction(Function<T, S>, Predicate<R>, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.IterableItemFunctionFactory
- createFunction(Function<T, S>, Predicate<R>, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ListFunctionFactory
- createFunction(Function<T, S>, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in interface ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory
- createFunction(Function<T, S>, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.IterableItemFunctionFactory
- createFunction(Function<T, S>, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ListFunctionFactory
- createInjectors(Class<?>) - Static method in class ru.tinkoff.qa.neptune.core.api.event.firing.annotations.UseInjectors.UseInjectorReader
- createStepParameter(String) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.annotations.StepParameter.StepParameterCreator
- Criteria<T> - Class in ru.tinkoff.qa.neptune.core.api.steps
-
This class is designed to create a
Predicate
used bySequentialGetStepSupplier
- CriteriaCollectionValueGetter - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.common.only.one
- CriteriaCollectionValueGetter() - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.common.only.one.CriteriaCollectionValueGetter
- CriteriaTransformParameters - Class in ru.tinkoff.qa.neptune.core.api.agent
- CriteriaTransformParameters() - Constructor for class ru.tinkoff.qa.neptune.core.api.agent.CriteriaTransformParameters
D
- DataTransformer - Interface in ru.tinkoff.qa.neptune.core.api.data.format
-
This interface allows to not force users to use specific serialization / deserialization library.
- DEFAULT_LOCALE_PROPERTY - Static variable in class ru.tinkoff.qa.neptune.core.api.properties.general.localization.DefaultLocaleProperty
- DEFAULT_LOCALIZATION_ENGINE - Static variable in class ru.tinkoff.qa.neptune.core.api.properties.general.localization.DefaultLocalizationEngine
- DEFAULT_MESSAGE_STARTING - Static variable in annotation type ru.tinkoff.qa.neptune.core.api.steps.annotations.ThrowWhenNoData
- DefaultBindReader() - Constructor for class ru.tinkoff.qa.neptune.core.api.binding.Bind.DefaultBindReader
- DefaultConsoleEventLogger - Class in ru.tinkoff.qa.neptune.core.api.event.firing.console
- DefaultConsoleEventLogger() - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.console.DefaultConsoleEventLogger
- DefaultLocaleProperty - Class in ru.tinkoff.qa.neptune.core.api.properties.general.localization
- DefaultLocalizationEngine - Class in ru.tinkoff.qa.neptune.core.api.properties.general.localization
- DefaultParameterValueGetter() - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.parameters.ParameterValueGetter.DefaultParameterValueGetter
- DefaultToIncludeClassDescriptionImpl() - Constructor for class ru.tinkoff.qa.neptune.core.api.localization.ToIncludeClassDescription.DefaultToIncludeClassDescriptionImpl
- DependencyInjector - Interface in ru.tinkoff.qa.neptune.core.api.dependency.injection
-
It is designed for the filling of not static and not final fields of objects.
- dependencyInjectors - Static variable in interface ru.tinkoff.qa.neptune.core.api.dependency.injection.DependencyInjector
- DescribedStepInterceptor - Class in ru.tinkoff.qa.neptune.core.api.agent
- DescribedStepInterceptor() - Constructor for class ru.tinkoff.qa.neptune.core.api.agent.DescribedStepInterceptor
- describeMismatch(Object, Description) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.NeptuneFeatureMatcher
- describeTo(Description) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.NeptuneFeatureMatcher
- description() - Method in annotation type ru.tinkoff.qa.neptune.core.api.properties.PropertyDescription
- description(Class<?>) - Method in class ru.tinkoff.qa.neptune.core.api.localization.ToIncludeClassDescription.DefaultToIncludeClassDescriptionImpl
- description(Class<?>) - Method in interface ru.tinkoff.qa.neptune.core.api.localization.ToIncludeClassDescription
-
Creates description of a class which is included to generated resource bundle
- Description - Annotation Type in ru.tinkoff.qa.neptune.core.api.steps.annotations
- DescriptionFragment - Annotation Type in ru.tinkoff.qa.neptune.core.api.steps.annotations
- deserialize(String, TypeReference<T>) - Method in interface ru.tinkoff.qa.neptune.core.api.data.format.DataTransformer
-
Deserializes string to java object.
- deserialize(String, Class<T>) - Method in interface ru.tinkoff.qa.neptune.core.api.data.format.DataTransformer
-
Deserializes string to java object.
- DifferentSizeMismatch - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.descriptions
- DifferentSizeMismatch(int, int) - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.descriptions.DifferentSizeMismatch
- DO_CAPTURES_OF_INSTANCE - Static variable in class ru.tinkoff.qa.neptune.core.api.properties.general.events.DoCapturesOf
- DoCapturesOf - Class in ru.tinkoff.qa.neptune.core.api.properties.general.events
- DoesNotMatchAnyCriteria - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.common
- DoesNotMatchAnyCriteria(Object) - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.common.DoesNotMatchAnyCriteria
- DoesntMatch - Class in ru.tinkoff.qa.neptune.core.api.steps.selections.mismatch.dictionary
- DoesntMatch(Criteria<?>) - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.selections.mismatch.dictionary.DoesntMatch
- doNotReportNullValues() - Method in annotation type ru.tinkoff.qa.neptune.core.api.steps.annotations.StepParameter
-
Defines whenever to skip or not parameter whose value is
null
- DoubleValuePropertySupplier - Interface in ru.tinkoff.qa.neptune.core.api.properties.doubles
-
This interface is designed to read properties and return double values.
- DurationParameterValueGetter() - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.parameters.ParameterValueGetter.DurationParameterValueGetter
- DurationSupplier - Class in ru.tinkoff.qa.neptune.core.api.properties.duration
- DurationSupplier(EnumPropertySuppler<ChronoUnit>, LongValuePropertySupplier) - Constructor for class ru.tinkoff.qa.neptune.core.api.properties.duration.DurationSupplier
E
- eachEntry(Matcher<? super K>, Matcher<? super V>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsEachItemMatcher
-
Creates a matcher that checks a map.
- eachEntryKey(Matcher<? super K>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsEachItemMatcher
-
Creates a matcher that checks a map.
- eachEntryValue(Matcher<? super V>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsEachItemMatcher
-
Creates a matcher that checks a map.
- eachOfArray(Matcher<? super T>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsEachItemMatcher
-
Creates a matcher that checks an array.
- eachOfIterable(Matcher<? super T>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsEachItemMatcher
-
Creates a matcher that checks an
Iterable
. - EmptyMismatch - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.descriptions
- EmptyMismatch() - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.descriptions.EmptyMismatch
- encodePathSubstring(Object) - Static method in class ru.tinkoff.qa.neptune.core.api.utils.URLEncodeUtil
-
Encodes a string that is supposed to be a substring of a path of an URI/URL.
- encodeQuerySubstring(String, boolean) - Static method in class ru.tinkoff.qa.neptune.core.api.utils.URLEncodeUtil
-
Encodes a string that is supposed to be a substring of a query of an URI/URL.
- entryKey(K) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.MapEntryMatcher
-
Creates a matcher that check key of an entry of a map.
- entryKey(Matcher<? super K>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.MapEntryMatcher
-
Creates a matcher that check key of an entry of a map.
- entryKey(Matcher<? super K>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.MapEntryMatcher
-
Creates a matcher that check key of an entry of a map.
- entryValue(Matcher<? super V>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.MapEntryMatcher
-
Creates a matcher that check value of an entry of a map.
- entryValue(Matcher<? super V>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.MapEntryMatcher
-
Creates a matcher that check value of an entry of a map.
- entryValue(V) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.MapEntryMatcher
-
Creates a matcher that check value of an entry of a map.
- EnumPropertySuppler<T extends Enum<?>> - Interface in ru.tinkoff.qa.neptune.core.api.properties.enums
-
This interface is designed to read properties and return single constants declared by enums.
- eraseTimeOut(T) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier
- evaluate(T) - Method in class ru.tinkoff.qa.neptune.core.api.steps.conditions.ResultSelection
- evaluateResultSelection(T) - Method in class ru.tinkoff.qa.neptune.core.api.steps.conditions.ResultSelection
-
Performs the evaluation of the final result to be returned.
- EventLogger - Interface in ru.tinkoff.qa.neptune.core.api.event.firing
-
This interface is designed to support the logging|reporting.
- ExceptionSupplier - Class in ru.tinkoff.qa.neptune.core.api.steps
- exclude() - Method in annotation type ru.tinkoff.qa.neptune.core.api.binding.Bind
- ExcludeFromExport - Annotation Type in ru.tinkoff.qa.neptune.core.api.properties
-
Used by subclasses of
PropertySupplier
to mark them excluded from the forming ofGeneralPropertyInitializer.PROPERTIES
andGeneralPropertyInitializer.GLOBAL_PROPERTIES
. - executeMethodHook(Method, Object, boolean) - Method in interface ru.tinkoff.qa.neptune.core.api.hooks.ExecutionHook
-
Method to be executed before some other method
- ExecutionHook - Interface in ru.tinkoff.qa.neptune.core.api.hooks
-
Wraps common algorithms pre-executed before some methods.
- expectedTypes - Variable in class ru.tinkoff.qa.neptune.core.api.hamcrest.NeptuneFeatureMatcher
F
- FAILURE - ru.tinkoff.qa.neptune.core.api.properties.general.events.CapturedEvents
- featureMatches(Object) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.ofclass.OfClassMatcher
- featureMatches(String) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.text.StringContainsWithSeparator
- featureMatches(Throwable) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.throwable.ThrowableIsCausedByMatcher
- featureMatches(Throwable) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.throwable.ThrowableMessageMatcher
- featureMatches(Map.Entry<K, V>) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.MapEntryMatcher
- featureMatches(T) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.common.all.AllCriteriaMatcher
- featureMatches(T) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.common.any.AnyMatcher
- featureMatches(T) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.common.not.NotMatcher
- featureMatches(T) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.common.only.one.OnlyOneMatcher
- featureMatches(T) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.mapped.MappedDiagnosticFeatureMatcher
- featureMatches(T) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.NeptuneFeatureMatcher
- featureMatches(T) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.pojo.PojoGetterReturnsMatcher
- FileCaptor<T> - Class in ru.tinkoff.qa.neptune.core.api.event.firing.captors
- FileCaptor() - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.captors.FileCaptor
- FileCaptor(String) - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.captors.FileCaptor
- FileCaptor(String, List<CapturedFileInjector>) - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.captors.FileCaptor
- FileCaptor(List<CapturedFileInjector>) - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.captors.FileCaptor
- fireAdditionalParameters(Map<String, String>) - Static method in class ru.tinkoff.qa.neptune.core.api.event.firing.StaticEventFiring
- fireEventFinishing() - Method in class ru.tinkoff.qa.neptune.core.api.event.firing.console.DefaultConsoleEventLogger
- fireEventFinishing() - Method in interface ru.tinkoff.qa.neptune.core.api.event.firing.EventLogger
-
Fires the finishing of some event.
- fireEventFinishing() - Static method in class ru.tinkoff.qa.neptune.core.api.event.firing.StaticEventFiring
- fireEventStarting(String, Map<String, String>) - Static method in class ru.tinkoff.qa.neptune.core.api.event.firing.StaticEventFiring
- fireReturnedValue(String, Object) - Method in class ru.tinkoff.qa.neptune.core.api.event.firing.console.DefaultConsoleEventLogger
- fireReturnedValue(String, Object) - Method in interface ru.tinkoff.qa.neptune.core.api.event.firing.EventLogger
-
Fires some value which has been returned.
- fireReturnedValue(String, Object) - Static method in class ru.tinkoff.qa.neptune.core.api.event.firing.StaticEventFiring
- fireTheEventStarting(String, Map<String, String>) - Method in class ru.tinkoff.qa.neptune.core.api.event.firing.console.DefaultConsoleEventLogger
- fireTheEventStarting(String, Map<String, String>) - Method in interface ru.tinkoff.qa.neptune.core.api.event.firing.EventLogger
-
Fires the starting of some event.
- fireThrownException(Throwable) - Method in class ru.tinkoff.qa.neptune.core.api.event.firing.console.DefaultConsoleEventLogger
- fireThrownException(Throwable) - Method in interface ru.tinkoff.qa.neptune.core.api.event.firing.EventLogger
-
Fires the thrown exception.
- fireThrownException(Throwable) - Static method in class ru.tinkoff.qa.neptune.core.api.event.firing.StaticEventFiring
- FloatValuePropertySupplier - Interface in ru.tinkoff.qa.neptune.core.api.properties.floats
-
This interface is designed to read properties and return float values.
- FREE_RESOURCES_ON_INACTIVITY_AFTER - Static variable in class ru.tinkoff.qa.neptune.core.api.properties.general.resorces.FreeResourcesOnInactivityAfter
-
Reads properties
'TO_FREE_RESOURCES_ON_INACTIVITY_AFTER_TIME_UNIT'
and'TO_FREE_RESOURCES_ON_INACTIVITY_AFTER_TIME_VALUE'
and builds an instance ofDuration
. - FREE_RESOURCES_ON_INACTIVITY_AFTER_TIME_UNIT - Static variable in class ru.tinkoff.qa.neptune.core.api.properties.general.resorces.FreeResourcesOnInactivityAfter.FreeResourcesOnInactivityAfterTimeUnit
-
Reads the property value and is used to get access to its value.
- FREE_RESOURCES_ON_INACTIVITY_AFTER_TIME_VALUE - Static variable in class ru.tinkoff.qa.neptune.core.api.properties.general.resorces.FreeResourcesOnInactivityAfter.FreeResourcesOnInactivityAfterTimeValue
-
Reads the property value and is used to get access to its value.
- FreeResourcesOnInactivity - Class in ru.tinkoff.qa.neptune.core.api.properties.general.resorces
- FreeResourcesOnInactivityAfter - Class in ru.tinkoff.qa.neptune.core.api.properties.general.resorces
-
Reads properties
'TO_FREE_RESOURCES_ON_INACTIVITY_AFTER_TIME_UNIT'
and'TO_FREE_RESOURCES_ON_INACTIVITY_AFTER_TIME_VALUE'
and builds an instance ofDuration
. - FreeResourcesOnInactivityAfter.FreeResourcesOnInactivityAfterTimeUnit - Class in ru.tinkoff.qa.neptune.core.api.properties.general.resorces
- FreeResourcesOnInactivityAfter.FreeResourcesOnInactivityAfterTimeValue - Class in ru.tinkoff.qa.neptune.core.api.properties.general.resorces
- from(Function<T, ? extends M>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetArrayChainedStepSupplier
- from(Function<T, ? extends M>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetListChainedStepSupplier
- from(Function<T, ? extends M>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectChainedStepSupplier
- from(Function<T, ? extends M>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectFromArrayChainedStepSupplier
- from(Function<T, ? extends M>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectFromIterableChainedStepSupplier
- from(M) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetArrayChainedStepSupplier
- from(M) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetListChainedStepSupplier
- from(M) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectChainedStepSupplier
- from(M) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectFromArrayChainedStepSupplier
- from(M) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectFromIterableChainedStepSupplier
- from(SequentialGetStepSupplier<T, ? extends M, ?, ?, ?>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetArrayChainedStepSupplier
- from(SequentialGetStepSupplier<T, ? extends M, ?, ?, ?>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetListChainedStepSupplier
- from(SequentialGetStepSupplier<T, ? extends M, ?, ?, ?>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectChainedStepSupplier
- from(SequentialGetStepSupplier<T, ? extends M, ?, ?, ?>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectFromArrayChainedStepSupplier
- from(SequentialGetStepSupplier<T, ? extends M, ?, ?, ?>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectFromIterableChainedStepSupplier
- FunctionFactory<T,S,R,P> - Interface in ru.tinkoff.qa.neptune.core.api.steps
- FunctionFactory.ArrayFunctionFactory<T,R> - Class in ru.tinkoff.qa.neptune.core.api.steps
- FunctionFactory.ArrayItemFunctionFactory<T,R> - Class in ru.tinkoff.qa.neptune.core.api.steps
- FunctionFactory.ItemFunctionFactory<T,S,R,P> - Class in ru.tinkoff.qa.neptune.core.api.steps
- FunctionFactory.IterableFunctionFactory<T,S,R,P> - Class in ru.tinkoff.qa.neptune.core.api.steps
- FunctionFactory.IterableItemFunctionFactory<T,R,S extends Iterable<R>> - Class in ru.tinkoff.qa.neptune.core.api.steps
- FunctionFactory.ListFunctionFactory<T,R,S extends Iterable<R>> - Class in ru.tinkoff.qa.neptune.core.api.steps
- FunctionFactory.ObjectFunctionFactory<T,R> - Class in ru.tinkoff.qa.neptune.core.api.steps
G
- GeneralPropertyInitializer - Class in ru.tinkoff.qa.neptune.core.api.properties
- get() - Method in class ru.tinkoff.qa.neptune.core.api.properties.duration.DurationSupplier
-
This method creates supplied time unit value or returns default value when
PropertySupplier.get()
orPropertySupplier.get()
returnnull
- get() - Method in interface ru.tinkoff.qa.neptune.core.api.properties.PropertySupplier
- get() - Method in class ru.tinkoff.qa.neptune.core.api.steps.Criteria
- get() - Method in class ru.tinkoff.qa.neptune.core.api.steps.ExceptionSupplier
- get() - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialActionSupplier
- get() - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier
- get(SequentialGetStepSupplier<? super THIS, T, ?, ?, ?>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.context.Context
-
Auxiliary method that performs some get-step and then returns a result.
- getAllObjects(Class<T>, Predicate<ObjectContainer<?>>) - Static method in class ru.tinkoff.qa.neptune.core.api.concurrency.ObjectContainer
- getAllProperties(String...) - Static method in class ru.tinkoff.qa.neptune.core.api.properties.GeneralPropertyInitializer
- getAnnotation(Class<A>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.annotations.AdditionalMetadata
- getAnnotations() - Method in class ru.tinkoff.qa.neptune.core.api.steps.annotations.AdditionalMetadata
- getArray(Function<T, R[]>, Predicate<? super R>, ResultSelection<R[], R[]>, Duration, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.conditions.ToGetConditionalHelper
-
This method returns a function.
- GetArrayChainedStepSupplier(Function<M, R[]>) - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetArrayChainedStepSupplier
- GetArrayStepSupplier(Function<T, R[]>) - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetArrayStepSupplier
- getBoundTo(Class<?>) - Static method in class ru.tinkoff.qa.neptune.core.api.binding.Bind.DefaultBindReader
-
Finds classes and fields bound to defined class by
Bind
- getCaptors(Class<? extends Captor>[]) - Static method in class ru.tinkoff.qa.neptune.core.api.event.firing.annotations.CaptorUtil
- getCaptured(Object) - Method in class ru.tinkoff.qa.neptune.core.api.event.firing.Captor
-
This method is supposed to be used to convert an object to a value that can be logged and reported.
- getCaptured(Object) - Method in class ru.tinkoff.qa.neptune.core.api.event.firing.collections.ArrayCaptor
- getCaptured(Object) - Method in class ru.tinkoff.qa.neptune.core.api.event.firing.collections.CollectionCaptor
- getCaptured(Object) - Method in class ru.tinkoff.qa.neptune.core.api.event.firing.collections.IterableCaptor
- getCaptured(Object) - Method in class ru.tinkoff.qa.neptune.core.api.event.firing.collections.MapCaptor
- getCreatedContext(Class<T>) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.context.ContextFactory
-
Returns a thread-safe instance of
Context
if it is created or null otherwise - getCreatedContextOrCreate(Class<T>) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.context.ContextFactory
-
Returns a thread-safe instance of
Context
. - getCriteria() - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier
- getCriteriaMetadata(Class<?>, boolean) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.DefaultGetParameterReader
- getCurrentDepth() - Static method in class ru.tinkoff.qa.neptune.core.api.steps.annotations.MaxDepthOfReporting.MaxDepthOfReportingReader
- getCustomBundleName() - Method in class ru.tinkoff.qa.neptune.core.api.localization.LocalizationBundlePartition
- getData(Map<?, ?>) - Method in class ru.tinkoff.qa.neptune.core.api.event.firing.collections.MapCaptor
- getData(T) - Method in class ru.tinkoff.qa.neptune.core.api.event.firing.Captor
-
Gets/transforms data from a caught object to inject into log/report.
- getData(T) - Method in class ru.tinkoff.qa.neptune.core.api.event.firing.captors.FileCaptor
- getData(T) - Method in class ru.tinkoff.qa.neptune.core.api.event.firing.captors.ImageCaptor
- getData(T) - Method in class ru.tinkoff.qa.neptune.core.api.event.firing.captors.StringCaptor
- getData(T) - Method in class ru.tinkoff.qa.neptune.core.api.event.firing.collections.IterableCaptor
- getDeclaredAnnotations() - Method in class ru.tinkoff.qa.neptune.core.api.steps.annotations.AdditionalMetadata
- getDeclaredBy(Class<?>, boolean) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.annotations.ThrowWhenNoData.ThrowWhenNoDataReader
- getDeclaringClass() - Method in class ru.tinkoff.qa.neptune.core.api.steps.annotations.AdditionalMetadata
- getDefaultBundleName() - Method in class ru.tinkoff.qa.neptune.core.api.localization.LocalizationBundlePartition
- getDescription() - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier
-
The method
SequentialGetStepSupplier.toString()
is possible to be overridden. - getDescriptionOnKeyAbsence() - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.mapped.MappedDiagnosticFeatureMatcher
-
Creates description string when there is no key that meets defined criteria for keys
- getDescriptionOnKeyAbsence() - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasQueryParameters
- getDescriptionOnValueMismatch(String) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasQueryParameters
- getDescriptionOnValueMismatch(K) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.mapped.MappedDiagnosticFeatureMatcher
-
Creates description string when value doesn't meet defined criteria
- getEndFunction() - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier
- getExceptionMessageStartMetadata(Class<?>, boolean) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.DefaultGetParameterReader
- getFrom() - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier
- getFromArray(Function<T, R[]>, Predicate<? super R>, ResultSelection<R[], R>, Duration, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.conditions.ToGetConditionalHelper
-
This method returns a function.
- getFromIterable(Function<T, V>, Predicate<? super R>, ResultSelection<Iterable<R>, R>, Duration, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.conditions.ToGetConditionalHelper
-
This method returns a function.
- getFromMetadata(Class<?>, boolean) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.DefaultGetParameterReader
- getFromResourceBundles(Locale, AnnotatedElement) - Static method in class ru.tinkoff.qa.neptune.core.api.localization.LocalizationByResourceBundle
- getGlobalProperties(String...) - Static method in class ru.tinkoff.qa.neptune.core.api.properties.GeneralPropertyInitializer
- getHooks() - Static method in interface ru.tinkoff.qa.neptune.core.api.hooks.ExecutionHook
- getImperativeMetadata(Class<?>, boolean) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialActionSupplier.DefaultActionParameterReader
- getImperativeMetadata(Class<?>, boolean) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.DefaultGetParameterReader
- getLastSelectionArgumentValue() - Method in class ru.tinkoff.qa.neptune.core.api.steps.conditions.ResultSelection
-
Returns value of result evaluation argument that is caught last time.
- getList(Function<T, V>, Predicate<? super R>, ResultSelection<List<R>, List<R>>, Duration, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.conditions.ToGetConditionalHelper
-
This method returns a function.
- GetListChainedStepSupplier(Function<M, S>) - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetListChainedStepSupplier
- GetListStepSupplier(Function<T, S>) - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetListStepSupplier
- getLocalProperties(String...) - Static method in class ru.tinkoff.qa.neptune.core.api.properties.GeneralPropertyInitializer
- getMap(T) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.mapped.MappedDiagnosticFeatureMatcher
-
Retrieves a target map from checked object.
- getMap(T) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasQueryParameters
- getMaxDepth(Class<?>) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.annotations.MaxDepthOfReporting.MaxDepthOfReportingReader
- getModifiers() - Method in class ru.tinkoff.qa.neptune.core.api.steps.annotations.AdditionalMetadata
- getName() - Method in class ru.tinkoff.qa.neptune.core.api.localization.LocalizationBundlePartition
- getName() - Method in class ru.tinkoff.qa.neptune.core.api.localization.TemplateParameter
- getName() - Method in interface ru.tinkoff.qa.neptune.core.api.properties.PropertySupplier
- getName() - Method in class ru.tinkoff.qa.neptune.core.api.steps.annotations.AdditionalMetadata
- GetObjectChainedStepSupplier(Function<M, R>) - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectChainedStepSupplier
- GetObjectFromArrayChainedStepSupplier(Function<M, R[]>) - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectFromArrayChainedStepSupplier
- GetObjectFromArrayStepSupplier(Function<T, R[]>) - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectFromArrayStepSupplier
- GetObjectFromIterableChainedStepSupplier(Function<M, S>) - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectFromIterableChainedStepSupplier
- GetObjectFromIterableStepSupplier(Function<T, S>) - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectFromIterableStepSupplier
- GetObjectStepSupplier(Function<T, R>) - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetObjectStepSupplier
- getPackageNames() - Method in class ru.tinkoff.qa.neptune.core.api.localization.LocalizationBundlePartition
- getParameterForStep(T, Class<? extends ParameterValueGetter<?>>) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.parameters.ParameterValueGetter.ParameterValueReader
- getParameters() - Method in class ru.tinkoff.qa.neptune.core.api.steps.Absence
- getParameters() - Method in interface ru.tinkoff.qa.neptune.core.api.steps.parameters.StepParameterPojo
-
Transforms an object to a map of step parameters and their values.
- getParameters() - Method in class ru.tinkoff.qa.neptune.core.api.steps.Presence
- getParameters() - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialActionSupplier
- getParameters() - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier
- getParameterValue(Class<?>[]) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.TypesValueGetter
- getParameterValue(Integer[]) - Method in class ru.tinkoff.qa.neptune.core.api.steps.selections.SelectionOfItems.IndexesOfFoundItemsParameterValueGetter
- getParameterValue(Object) - Method in class ru.tinkoff.qa.neptune.core.api.steps.parameters.ParameterValueGetter.DefaultParameterValueGetter
- getParameterValue(Object) - Method in class ru.tinkoff.qa.neptune.core.api.steps.parameters.ParameterValueGetter.TranslatedDescriptionParameterValueGetter
- getParameterValue(Throwable) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.ThrowableValueGetter
- getParameterValue(Duration) - Method in class ru.tinkoff.qa.neptune.core.api.steps.parameters.ParameterValueGetter.DurationParameterValueGetter
- getParameterValue(Collection<Matcher<?>>) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.common.only.one.CriteriaCollectionValueGetter
- getParameterValue(Function<?, ?>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.PresenceParameterValueGetter
- getParameterValue(Matcher<?>[]) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.AllMatchersParameterValueGetter
- getParameterValue(Matcher<?>[]) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.common.any.AnyMatcherParameterValueGetter
- getParameterValue(Matcher<?>[]) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.common.not.NotMatcherParameterValueGetter
- getParameterValue(Matcher<?>[]) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.common.only.one.OnlyOneMatcherParameterValueGetter
- getParameterValue(T) - Method in interface ru.tinkoff.qa.neptune.core.api.steps.parameters.ParameterValueGetter
- getPerformOnMetadata(Class<?>, boolean) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialActionSupplier.DefaultActionParameterReader
- getPollingTimeMetadata(Class<?>, boolean) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.DefaultGetParameterReader
- getProperty(String) - Method in interface ru.tinkoff.qa.neptune.core.api.properties.PropertySource
-
Returns value of the property
- getProperty(String) - Method in class ru.tinkoff.qa.neptune.core.api.properties.PropertySource.SystemEnvPropertySource
- getProperty(String) - Method in class ru.tinkoff.qa.neptune.core.api.properties.PropertySource.SystemPropertySource
- getPropertySources() - Static method in interface ru.tinkoff.qa.neptune.core.api.properties.PropertySource
- getPropertyValue(String) - Static method in interface ru.tinkoff.qa.neptune.core.api.properties.PropertySource
-
Returns value of the property.
- getResultMetadata(Class<?>, boolean) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.DefaultGetParameterReader
- GetSimpleStepSupplier(Function<T, R>) - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.GetSimpleStepSupplier
- getSingle(Function<T, R>, Predicate<? super R>, Duration, Duration, Supplier<? extends RuntimeException>, Collection<Class<? extends Throwable>>) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.conditions.ToGetConditionalHelper
-
This method returns a function.
- getterReturns(String, Matcher<? super R>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.pojo.PojoGetterReturnsMatcher
-
Creates a matcher that invokes defined public and non-static get-method without parameters and checks returned value.
- getterReturns(String, Matcher<? super R>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.pojo.PojoGetterReturnsMatcher
-
Creates a matcher that invokes defined public and non-static get-method without parameters and checks returned value.
- getterReturns(String, R) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.pojo.PojoGetterReturnsMatcher
-
Creates a matcher that invokes defined public and non-static get-method without parameters and checks returned value.
- getTimeOutMetadata(Class<?>, boolean) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.DefaultGetParameterReader
- getValue() - Method in class ru.tinkoff.qa.neptune.core.api.localization.TemplateParameter
- getValueToSet(Field) - Method in interface ru.tinkoff.qa.neptune.core.api.dependency.injection.DependencyInjector
-
Gets/creates an object which is used as a field value
- getWrappedObject() - Method in class ru.tinkoff.qa.neptune.core.api.concurrency.ObjectContainer
- GLOBAL_PROPERTIES - Static variable in class ru.tinkoff.qa.neptune.core.api.properties.GeneralPropertyInitializer
H
- HasHostMatcher<T> - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator
- HasPathMatcher<T> - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator
- HasPortMatcher<T> - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator
- hasPrimaryCause(Class<T>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.throwable.ThrowableIsCausedByMatcher
-
Defines expected class of
Throwable
which is taken viaThrowable.getCause()
of the verified throwable - hasPrimaryCause(Class<T>, String) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.throwable.ThrowableIsCausedByMatcher
-
Defines expected class and message of
Throwable
which is taken viaThrowable.getCause()
of the verified throwable - hasPrimaryCause(Class<T>, Matcher<? super String>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.throwable.ThrowableIsCausedByMatcher
-
Defines expected class and message criteria of
Throwable
which is taken viaThrowable.getCause()
of the verified throwable - hasPrimaryCause(Matcher<? super Throwable>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.throwable.ThrowableIsCausedByMatcher
-
Defines criteria to check
Throwable
which is taken viaThrowable.getCause()
of the verified throwable - HasProtocolMatcher - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator
- HasQueryParameters<T> - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator
- HasQueryParameters(Class<T>, Matcher<? super String>, Matcher<Iterable<String>>, Function<T, Map<String, Iterable<String>>>) - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasQueryParameters
- HasQueryStringMatcher<T> - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator
- HasReferenceMatcher - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator
- hasRootCause(Class<T>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.throwable.ThrowableIsCausedByMatcher
-
Defines expected class to find any suitable throwable-cause of the verified throwable
- hasRootCause(Class<T>, String) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.throwable.ThrowableIsCausedByMatcher
-
Defines expected class and message to find any suitable throwable-cause of the verified throwable
- hasRootCause(Class<T>, Matcher<? super String>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.throwable.ThrowableIsCausedByMatcher
-
Defines expected class and message criteria to find any suitable throwable-cause of the verified throwable
- hasRootCause(Matcher<? super Throwable>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.throwable.ThrowableIsCausedByMatcher
-
Defines criteria to find any suitable throwable-cause of the verified throwable
- HasSchemeMatcher - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator
- HasUserInfoMatcher<T> - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator
- HookOrder - Annotation Type in ru.tinkoff.qa.neptune.core.api.hooks
-
This annotation is designed to help to manage order of invocation of the
ExecutionHook.executeMethodHook(Method, Object, boolean)
- howToPerform(R) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialActionSupplier
-
This abstract method describes actions that should be performed on some value.
I
- ImageCaptor<T> - Class in ru.tinkoff.qa.neptune.core.api.event.firing.captors
- ImageCaptor() - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.captors.ImageCaptor
- ImageCaptor(String) - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.captors.ImageCaptor
- ImageCaptor(String, List<CapturedImageInjector>) - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.captors.ImageCaptor
- ImageCaptor(List<CapturedImageInjector>) - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.captors.ImageCaptor
- ImpossibleToSelectResultedItemsFromIterable - Class in ru.tinkoff.qa.neptune.core.api.steps.selections.mismatch.dictionary
- ImpossibleToSelectResultedItemsFromIterable() - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.selections.mismatch.dictionary.ImpossibleToSelectResultedItemsFromIterable
- IncludeParamsOfInnerGetterStep - Annotation Type in ru.tinkoff.qa.neptune.core.api.steps.annotations
-
It means that parameters (criteria, timeouts, custom parameters) of previous step created by
SequentialGetStepSupplier
are included into definition of the next step in hierarchical step sequence. - index(int) - Method in class ru.tinkoff.qa.neptune.core.api.steps.selections.SelectionOfItem
-
Defines index of the target element
- indexes(Integer...) - Method in class ru.tinkoff.qa.neptune.core.api.steps.selections.SelectionOfItems
-
Defines indexes of items to be returned.
- IndexesOfFoundItemsParameterValueGetter() - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.selections.SelectionOfItems.IndexesOfFoundItemsParameterValueGetter
- IndexIsOut - Class in ru.tinkoff.qa.neptune.core.api.steps.selections.mismatch.dictionary
- IndexIsOut(int, int) - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.selections.mismatch.dictionary.IndexIsOut
- inject(T, String) - Method in interface ru.tinkoff.qa.neptune.core.api.event.firing.CapturedDataInjector
-
Injects data to a lag/report.
- injectors - Variable in class ru.tinkoff.qa.neptune.core.api.event.firing.Captor
- injectValues(Object) - Static method in interface ru.tinkoff.qa.neptune.core.api.dependency.injection.DependencyInjector
-
Fills fields of an object with values
- intercept(Object, Method, Object[]) - Method in class ru.tinkoff.qa.neptune.core.api.steps.proxy.MethodInterceptor
- interceptExit(Method, Object[], Object) - Static method in class ru.tinkoff.qa.neptune.core.api.agent.DescribedStepInterceptor
- interceptor() - Method in class ru.tinkoff.qa.neptune.core.api.agent.AbstractStepTransformParameters
- interceptor() - Method in interface ru.tinkoff.qa.neptune.core.api.agent.NeptuneTransformParameters
- IntValuePropertySupplier - Interface in ru.tinkoff.qa.neptune.core.api.properties.integers
-
This interface is designed to read properties and return integer values.
- InvalidStepResultException - Exception in ru.tinkoff.qa.neptune.core.api.steps
- InvalidStepResultException(String, Throwable) - Constructor for exception ru.tinkoff.qa.neptune.core.api.steps.InvalidStepResultException
- isBundleLocalization() - Static method in class ru.tinkoff.qa.neptune.core.api.properties.general.localization.DefaultLocalizationEngine
-
Is localization by resource bundle currently used or not.
- isBusy(Thread) - Static method in class ru.tinkoff.qa.neptune.core.api.concurrency.BusyThreads
- isChecked() - Method in class ru.tinkoff.qa.neptune.core.api.steps.conditions.ResultSelection
- isEqual(int) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.selections.ItemsCountCondition
-
A condition when count of items equals to defined value
- isGreater(int) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.selections.ItemsCountCondition
-
A condition when count of items greater than defined value
- isGreaterOrEqual(int) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.selections.ItemsCountCondition
-
A condition when count of items greater than or equals to defined value
- isIsLaunched() - Static method in class ru.tinkoff.qa.neptune.core.api.agent.NeptuneRuntimeAgentStarter
- isLesser(int) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.selections.ItemsCountCondition
-
A condition when count of items lesser than defined value
- isLesserOrEqual(int) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.selections.ItemsCountCondition
-
A condition when count of items lesser than or equals to defined value
- isLoggable(Object) - Static method in class ru.tinkoff.qa.neptune.core.api.utils.IsLoggableUtil
- IsLoggableUtil - Class in ru.tinkoff.qa.neptune.core.api.utils
- isNullSafe - Variable in class ru.tinkoff.qa.neptune.core.api.hamcrest.NeptuneFeatureMatcher
- isObjectOfClass(Class<T>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.ofclass.OfClassMatcher
- isPropertyDefined(String) - Method in interface ru.tinkoff.qa.neptune.core.api.properties.PropertySource
-
Returns is property with defined name present or not
- isPropertyDefined(String) - Method in class ru.tinkoff.qa.neptune.core.api.properties.PropertySource.SystemEnvPropertySource
- isPropertyDefined(String) - Method in class ru.tinkoff.qa.neptune.core.api.properties.PropertySource.SystemPropertySource
- isPropertyKeyPresent(String) - Static method in interface ru.tinkoff.qa.neptune.core.api.properties.PropertySource
-
Returns is property with defined name present or not.
- isSynthetic() - Method in class ru.tinkoff.qa.neptune.core.api.steps.annotations.AdditionalMetadata
- Item - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.descriptions
- Item() - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.descriptions.Item
- Item(Integer) - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.descriptions.Item
- ItemFunctionFactory() - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ItemFunctionFactory
- ItemsCountCondition - Class in ru.tinkoff.qa.neptune.core.api.steps.selections
- ItemsCountCondition.WhenCountGreater - Class in ru.tinkoff.qa.neptune.core.api.steps.selections
- ItemsCountCondition.WhenCountLesser - Class in ru.tinkoff.qa.neptune.core.api.steps.selections
- IterableCaptor<T extends Iterable<?>> - Class in ru.tinkoff.qa.neptune.core.api.event.firing.collections
- IterableCaptor() - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.collections.IterableCaptor
- IterableCaptor(String) - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.collections.IterableCaptor
- IterableFunctionFactory() - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.IterableFunctionFactory
- iterableHasItem(Matcher<? super T>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks an
Iterable
. - iterableHasItem(Matcher<? super T>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks an
Iterable
. - iterableHasItem(T) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks an
Iterable
. - iterableHasItems(int, Matcher<? super T>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks an
Iterable
. - iterableHasItems(int, Matcher<? super T>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks an
Iterable
. - iterableHasItems(int, T) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks an
Iterable
. - iterableHasItems(Matcher<Integer>, Matcher<? super T>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks an
Iterable
. - iterableHasItems(Matcher<Integer>, Matcher<? super T>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks an
Iterable
. - iterableHasItems(Matcher<Integer>, T) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks an
Iterable
. - iterableIncludes(Matcher<? super T>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsIncludesMatcher
-
Creates a matcher that checks an
Iterable
. - iterableIncludes(T...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsIncludesMatcher
-
Creates a matcher that checks an
Iterable
. - iterableIncludesInOrder(Matcher<? super T>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsIncludesMatcher
-
Creates a matcher that checks an
Iterable
. - iterableIncludesInOrder(T...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsIncludesMatcher
-
Creates a matcher that checks an
Iterable
. - iterableInOrder(Matcher<? super T>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsConsistsOfMatcher
-
Creates a matcher that checks an
Iterable
. - iterableInOrder(T...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsConsistsOfMatcher
-
Creates a matcher that checks an
Iterable
. - IterableItemFunctionFactory() - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.IterableItemFunctionFactory
- iterableOf(Matcher<? super T>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsConsistsOfMatcher
-
Creates a matcher that checks an
Iterable
. - iterableOf(T...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsConsistsOfMatcher
-
Creates a matcher that checks an
Iterable
.
K
- Key - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.descriptions
- Key() - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.descriptions.Key
- KEY_MATCHER_MASK - Static variable in class ru.tinkoff.qa.neptune.core.api.hamcrest.mapped.MappedDiagnosticFeatureMatcher
L
- ListFunctionFactory() - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ListFunctionFactory
- LocalizationBundlePartition - Class in ru.tinkoff.qa.neptune.core.api.localization
-
This class is needful for partitions of localization bundles
- LocalizationBundlePartition(String, String...) - Constructor for class ru.tinkoff.qa.neptune.core.api.localization.LocalizationBundlePartition
- LocalizationBundlePartition(String, List<Locale>, String...) - Constructor for class ru.tinkoff.qa.neptune.core.api.localization.LocalizationBundlePartition
- LocalizationByResourceBundle - Class in ru.tinkoff.qa.neptune.core.api.localization
- LocalizationByResourceBundle() - Constructor for class ru.tinkoff.qa.neptune.core.api.localization.LocalizationByResourceBundle
- LongValuePropertySupplier - Interface in ru.tinkoff.qa.neptune.core.api.properties.longs
-
This interface is designed to read properties and return long values.
M
- main(String[]) - Static method in class ru.tinkoff.qa.neptune.core.api.localization.ResourceBundleGenerator
- main(String...) - Static method in class ru.tinkoff.qa.neptune.core.api.properties.NeptunePropertyGenerator
-
Generates
GeneralPropertyInitializer.PROPERTIES
orGeneralPropertyInitializer.GLOBAL_PROPERTIES
files. - makeACopy(T) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier
- makeReadableBy() - Method in annotation type ru.tinkoff.qa.neptune.core.api.steps.annotations.DescriptionFragment
- makeReadableBy() - Method in annotation type ru.tinkoff.qa.neptune.core.api.steps.annotations.StepParameter
-
Assigns a class that transforms value of a field to a readable parameter of a step.
- MapCaptor - Class in ru.tinkoff.qa.neptune.core.api.event.firing.collections
- MapCaptor() - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.collections.MapCaptor
- mapEntry(K, Matcher<? super V>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.MapEntryMatcher
-
Creates a matcher that check an entry of a map.
- mapEntry(K, V) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.MapEntryMatcher
-
Creates a matcher that check an entry of a map.
- mapEntry(Matcher<? super K>, Matcher<? super V>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.MapEntryMatcher
-
Creates a matcher that check an entry of a map.
- mapEntry(Matcher<? super K>, Matcher<? super V>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.MapEntryMatcher
-
Creates a matcher that check an entry of a map.
- mapEntry(Matcher<? super K>, V) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.MapEntryMatcher
-
Creates a matcher that check an entry of a map.
- MapEntryMatcher<K,V> - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.iterables
-
This matcher checks an entry of a map.
- mapHasEntries(int, Matcher<? super K>, Matcher<? super V>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks a map.
- mapHasEntries(int, Matcher<? super K>, Matcher<? super V>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks a map.
- mapHasEntries(Matcher<Integer>, Matcher<? super K>, Matcher<? super V>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks a map.
- mapHasEntries(Matcher<Integer>, Matcher<? super K>, Matcher<? super V>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks a map.
- mapHasEntry(K, Matcher<? super V>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks a map.
- mapHasEntry(K, Matcher<? super V>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks a map.
- mapHasEntry(K, V) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks a map.
- mapHasEntry(Matcher<? super K>, Matcher<? super V>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks a map.
- mapHasEntry(Matcher<? super K>, Matcher<? super V>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks a map.
- mapHasEntryKey(K) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks a map.
- mapHasEntryKey(Matcher<? super K>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks a map.
- mapHasEntryKey(Matcher<? super K>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks a map.
- mapHasEntryKeys(int, Matcher<? super K>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks a map.
- mapHasEntryKeys(int, Matcher<? super K>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks a map.
- mapHasEntryKeys(Matcher<Integer>, Matcher<? super K>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks a map.
- mapHasEntryKeys(Matcher<Integer>, Matcher<? super K>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks a map.
- mapHasEntryValue(Matcher<? super V>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks a map.
- mapHasEntryValue(Matcher<? super V>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks a map.
- mapHasEntryValue(V) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks a map.
- mapHasEntryValues(int, Matcher<? super V>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks a map.
- mapHasEntryValues(int, Matcher<? super V>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks a map.
- mapHasEntryValues(int, V) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks a map.
- mapHasEntryValues(Matcher<Integer>, Matcher<? super V>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks a map.
- mapHasEntryValues(Matcher<Integer>, Matcher<? super V>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsItemsMatcher
-
Creates a matcher that checks a map.
- mapIncludes(Matcher<Map.Entry<K, V>>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsIncludesMatcher
-
Creates a matcher that checks a map.
- mapIncludesInOrder(Matcher<Map.Entry<K, V>>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsIncludesMatcher
-
Creates a matcher that checks a map.
- mapInOrder(Matcher<Map.Entry<K, V>>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsConsistsOfMatcher
-
Creates a matcher that checks a map.
- mapOf(Matcher<Map.Entry<K, V>>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.SetOfObjectsConsistsOfMatcher
-
Creates a matcher that checks a map.
- MappedDiagnosticFeatureMatcher<T,K,V> - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.mapped
-
This matcher may be used when it is necessary to chek some object or set of objects of the same type and when some property of an object is considered key and some property is considered value.
- MappedDiagnosticFeatureMatcher(boolean, Matcher<? super K>, Matcher<? super V>) - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.mapped.MappedDiagnosticFeatureMatcher
- MappedDiagnosticFeatureMatcher(boolean, Matcher<? super K>, Matcher<? super V>, Class<? extends T>...) - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.mapped.MappedDiagnosticFeatureMatcher
- matches(Object) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.NeptuneFeatureMatcher
- MatchObjectName - Class in ru.tinkoff.qa.neptune.core.api.hamcrest
-
Implementors of this class are used to append name of an object to
ObjectIsNotPresentMismatch
andMismatchDescriber
. - MatchObjectName() - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.MatchObjectName
- MaxDepthOfReporting - Annotation Type in ru.tinkoff.qa.neptune.core.api.steps.annotations
-
Annotates
SequentialGetStepSupplier
andSequentialActionSupplier
and defines max depth of reporting available. - MaxDepthOfReporting.MaxDepthOfReportingReader - Class in ru.tinkoff.qa.neptune.core.api.steps.annotations
- MaxIndexIsOut - Class in ru.tinkoff.qa.neptune.core.api.steps.selections.mismatch.dictionary
- MaxIndexIsOut(int, int) - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.selections.mismatch.dictionary.MaxIndexIsOut
- memberTranslation(T, String, Locale) - Method in class ru.tinkoff.qa.neptune.core.api.localization.LocalizationByResourceBundle
- memberTranslation(T, String, Locale) - Method in interface ru.tinkoff.qa.neptune.core.api.localization.StepLocalization
- Metadata - Annotation Type in ru.tinkoff.qa.neptune.core.api.steps.annotations
-
Annotates annotations which may be used for creation
AdditionalMetadata
. - MethodInterceptor<T> - Class in ru.tinkoff.qa.neptune.core.api.steps.proxy
- MethodInterceptor(Class<T>) - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.proxy.MethodInterceptor
- methodMatcher() - Method in class ru.tinkoff.qa.neptune.core.api.agent.CriteriaTransformParameters
- methodMatcher() - Method in interface ru.tinkoff.qa.neptune.core.api.agent.NeptuneTransformParameters
- methodMatcher() - Method in class ru.tinkoff.qa.neptune.core.api.agent.StepActionTransformParameters
- methodMatcher() - Method in class ru.tinkoff.qa.neptune.core.api.agent.StepGetTransformParameters
- methodTranslation(Method, String, List<TemplateParameter>, Locale) - Method in class ru.tinkoff.qa.neptune.core.api.localization.LocalizationByResourceBundle
- methodTranslation(Method, String, List<TemplateParameter>, Locale) - Method in interface ru.tinkoff.qa.neptune.core.api.localization.StepLocalization
-
Makes translation by usage of a method.
- MinIndexIsOut - Class in ru.tinkoff.qa.neptune.core.api.steps.selections.mismatch.dictionary
- MinIndexIsOut(int, int) - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.selections.mismatch.dictionary.MinIndexIsOut
- MismatchDescriber - Class in ru.tinkoff.qa.neptune.core.api.hamcrest
-
Helper class that builds description of mismatch using parameters.
- MismatchDescriber() - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.MismatchDescriber
- mismatchDescriptions - Variable in class ru.tinkoff.qa.neptune.core.api.hamcrest.NeptuneFeatureMatcher
- mismatchMessage() - Method in class ru.tinkoff.qa.neptune.core.api.steps.conditions.ResultSelection
-
Returns a message of thrown
NotPresentException
when it is impossible to evaluate the result - MultipleEnumPropertySuppler<T extends Enum<?>> - Interface in ru.tinkoff.qa.neptune.core.api.properties.enums
-
This interface is designed to read properties and return lists of constants declared by enums.
- MultipleObjectPropertySupplier<R,T extends Supplier<R>> - Interface in ru.tinkoff.qa.neptune.core.api.properties.object
-
This interface is designed to read properties and return lists of instances.
N
- NeptuneFeatureMatcher<T> - Class in ru.tinkoff.qa.neptune.core.api.hamcrest
-
For matchers that check specific objects which are used/supported by Neptune.
- NeptuneFeatureMatcher(boolean) - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.NeptuneFeatureMatcher
- NeptuneFeatureMatcher(boolean, Class<? extends T>...) - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.NeptuneFeatureMatcher
- NeptunePropertyGenerator - Class in ru.tinkoff.qa.neptune.core.api.properties
- NeptunePropertyGenerator() - Constructor for class ru.tinkoff.qa.neptune.core.api.properties.NeptunePropertyGenerator
- NeptuneRuntimeAgentStarter - Class in ru.tinkoff.qa.neptune.core.api.agent
- NeptuneTransformParameters - Interface in ru.tinkoff.qa.neptune.core.api.agent
- Not - Class in ru.tinkoff.qa.neptune.core.api.logical.lexemes
-
It is used to link descriptions of operators in descriptions of NOT-expressions
- NOT(Criteria<? super T>...) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.Criteria
-
The joining of defined criteria with AND NOT-condition.
- NOT_LEXEME - Static variable in class ru.tinkoff.qa.neptune.core.api.logical.lexemes.Not
- NotMatcher<T> - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.common.not
-
This matcher checks an object by every defined and inverted criteria
- NotMatcherParameterValueGetter - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.common.not
- NotMatcherParameterValueGetter() - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.common.not.NotMatcherParameterValueGetter
- notOf(Matcher<? super T>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.common.not.NotMatcher
-
Creates a matcher that checks an object by every defined and inverted criteria
- NotPresentException - Exception in ru.tinkoff.qa.neptune.core.api.steps
-
Default exception which may be thrown when get-step returns no valuable data.
- NotPresentException(String) - Constructor for exception ru.tinkoff.qa.neptune.core.api.steps.NotPresentException
- NotPresentException(String, Throwable) - Constructor for exception ru.tinkoff.qa.neptune.core.api.steps.NotPresentException
- NullValueMismatch - Class in ru.tinkoff.qa.neptune.core.api.hamcrest
- NullValueMismatch() - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.NullValueMismatch
O
- ObjectByClassPropertySupplier<T> - Interface in ru.tinkoff.qa.neptune.core.api.properties.object
-
This interface is designed to read properties and return single instances.
- ObjectContainer<T> - Class in ru.tinkoff.qa.neptune.core.api.concurrency
- ObjectContainer(T) - Constructor for class ru.tinkoff.qa.neptune.core.api.concurrency.ObjectContainer
- ObjectFunctionFactory() - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.FunctionFactory.ObjectFunctionFactory
- ObjectIsNotPresentMismatch - Class in ru.tinkoff.qa.neptune.core.api.hamcrest
- ObjectIsNotPresentMismatch(String, Matcher<?>) - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.ObjectIsNotPresentMismatch
- ObjectIsNotPresentMismatch(MatchObjectName, Matcher<?>) - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.ObjectIsNotPresentMismatch
- ObjectPropertySupplier<R,T extends Supplier<R>> - Interface in ru.tinkoff.qa.neptune.core.api.properties.object
-
This interface is designed to read properties and return single instances by invocation of
Supplier.get()
. - OfClassMatcher<T> - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.ofclass
- ofCount(int) - Method in class ru.tinkoff.qa.neptune.core.api.steps.selections.SelectionOfItems
-
Sets size/length of resulted object.
- onFailure(M, Throwable) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier
-
Some additional action if the step is failed
- onFailure(T, Throwable) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialActionSupplier
-
Some additional action if the step is failed
- ONLY_ONE(Criteria<? super T>...) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.Criteria
-
The joining of defined criteria with exclusive OR-condition.
- ONLY_ONE_LEXEME - Static variable in class ru.tinkoff.qa.neptune.core.api.logical.lexemes.OnlyOne
- onlyOne(Matcher<? super T>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.common.only.one.OnlyOneMatcher
-
Creates a matcher that checks an object by only one of defined criteria
- OnlyOne - Class in ru.tinkoff.qa.neptune.core.api.logical.lexemes
-
It is used to link descriptions of operators in descriptions of XOR-expressions
- OnlyOneMatcher<T> - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.common.only.one
-
This matcher checks an object by only one of defined criteria
- OnlyOneMatcherParameterValueGetter - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.common.only.one
- OnlyOneMatcherParameterValueGetter() - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.common.only.one.OnlyOneMatcherParameterValueGetter
- onStart(M) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier
-
Some additional action on start of the getting step-function
- onStart(ISuite) - Method in class ru.tinkoff.qa.neptune.core.api.agent.testng.AgentStartingSuiteListener
- onStart(T) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialActionSupplier
-
Some additional action on start of the performing step-function
- onSuccess(Boolean) - Method in class ru.tinkoff.qa.neptune.core.api.steps.Absence
- onSuccess(Boolean) - Method in class ru.tinkoff.qa.neptune.core.api.steps.Presence
- onSuccess(R) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier
-
Some additional action if the step is successful
- Or - Class in ru.tinkoff.qa.neptune.core.api.logical.lexemes
-
It is used to link descriptions of operators in descriptions of OR-expressions
- OR(Criteria<? super T>...) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.Criteria
-
The joining of defined criteria with inclusive OR-condition.
- OR_LEXEME - Static variable in class ru.tinkoff.qa.neptune.core.api.logical.lexemes.Or
- OutOfItemsOrderMismatch - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.descriptions
- OutOfItemsOrderMismatch(Matcher<?>, Object, int, Matcher<?>) - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.descriptions.OutOfItemsOrderMismatch
P
- ParameterValueGetter<T> - Interface in ru.tinkoff.qa.neptune.core.api.steps.parameters
-
Converts some value to a readable parameter of a step or to fragment of step description.
- ParameterValueGetter.DefaultParameterValueGetter - Class in ru.tinkoff.qa.neptune.core.api.steps.parameters
- ParameterValueGetter.DurationParameterValueGetter - Class in ru.tinkoff.qa.neptune.core.api.steps.parameters
- ParameterValueGetter.ParameterValueReader - Class in ru.tinkoff.qa.neptune.core.api.steps.parameters
- ParameterValueGetter.TranslatedDescriptionParameterValueGetter - Class in ru.tinkoff.qa.neptune.core.api.steps.parameters
- ParameterValueReader() - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.parameters.ParameterValueGetter.ParameterValueReader
- parse(String) - Method in interface ru.tinkoff.qa.neptune.core.api.properties.booleans.BooleanValuePropertySupplier
- parse(String) - Method in interface ru.tinkoff.qa.neptune.core.api.properties.bytes.ByteValuePropertySupplier
- parse(String) - Method in interface ru.tinkoff.qa.neptune.core.api.properties.doubles.DoubleValuePropertySupplier
- parse(String) - Method in interface ru.tinkoff.qa.neptune.core.api.properties.enums.EnumPropertySuppler
- parse(String) - Method in interface ru.tinkoff.qa.neptune.core.api.properties.enums.MultipleEnumPropertySuppler
- parse(String) - Method in interface ru.tinkoff.qa.neptune.core.api.properties.floats.FloatValuePropertySupplier
- parse(String) - Method in class ru.tinkoff.qa.neptune.core.api.properties.general.localization.DefaultLocaleProperty
- parse(String) - Method in interface ru.tinkoff.qa.neptune.core.api.properties.integers.IntValuePropertySupplier
- parse(String) - Method in interface ru.tinkoff.qa.neptune.core.api.properties.longs.LongValuePropertySupplier
- parse(String) - Method in interface ru.tinkoff.qa.neptune.core.api.properties.object.MultipleObjectPropertySupplier
- parse(String) - Method in interface ru.tinkoff.qa.neptune.core.api.properties.object.ObjectByClassPropertySupplier
- parse(String) - Method in interface ru.tinkoff.qa.neptune.core.api.properties.object.ObjectPropertySupplier
- parse(String) - Method in interface ru.tinkoff.qa.neptune.core.api.properties.PropertySupplier
- parse(String) - Method in interface ru.tinkoff.qa.neptune.core.api.properties.shorts.ShortValuePropertySupplier
- parse(String) - Method in interface ru.tinkoff.qa.neptune.core.api.properties.string.StringValuePropertySupplier
- parse(String) - Method in interface ru.tinkoff.qa.neptune.core.api.properties.url.URLValuePropertySupplier
- perform() - Method in class ru.tinkoff.qa.neptune.core.api.steps.Step
-
Performs the step
- perform(SequentialActionSupplier<? super THIS, ?, ?>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.context.Context
-
Auxiliary method that performs some action-step.
- performAction(T) - Method in interface ru.tinkoff.qa.neptune.core.api.steps.Action
- performOn(Function<T, ? extends R>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialActionSupplier
-
This method is designed to define a value/object to perform the action on.
- performOn(R) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialActionSupplier
-
This method is designed to define a value/object to perform the action on.The action is supposed to be performed on a
value
. - performOn(SequentialGetStepSupplier<T, ? extends R, ?, ?, ?>) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialActionSupplier
-
This method is designed to define a value/object to perform the action on.
- PojoGetterReturnsMatcher<T,R> - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.pojo
-
Is the matcher that invokes defined public and non-static get-method without parameters and checks returned value.
- pollingInterval(Duration) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier
-
Sometimes it is necessary to wait until some result that may be considered valuable is returned.
- preparePreFunction() - Method in class ru.tinkoff.qa.neptune.core.api.steps.Absence
- preparePreFunction() - Method in class ru.tinkoff.qa.neptune.core.api.steps.Presence
- preparePreFunction() - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier
- prerequisiteChecking(Object) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.AbstractSetOfObjectsMatcher
- prerequisiteChecking(Object) - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.NeptuneFeatureMatcher
- presence(SequentialGetStepSupplier<T, ?, ?, ?, ?>) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.Presence
-
Creates an instance of
Presence
. - Presence<T> - Class in ru.tinkoff.qa.neptune.core.api.steps
- presenceOf(SequentialGetStepSupplier<? super THIS, ?, ?, ?, ?>, Class<? extends Throwable>...) - Method in class ru.tinkoff.qa.neptune.core.api.steps.context.Context
-
Checks is some object present or not.
- presenceOfOrThrow(SequentialGetStepSupplier<? super THIS, ?, ?, ?, ?>, Class<? extends Throwable>...) - Method in class ru.tinkoff.qa.neptune.core.api.steps.context.Context
-
Checks is some object present.
- PresenceParameterValueGetter - Class in ru.tinkoff.qa.neptune.core.api.steps
- PresenceParameterValueGetter() - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.PresenceParameterValueGetter
- priority() - Method in annotation type ru.tinkoff.qa.neptune.core.api.hooks.HookOrder
- PROPERTIES - Static variable in class ru.tinkoff.qa.neptune.core.api.properties.GeneralPropertyInitializer
- PROPERTY_SOURCES - Static variable in interface ru.tinkoff.qa.neptune.core.api.properties.PropertySource
- PropertyDefaultValue - Annotation Type in ru.tinkoff.qa.neptune.core.api.properties
-
Used by subclasses of
PropertySupplier
to define default values of properties. - PropertyDescription - Annotation Type in ru.tinkoff.qa.neptune.core.api.properties
-
Used by subclasses of
PropertySupplier
to define descriptions of properties. - PropertyName - Annotation Type in ru.tinkoff.qa.neptune.core.api.properties
-
Used by subclasses of
PropertySupplier
to define names of properties. - PropertySource - Interface in ru.tinkoff.qa.neptune.core.api.properties
- PropertySource.SystemEnvPropertySource - Class in ru.tinkoff.qa.neptune.core.api.properties
- PropertySource.SystemPropertySource - Class in ru.tinkoff.qa.neptune.core.api.properties
- PropertySupplier<T,R> - Interface in ru.tinkoff.qa.neptune.core.api.properties
-
Interface to construct classes which read property values
- PropertyValueMismatch - Class in ru.tinkoff.qa.neptune.core.api.hamcrest
-
Common mismatch description.
- PropertyValueMismatch(String, Object, Matcher<?>) - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.PropertyValueMismatch
- PropertyValueMismatch(MatchObjectName, Object, Matcher<?>) - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.PropertyValueMismatch
- ProxyCreationFailureException - Exception in ru.tinkoff.qa.neptune.core.api.steps.proxy
- ProxyCreationFailureException(String, Throwable) - Constructor for exception ru.tinkoff.qa.neptune.core.api.steps.proxy.ProxyCreationFailureException
R
- readCaptorsOnFailure(Class<?>, Collection<Captor<Object, Object>>) - Static method in class ru.tinkoff.qa.neptune.core.api.event.firing.annotations.CaptureOnFailure.CaptureOnFailureReader
- readCaptorsOnFailure(CaptureOnFailure, Collection<Captor<Object, Object>>) - Static method in class ru.tinkoff.qa.neptune.core.api.event.firing.annotations.CaptureOnFailure.CaptureOnFailureReader
- readCaptorsOnSuccess(Class<?>, Collection<Captor<Object, Object>>) - Static method in class ru.tinkoff.qa.neptune.core.api.event.firing.annotations.CaptureOnSuccess.CaptureOnSuccessReader
- readCaptorsOnSuccess(CaptureOnSuccess, Collection<Captor<Object, Object>>) - Static method in class ru.tinkoff.qa.neptune.core.api.event.firing.annotations.CaptureOnSuccess.CaptureOnSuccessReader
- readValuesToSet(Class<? extends T>) - Method in interface ru.tinkoff.qa.neptune.core.api.properties.object.ObjectByClassPropertySupplier
- readValuesToSet(Class<? extends T>) - Method in interface ru.tinkoff.qa.neptune.core.api.properties.object.ObjectPropertySupplier
- readValuesToSet(Class<? extends T>...) - Method in interface ru.tinkoff.qa.neptune.core.api.properties.object.MultipleObjectPropertySupplier
- readValuesToSet(List<T>) - Method in interface ru.tinkoff.qa.neptune.core.api.properties.enums.MultipleEnumPropertySuppler
- readValuesToSet(R) - Method in interface ru.tinkoff.qa.neptune.core.api.properties.PropertySupplier
-
Converts object to string value of the property
- readValuesToSet(T) - Method in interface ru.tinkoff.qa.neptune.core.api.properties.enums.EnumPropertySuppler
- REFRESHABLE_CONTEXTS - Static variable in interface ru.tinkoff.qa.neptune.core.api.cleaning.ContextRefreshable
- refreshContext() - Method in interface ru.tinkoff.qa.neptune.core.api.cleaning.ContextRefreshable
- refreshContext(Class<? extends Context>) - Static method in interface ru.tinkoff.qa.neptune.core.api.cleaning.ContextRefreshable
-
Performs the refreshing of an instance of
Context
which belongs to current thread. - refreshProperties() - Static method in class ru.tinkoff.qa.neptune.core.api.properties.GeneralPropertyInitializer
-
Reads properties defined in
GeneralPropertyInitializer.PROPERTIES
which is located in any folder of the project and instantiates system properties. - ResourceBundleGenerator - Class in ru.tinkoff.qa.neptune.core.api.localization
- ResourceBundleGenerator() - Constructor for class ru.tinkoff.qa.neptune.core.api.localization.ResourceBundleGenerator
- ResultSelection<T,R> - Class in ru.tinkoff.qa.neptune.core.api.steps.conditions
-
This class describes selection rule to return the result
- ResultSelection() - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.conditions.ResultSelection
- returnIfNull() - Method in interface ru.tinkoff.qa.neptune.core.api.properties.booleans.BooleanValuePropertySupplier
- returnIfNull() - Method in interface ru.tinkoff.qa.neptune.core.api.properties.PropertySupplier
- returnOptionalFromEnvironment(PropertySupplier<?, ?>) - Static method in interface ru.tinkoff.qa.neptune.core.api.properties.PropertySupplier
- ru.tinkoff.qa.neptune.core.api.agent - package ru.tinkoff.qa.neptune.core.api.agent
- ru.tinkoff.qa.neptune.core.api.agent.junit.platform - package ru.tinkoff.qa.neptune.core.api.agent.junit.platform
- ru.tinkoff.qa.neptune.core.api.agent.testng - package ru.tinkoff.qa.neptune.core.api.agent.testng
- ru.tinkoff.qa.neptune.core.api.binding - package ru.tinkoff.qa.neptune.core.api.binding
- ru.tinkoff.qa.neptune.core.api.cleaning - package ru.tinkoff.qa.neptune.core.api.cleaning
- ru.tinkoff.qa.neptune.core.api.concurrency - package ru.tinkoff.qa.neptune.core.api.concurrency
- ru.tinkoff.qa.neptune.core.api.data.format - package ru.tinkoff.qa.neptune.core.api.data.format
- ru.tinkoff.qa.neptune.core.api.dependency.injection - package ru.tinkoff.qa.neptune.core.api.dependency.injection
- ru.tinkoff.qa.neptune.core.api.event.firing - package ru.tinkoff.qa.neptune.core.api.event.firing
- ru.tinkoff.qa.neptune.core.api.event.firing.annotations - package ru.tinkoff.qa.neptune.core.api.event.firing.annotations
- ru.tinkoff.qa.neptune.core.api.event.firing.captors - package ru.tinkoff.qa.neptune.core.api.event.firing.captors
- ru.tinkoff.qa.neptune.core.api.event.firing.collections - package ru.tinkoff.qa.neptune.core.api.event.firing.collections
- ru.tinkoff.qa.neptune.core.api.event.firing.console - package ru.tinkoff.qa.neptune.core.api.event.firing.console
- ru.tinkoff.qa.neptune.core.api.hamcrest - package ru.tinkoff.qa.neptune.core.api.hamcrest
-
This package contains additional general matchers that not present in org.hamcrest so far.
- ru.tinkoff.qa.neptune.core.api.hamcrest.common - package ru.tinkoff.qa.neptune.core.api.hamcrest.common
- ru.tinkoff.qa.neptune.core.api.hamcrest.common.all - package ru.tinkoff.qa.neptune.core.api.hamcrest.common.all
- ru.tinkoff.qa.neptune.core.api.hamcrest.common.any - package ru.tinkoff.qa.neptune.core.api.hamcrest.common.any
- ru.tinkoff.qa.neptune.core.api.hamcrest.common.not - package ru.tinkoff.qa.neptune.core.api.hamcrest.common.not
- ru.tinkoff.qa.neptune.core.api.hamcrest.common.only.one - package ru.tinkoff.qa.neptune.core.api.hamcrest.common.only.one
- ru.tinkoff.qa.neptune.core.api.hamcrest.iterables - package ru.tinkoff.qa.neptune.core.api.hamcrest.iterables
- ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.descriptions - package ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.descriptions
- ru.tinkoff.qa.neptune.core.api.hamcrest.mapped - package ru.tinkoff.qa.neptune.core.api.hamcrest.mapped
- ru.tinkoff.qa.neptune.core.api.hamcrest.ofclass - package ru.tinkoff.qa.neptune.core.api.hamcrest.ofclass
- ru.tinkoff.qa.neptune.core.api.hamcrest.pojo - package ru.tinkoff.qa.neptune.core.api.hamcrest.pojo
- ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator - package ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator
- ru.tinkoff.qa.neptune.core.api.hamcrest.text - package ru.tinkoff.qa.neptune.core.api.hamcrest.text
-
Additional matchers for strings
- ru.tinkoff.qa.neptune.core.api.hamcrest.throwable - package ru.tinkoff.qa.neptune.core.api.hamcrest.throwable
- ru.tinkoff.qa.neptune.core.api.hooks - package ru.tinkoff.qa.neptune.core.api.hooks
- ru.tinkoff.qa.neptune.core.api.localization - package ru.tinkoff.qa.neptune.core.api.localization
- ru.tinkoff.qa.neptune.core.api.logical.lexemes - package ru.tinkoff.qa.neptune.core.api.logical.lexemes
- ru.tinkoff.qa.neptune.core.api.properties - package ru.tinkoff.qa.neptune.core.api.properties
- ru.tinkoff.qa.neptune.core.api.properties.booleans - package ru.tinkoff.qa.neptune.core.api.properties.booleans
- ru.tinkoff.qa.neptune.core.api.properties.bytes - package ru.tinkoff.qa.neptune.core.api.properties.bytes
- ru.tinkoff.qa.neptune.core.api.properties.doubles - package ru.tinkoff.qa.neptune.core.api.properties.doubles
- ru.tinkoff.qa.neptune.core.api.properties.duration - package ru.tinkoff.qa.neptune.core.api.properties.duration
- ru.tinkoff.qa.neptune.core.api.properties.enums - package ru.tinkoff.qa.neptune.core.api.properties.enums
- ru.tinkoff.qa.neptune.core.api.properties.floats - package ru.tinkoff.qa.neptune.core.api.properties.floats
- ru.tinkoff.qa.neptune.core.api.properties.general.events - package ru.tinkoff.qa.neptune.core.api.properties.general.events
- ru.tinkoff.qa.neptune.core.api.properties.general.localization - package ru.tinkoff.qa.neptune.core.api.properties.general.localization
- ru.tinkoff.qa.neptune.core.api.properties.general.resorces - package ru.tinkoff.qa.neptune.core.api.properties.general.resorces
- ru.tinkoff.qa.neptune.core.api.properties.integers - package ru.tinkoff.qa.neptune.core.api.properties.integers
- ru.tinkoff.qa.neptune.core.api.properties.longs - package ru.tinkoff.qa.neptune.core.api.properties.longs
- ru.tinkoff.qa.neptune.core.api.properties.object - package ru.tinkoff.qa.neptune.core.api.properties.object
- ru.tinkoff.qa.neptune.core.api.properties.shorts - package ru.tinkoff.qa.neptune.core.api.properties.shorts
- ru.tinkoff.qa.neptune.core.api.properties.string - package ru.tinkoff.qa.neptune.core.api.properties.string
- ru.tinkoff.qa.neptune.core.api.properties.url - package ru.tinkoff.qa.neptune.core.api.properties.url
- ru.tinkoff.qa.neptune.core.api.steps - package ru.tinkoff.qa.neptune.core.api.steps
- ru.tinkoff.qa.neptune.core.api.steps.annotations - package ru.tinkoff.qa.neptune.core.api.steps.annotations
- ru.tinkoff.qa.neptune.core.api.steps.conditions - package ru.tinkoff.qa.neptune.core.api.steps.conditions
- ru.tinkoff.qa.neptune.core.api.steps.context - package ru.tinkoff.qa.neptune.core.api.steps.context
- ru.tinkoff.qa.neptune.core.api.steps.parameters - package ru.tinkoff.qa.neptune.core.api.steps.parameters
- ru.tinkoff.qa.neptune.core.api.steps.proxy - package ru.tinkoff.qa.neptune.core.api.steps.proxy
- ru.tinkoff.qa.neptune.core.api.steps.selections - package ru.tinkoff.qa.neptune.core.api.steps.selections
- ru.tinkoff.qa.neptune.core.api.steps.selections.mismatch.dictionary - package ru.tinkoff.qa.neptune.core.api.steps.selections.mismatch.dictionary
- ru.tinkoff.qa.neptune.core.api.utils - package ru.tinkoff.qa.neptune.core.api.utils
- runAgent() - Static method in class ru.tinkoff.qa.neptune.core.api.agent.NeptuneRuntimeAgentStarter
S
- section() - Method in annotation type ru.tinkoff.qa.neptune.core.api.properties.PropertyDescription
- selectArray() - Static method in class ru.tinkoff.qa.neptune.core.api.steps.selections.SelectionOfItems
- SelectionOfArray() - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.selections.SelectionOfItems.SelectionOfArray
- SelectionOfArrayItem() - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.selections.SelectionOfItem.SelectionOfArrayItem
- SelectionOfItem<T,R,THIS extends SelectionOfItem<T,R,THIS>> - Class in ru.tinkoff.qa.neptune.core.api.steps.selections
- SelectionOfItem.SelectionOfArrayItem<R> - Class in ru.tinkoff.qa.neptune.core.api.steps.selections
- SelectionOfItem.SelectionOfIterableItem<R,I extends Iterable<R>> - Class in ru.tinkoff.qa.neptune.core.api.steps.selections
- SelectionOfItems<T,R,THIS extends SelectionOfItems<T,R,THIS>> - Class in ru.tinkoff.qa.neptune.core.api.steps.selections
- SelectionOfItems.IndexesOfFoundItemsParameterValueGetter - Class in ru.tinkoff.qa.neptune.core.api.steps.selections
- SelectionOfItems.SelectionOfArray<T> - Class in ru.tinkoff.qa.neptune.core.api.steps.selections
- SelectionOfItems.SelectionOfList<T> - Class in ru.tinkoff.qa.neptune.core.api.steps.selections
- SelectionOfIterableItem() - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.selections.SelectionOfItem.SelectionOfIterableItem
- SelectionOfList() - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.selections.SelectionOfItems.SelectionOfList
- selectItemOfArray() - Static method in class ru.tinkoff.qa.neptune.core.api.steps.selections.SelectionOfItem
- selectItemOfIterable() - Static method in class ru.tinkoff.qa.neptune.core.api.steps.selections.SelectionOfItem
- selectList() - Static method in class ru.tinkoff.qa.neptune.core.api.steps.selections.SelectionOfItems
- SelfDescribed - Class in ru.tinkoff.qa.neptune.core.api.steps
-
This class is for custom auxiliary classes to make their instances able to self-describe via
SelfDescribed.toString()
method. - SelfDescribed() - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.SelfDescribed
- SequentialActionSupplier<T,R,THIS extends SequentialActionSupplier<T,R,THIS>> - Class in ru.tinkoff.qa.neptune.core.api.steps
-
This class is designed to build and to supply actions to be performed on different objects.
- SequentialActionSupplier() - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.SequentialActionSupplier
- SequentialActionSupplier.DefaultActionParameterReader - Class in ru.tinkoff.qa.neptune.core.api.steps
- SequentialActionSupplier.DefinePerformImperativeParameterName - Annotation Type in ru.tinkoff.qa.neptune.core.api.steps
- SequentialActionSupplier.DefinePerformOnParameterName - Annotation Type in ru.tinkoff.qa.neptune.core.api.steps
- SequentialGetStepSupplier<T,R,M,P,THIS extends SequentialGetStepSupplier<T,R,M,P,THIS>> - Class in ru.tinkoff.qa.neptune.core.api.steps
-
This class is designed to build and to supply sequential functions to get desired value.
- SequentialGetStepSupplier(Function<M, S>, FunctionFactory<M, S, R, P>) - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier
- SequentialGetStepSupplier.DefaultGetParameterReader - Class in ru.tinkoff.qa.neptune.core.api.steps
- SequentialGetStepSupplier.DefineCriteriaParameterName - Annotation Type in ru.tinkoff.qa.neptune.core.api.steps
- SequentialGetStepSupplier.DefineFromParameterName - Annotation Type in ru.tinkoff.qa.neptune.core.api.steps
- SequentialGetStepSupplier.DefineGetImperativeParameterName - Annotation Type in ru.tinkoff.qa.neptune.core.api.steps
- SequentialGetStepSupplier.DefinePollingTimeParameterName - Annotation Type in ru.tinkoff.qa.neptune.core.api.steps
- SequentialGetStepSupplier.DefineResultDescriptionParameterName - Annotation Type in ru.tinkoff.qa.neptune.core.api.steps
- SequentialGetStepSupplier.DefineTimeOutParameterName - Annotation Type in ru.tinkoff.qa.neptune.core.api.steps
- SequentialGetStepSupplier.GetArrayChainedStepSupplier<T,R,M,THIS extends SequentialGetStepSupplier.GetArrayChainedStepSupplier<T,R,M,THIS>> - Class in ru.tinkoff.qa.neptune.core.api.steps
-
This class is designed to build and supply chained functions to get some desired array-value.
- SequentialGetStepSupplier.GetArrayStepSupplier<T,R,THIS extends SequentialGetStepSupplier.GetArrayStepSupplier<T,R,THIS>> - Class in ru.tinkoff.qa.neptune.core.api.steps
-
This class is designed to build and supply functions to get some desired array-value.
- SequentialGetStepSupplier.GetListChainedStepSupplier<T,S extends Iterable<R>,M,R,THIS extends SequentialGetStepSupplier.GetListChainedStepSupplier<T,S,M,R,THIS>> - Class in ru.tinkoff.qa.neptune.core.api.steps
-
This class is designed to build and supply chained functions to get some immutable list-value.
- SequentialGetStepSupplier.GetListStepSupplier<T,S extends Iterable<R>,R,THIS extends SequentialGetStepSupplier.GetListStepSupplier<T,S,R,THIS>> - Class in ru.tinkoff.qa.neptune.core.api.steps
-
This class is designed to build and supply functions to get some immutable list-value.
- SequentialGetStepSupplier.GetObjectChainedStepSupplier<T,R,M,THIS extends SequentialGetStepSupplier.GetObjectChainedStepSupplier<T,R,M,THIS>> - Class in ru.tinkoff.qa.neptune.core.api.steps
-
This class is designed to build and supply chained functions to get object-value.
- SequentialGetStepSupplier.GetObjectFromArrayChainedStepSupplier<T,R,M,THIS extends SequentialGetStepSupplier.GetObjectFromArrayChainedStepSupplier<T,R,M,THIS>> - Class in ru.tinkoff.qa.neptune.core.api.steps
-
This class is designed to build and supply chained functions to get desired value using some array.
- SequentialGetStepSupplier.GetObjectFromArrayStepSupplier<T,R,THIS extends SequentialGetStepSupplier.GetObjectFromArrayStepSupplier<T,R,THIS>> - Class in ru.tinkoff.qa.neptune.core.api.steps
-
This class is designed to build and supply functions to get desired value using some array.
- SequentialGetStepSupplier.GetObjectFromIterableChainedStepSupplier<T,R,M,THIS extends SequentialGetStepSupplier.GetObjectFromIterableChainedStepSupplier<T,R,M,THIS>> - Class in ru.tinkoff.qa.neptune.core.api.steps
-
This class is designed to build and supply chained functions to get desired value using some iterable.
- SequentialGetStepSupplier.GetObjectFromIterableStepSupplier<T,R,THIS extends SequentialGetStepSupplier.GetObjectFromIterableStepSupplier<T,R,THIS>> - Class in ru.tinkoff.qa.neptune.core.api.steps
-
This class is designed to build and supply functions to get desired value using some iterable.
- SequentialGetStepSupplier.GetObjectStepSupplier<T,R,THIS extends SequentialGetStepSupplier.GetObjectStepSupplier<T,R,THIS>> - Class in ru.tinkoff.qa.neptune.core.api.steps
-
This class is designed to build and supply functions to get some desired object-value.
- SequentialGetStepSupplier.GetSimpleStepSupplier<T,R,THIS extends SequentialGetStepSupplier.GetSimpleStepSupplier<T,R,THIS>> - Class in ru.tinkoff.qa.neptune.core.api.steps
- serialize(Object) - Method in interface ru.tinkoff.qa.neptune.core.api.data.format.DataTransformer
-
Serializes java object to formatted string.
- setBusy(Thread) - Static method in class ru.tinkoff.qa.neptune.core.api.concurrency.BusyThreads
- setCause(Throwable) - Method in class ru.tinkoff.qa.neptune.core.api.steps.ExceptionSupplier
- setDescription(String) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier
- setFree(Thread) - Static method in class ru.tinkoff.qa.neptune.core.api.concurrency.BusyThreads
- setNotValidated() - Method in class ru.tinkoff.qa.neptune.core.api.steps.conditions.ResultSelection
- setObjectBusy(Class<T>) - Static method in class ru.tinkoff.qa.neptune.core.api.concurrency.ObjectContainer
-
Sets any free object of
ObjectContainer
by current thread and returns it when any one is found. - SetOfObjectsConsistsOfMatcher<S,R,T extends Iterable<R>> - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.iterables
-
This matcher checks that any set of objects (iterable, collection, array, map entries) consists only of objects that meet defined criteria.
- SetOfObjectsEachItemMatcher<S,R,T extends Iterable<R>> - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.iterables
-
This matcher checks each item of any set of objects (iterable, collection, array, map entries).
- SetOfObjectsIncludesMatcher<S,R,T extends Iterable<R>> - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.iterables
-
This matcher checks that any set of objects (iterable, collection, array, map entries) includes objects that meet defined criteria.
- SetOfObjectsItemsMatcher<S,R,T extends Iterable<R>> - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.iterables
- ShortValuePropertySupplier - Interface in ru.tinkoff.qa.neptune.core.api.properties.shorts
-
This interface is designed to read properties and return short values.
- startDescription() - Method in annotation type ru.tinkoff.qa.neptune.core.api.steps.annotations.ThrowWhenNoData
- StaticEventFiring - Class in ru.tinkoff.qa.neptune.core.api.event.firing
- StaticEventFiring() - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.StaticEventFiring
- Step<T> - Class in ru.tinkoff.qa.neptune.core.api.steps
-
This class allows to perform steps and to create it as a java object.
- StepActionTransformParameters - Class in ru.tinkoff.qa.neptune.core.api.agent
- StepActionTransformParameters() - Constructor for class ru.tinkoff.qa.neptune.core.api.agent.StepActionTransformParameters
- StepGetTransformParameters - Class in ru.tinkoff.qa.neptune.core.api.agent
- StepGetTransformParameters() - Constructor for class ru.tinkoff.qa.neptune.core.api.agent.StepGetTransformParameters
- StepLocalization - Interface in ru.tinkoff.qa.neptune.core.api.localization
-
Interface to translate step parameter and description.
- StepParameter - Annotation Type in ru.tinkoff.qa.neptune.core.api.steps.annotations
-
Marks fields of
SequentialActionSupplier
andSequentialGetStepSupplier
those values should be reported as parameters of steps - StepParameter.StepParameterCreator - Class in ru.tinkoff.qa.neptune.core.api.steps.annotations
- StepParameterCreator() - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.annotations.StepParameter.StepParameterCreator
- StepParameterPojo - Interface in ru.tinkoff.qa.neptune.core.api.steps.parameters
-
A POJO that wraps parameters of steps
- StillPresentException - Exception in ru.tinkoff.qa.neptune.core.api.steps
- StillPresentException(String) - Constructor for exception ru.tinkoff.qa.neptune.core.api.steps.StillPresentException
- stop() - Method in interface ru.tinkoff.qa.neptune.core.api.cleaning.Stoppable
-
An action to be performed when stopped
- Stoppable - Interface in ru.tinkoff.qa.neptune.core.api.cleaning
-
This interface is designed to declare and implement actions that should be done on the stopping.
- StringCaptor<T> - Class in ru.tinkoff.qa.neptune.core.api.event.firing.captors
- StringCaptor() - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.captors.StringCaptor
- StringCaptor(String) - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.captors.StringCaptor
- StringCaptor(String, List<CapturedStringInjector>) - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.captors.StringCaptor
- StringCaptor(List<CapturedStringInjector>) - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.captors.StringCaptor
- StringContainsWithSeparator - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.text
-
Checks whenever string has substring(s) that meet defined criteria or not.
- stringValueOfObjectOrArray(Object) - Static method in class ru.tinkoff.qa.neptune.core.api.utils.ToArrayUtil
-
Returns string value of an array or an object.
- StringValuePropertySupplier - Interface in ru.tinkoff.qa.neptune.core.api.properties.string
-
This interface is designed to read properties and return string values.
- SUCCESS - ru.tinkoff.qa.neptune.core.api.properties.general.events.CapturedEvents
- SUCCESS_AND_FAILURE - ru.tinkoff.qa.neptune.core.api.properties.general.events.CapturedEvents
T
- TemplateParameter - Class in ru.tinkoff.qa.neptune.core.api.localization
- testPlanExecutionStarted(TestPlan) - Method in class ru.tinkoff.qa.neptune.core.api.agent.junit.platform.AgentStartingTestExecutionListener
- throwableHasMessage(String) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.throwable.ThrowableMessageMatcher
-
Defines expected message of a throwable
- throwableHasMessage(Matcher<? super String>...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.throwable.ThrowableMessageMatcher
-
Defines criteria to check message of a throwable
- ThrowableIsCausedByMatcher - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.throwable
- ThrowableMessageMatcher - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.throwable
- ThrowableValueGetter - Class in ru.tinkoff.qa.neptune.core.api.hamcrest
- ThrowableValueGetter() - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.ThrowableValueGetter
- throwOnNoResult() - Method in class ru.tinkoff.qa.neptune.core.api.steps.Absence
- throwOnNoResult() - Method in class ru.tinkoff.qa.neptune.core.api.steps.Presence
- throwOnNoResult() - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier
-
This method says that it is necessary to throw an exception and to fail a test when no valuable data is returned.
- ThrowWhenNoData - Annotation Type in ru.tinkoff.qa.neptune.core.api.steps.annotations
-
Annotates
SequentialGetStepSupplier
and defines class of aThrowable
may be thrown when get-step returns no valuable data. - ThrowWhenNoData.ThrowWhenNoDataReader - Class in ru.tinkoff.qa.neptune.core.api.steps.annotations
- ThrowWhenNoDataReader() - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.annotations.ThrowWhenNoData.ThrowWhenNoDataReader
- timeOut(Duration) - Method in class ru.tinkoff.qa.neptune.core.api.steps.Absence
-
This method defines the time to wait for the value is absent.
- timeOut(Duration) - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier
-
Sometimes it is necessary to wait until some result that may be considered valuable is returned.
- to() - Method in annotation type ru.tinkoff.qa.neptune.core.api.binding.Bind
- TO_FREE_RESOURCES_ON_INACTIVITY_PROPERTY - Static variable in class ru.tinkoff.qa.neptune.core.api.properties.general.resorces.FreeResourcesOnInactivity
-
Reads the property value and is used to get access to its value.
- TO_LIMIT_REPORT_DEPTH_PROPERTY - Static variable in class ru.tinkoff.qa.neptune.core.api.properties.general.events.ToLimitReportDepth
- toArray(Object) - Static method in class ru.tinkoff.qa.neptune.core.api.utils.ToArrayUtil
-
Accepts and object and return an array of
Object
when the object is an array. - ToArrayUtil - Class in ru.tinkoff.qa.neptune.core.api.utils
- ToGetConditionalHelper - Class in ru.tinkoff.qa.neptune.core.api.steps.conditions
-
This is the util which helps to crate function with given conditions.
- toIncludeClass(Class<?>) - Method in class ru.tinkoff.qa.neptune.core.api.localization.ToIncludeClassDescription.DefaultToIncludeClassDescriptionImpl
- toIncludeClass(Class<?>) - Method in interface ru.tinkoff.qa.neptune.core.api.localization.ToIncludeClassDescription
-
Determines to include description of a class to generated resource bundle or not
- ToIncludeClassDescription - Interface in ru.tinkoff.qa.neptune.core.api.localization
- ToIncludeClassDescription.DefaultToIncludeClassDescriptionImpl - Class in ru.tinkoff.qa.neptune.core.api.localization
- ToLimitReportDepth - Class in ru.tinkoff.qa.neptune.core.api.properties.general.events
- toReport - Variable in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier
- toSet(Field) - Method in interface ru.tinkoff.qa.neptune.core.api.dependency.injection.DependencyInjector
-
Is it possible/correct/necessary to set value to a field
- toString() - Method in class ru.tinkoff.qa.neptune.core.api.steps.Criteria
- toString() - Method in class ru.tinkoff.qa.neptune.core.api.steps.SelfDescribed
- toString() - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialActionSupplier
- toString() - Method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier
- toString() - Method in class ru.tinkoff.qa.neptune.core.api.steps.Step
- toThrow() - Method in annotation type ru.tinkoff.qa.neptune.core.api.steps.annotations.ThrowWhenNoData
- translate(Field) - Static method in interface ru.tinkoff.qa.neptune.core.api.localization.StepLocalization
- translate(String) - Static method in interface ru.tinkoff.qa.neptune.core.api.localization.StepLocalization
-
Translation of a text.
- translate(String, Method, Object...) - Static method in interface ru.tinkoff.qa.neptune.core.api.localization.StepLocalization
-
Makes a translation
- translate(String, T) - Static method in interface ru.tinkoff.qa.neptune.core.api.localization.StepLocalization
-
Makes a translation
- translate(AdditionalMetadata<?>) - Static method in interface ru.tinkoff.qa.neptune.core.api.localization.StepLocalization
- translate(T) - Static method in interface ru.tinkoff.qa.neptune.core.api.localization.StepLocalization
-
Makes a translation
- translate(T, Method, Object...) - Static method in interface ru.tinkoff.qa.neptune.core.api.localization.StepLocalization
-
Makes a translation
- TranslatedDescriptionParameterValueGetter() - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.parameters.ParameterValueGetter.TranslatedDescriptionParameterValueGetter
- translation(String, Locale) - Method in class ru.tinkoff.qa.neptune.core.api.localization.LocalizationByResourceBundle
- translation(String, Locale) - Method in interface ru.tinkoff.qa.neptune.core.api.localization.StepLocalization
-
Makes translation of a text.
- turnReportingOff(T) - Static method in class ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier
- typeMatcher() - Method in class ru.tinkoff.qa.neptune.core.api.agent.CriteriaTransformParameters
- typeMatcher() - Method in interface ru.tinkoff.qa.neptune.core.api.agent.NeptuneTransformParameters
- typeMatcher() - Method in class ru.tinkoff.qa.neptune.core.api.agent.StepActionTransformParameters
- typeMatcher() - Method in class ru.tinkoff.qa.neptune.core.api.agent.StepGetTransformParameters
- TypesValueGetter - Class in ru.tinkoff.qa.neptune.core.api.hamcrest
- TypesValueGetter() - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.TypesValueGetter
U
- UnitesCriteria - Annotation Type in ru.tinkoff.qa.neptune.core.api.hamcrest
-
Marks classes that extend
NeptuneFeatureMatcher
. - uriHasHost(String) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasHostMatcher
-
Creates matcher that verifies the host of an URI
- uriHasHost(Matcher<? super String>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasHostMatcher
-
Creates matcher that verifies the host of an URI
- uriHasPath(String) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasPathMatcher
-
Creates matcher that verifies the path of an URI
- uriHasPath(Matcher<? super String>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasPathMatcher
-
Creates matcher that verifies the path of an URI
- uriHasPort(int) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasPortMatcher
-
Creates matcher that verifies the port of an URI
- uriHasPort(Matcher<? super Integer>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasPortMatcher
-
Creates matcher that verifies the port of an URI
- uriHasQueryParameter(String, Matcher<Iterable<String>>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasQueryParameters
-
Creates matcher that verifies query parameters of an URI.
- uriHasQueryParameter(Matcher<? super String>, Matcher<Iterable<String>>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasQueryParameters
-
Creates matcher that verifies query parameters of an URI.
- uriHasQueryString(String) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasQueryStringMatcher
-
Creates matcher that verifies the query of an URI
- uriHasQueryString(Matcher<? super String>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasQueryStringMatcher
-
Creates matcher that verifies the query of an URI
- uriHasScheme(String) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasSchemeMatcher
-
Creates matcher that verifies the scheme of an URI
- uriHasScheme(Matcher<? super String>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasSchemeMatcher
-
Creates matcher that verifies the scheme of an URI
- uriHasUserInfo(String) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasUserInfoMatcher
-
Creates matcher that verifies the user info of an URI
- uriHasUserInfo(Matcher<? super String>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasUserInfoMatcher
-
Creates matcher that verifies the user info of an URI
- URLEncodeUtil - Class in ru.tinkoff.qa.neptune.core.api.utils
-
Util class that helps to encode parts of UPL/URI correctly.
- urlHasHost(String) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasHostMatcher
-
Creates matcher that verifies the host of an URL
- urlHasHost(Matcher<? super String>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasHostMatcher
-
Creates matcher that verifies the host of an URL
- urlHasPath(String) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasPathMatcher
-
Creates matcher that verifies the path of an URL
- urlHasPath(Matcher<? super String>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasPathMatcher
-
Creates matcher that verifies the path of an URL
- urlHasPort(int) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasPortMatcher
-
Creates matcher that verifies the port of an URL
- urlHasPort(Matcher<? super Integer>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasPortMatcher
-
Creates matcher that verifies the port of an URL
- urlHasProtocol(String) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasProtocolMatcher
-
Creates matcher that verifies the path of an URL
- urlHasProtocol(Matcher<? super String>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasProtocolMatcher
-
Creates matcher that verifies the path of an URL
- urlHasQueryParameter(String, Matcher<Iterable<String>>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasQueryParameters
-
Creates matcher that verifies query parameters of an URL.
- urlHasQueryParameter(Matcher<? super String>, Matcher<Iterable<String>>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasQueryParameters
-
Creates matcher that verifies query parameters of an URL.
- urlHasQueryString(String) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasQueryStringMatcher
-
Creates matcher that verifies the query of an URL
- urlHasQueryString(Matcher<? super String>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasQueryStringMatcher
-
Creates matcher that verifies the query of an URL
- urlHasReference(String) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasReferenceMatcher
-
Creates matcher that verifies the reference of an URL
- urlHasReference(Matcher<? super String>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasReferenceMatcher
-
Creates matcher that verifies the reference of an URL
- urlHasUserInfo(String) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasUserInfoMatcher
-
Creates matcher that verifies the user info of an URL
- urlHasUserInfo(Matcher<? super String>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.resource.locator.HasUserInfoMatcher
-
Creates matcher that verifies the user info of an URL
- URLValuePropertySupplier - Interface in ru.tinkoff.qa.neptune.core.api.properties.url
-
This interface is designed to read properties and return an URL.
- UseInjectorReader() - Constructor for class ru.tinkoff.qa.neptune.core.api.event.firing.annotations.UseInjectors.UseInjectorReader
- UseInjectors - Annotation Type in ru.tinkoff.qa.neptune.core.api.event.firing.annotations
-
Annotates subclasses of
Captor
to define injectors of attachments to log/test report. - UseInjectors.UseInjectorReader - Class in ru.tinkoff.qa.neptune.core.api.event.firing.annotations
V
- validateParameters() - Method in class ru.tinkoff.qa.neptune.core.api.steps.conditions.ResultSelection
-
Validation of selection parameters.
- validateParameters() - Method in class ru.tinkoff.qa.neptune.core.api.steps.selections.SelectionOfItem
- validateParameters() - Method in class ru.tinkoff.qa.neptune.core.api.steps.selections.SelectionOfItems
- value() - Method in annotation type ru.tinkoff.qa.neptune.core.api.binding.BindRepeatable
- value() - Method in annotation type ru.tinkoff.qa.neptune.core.api.event.firing.annotations.UseInjectors
- value() - Method in annotation type ru.tinkoff.qa.neptune.core.api.localization.BindToPartition
- value() - Method in annotation type ru.tinkoff.qa.neptune.core.api.localization.BindToPartitions
- value() - Method in annotation type ru.tinkoff.qa.neptune.core.api.properties.PropertyDefaultValue
- value() - Method in annotation type ru.tinkoff.qa.neptune.core.api.properties.PropertyName
- value() - Method in annotation type ru.tinkoff.qa.neptune.core.api.steps.annotations.Description
- value() - Method in annotation type ru.tinkoff.qa.neptune.core.api.steps.annotations.DescriptionFragment
- value() - Method in annotation type ru.tinkoff.qa.neptune.core.api.steps.annotations.MaxDepthOfReporting
- value() - Method in annotation type ru.tinkoff.qa.neptune.core.api.steps.annotations.StepParameter
-
Defines a name of a step parameter
- value() - Method in annotation type ru.tinkoff.qa.neptune.core.api.steps.SequentialActionSupplier.DefinePerformImperativeParameterName
-
Defines name of imperative of a step
- value() - Method in annotation type ru.tinkoff.qa.neptune.core.api.steps.SequentialActionSupplier.DefinePerformOnParameterName
-
Defines name of performOn-parameter
- value() - Method in annotation type ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.DefineCriteriaParameterName
-
Defines name of the criteria-parameter
- value() - Method in annotation type ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.DefineFromParameterName
-
Defines name of the from-parameter
- value() - Method in annotation type ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.DefineGetImperativeParameterName
-
Defines name of imperative of a step
- value() - Method in annotation type ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.DefinePollingTimeParameterName
-
Defines name of the polling/sleeping time-parameter
- value() - Method in annotation type ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.DefineResultDescriptionParameterName
-
Defines name of the parameter that describes a returned value
- value() - Method in annotation type ru.tinkoff.qa.neptune.core.api.steps.SequentialGetStepSupplier.DefineTimeOutParameterName
-
Defines name of the timeout-parameter
- Value - Class in ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.descriptions
- Value() - Constructor for class ru.tinkoff.qa.neptune.core.api.hamcrest.iterables.descriptions.Value
- VALUE_MATCHER_MASK - Static variable in class ru.tinkoff.qa.neptune.core.api.hamcrest.mapped.MappedDiagnosticFeatureMatcher
- valueOf(String) - Static method in enum ru.tinkoff.qa.neptune.core.api.properties.general.events.CapturedEvents
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum ru.tinkoff.qa.neptune.core.api.properties.general.events.CapturedEvents
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- waitABit(long) - Static method in class ru.tinkoff.qa.neptune.core.api.utils.WaitABit
-
Deprecated, for removal: This API element is subject to removal in a future version.
- waitABit(Duration) - Static method in class ru.tinkoff.qa.neptune.core.api.utils.WaitABit
-
Deprecated, for removal: This API element is subject to removal in a future version.
- WaitABit - Class in ru.tinkoff.qa.neptune.core.api.utils
-
Deprecated, for removal: This API element is subject to removal in a future version.
- WasEmpty - Class in ru.tinkoff.qa.neptune.core.api.steps.selections.mismatch.dictionary
- WasEmpty() - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.selections.mismatch.dictionary.WasEmpty
- WasNull - Class in ru.tinkoff.qa.neptune.core.api.steps.selections.mismatch.dictionary
- WasNull() - Constructor for class ru.tinkoff.qa.neptune.core.api.steps.selections.mismatch.dictionary.WasNull
- withSeparator(String, String) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.text.StringContainsWithSeparator
-
Creates matcher that checks whenever string has substring that meets defined criteria or not.
- withSeparator(String, String...) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.text.StringContainsWithSeparator
-
Creates matcher that checks whenever string has only defined substrings in the listed order.
- withSeparator(String, Matcher<String[]>) - Static method in class ru.tinkoff.qa.neptune.core.api.hamcrest.text.StringContainsWithSeparator
-
Creates matcher that checks whenever string has substrings that meet defined criteria or not.
- withSubclasses() - Method in annotation type ru.tinkoff.qa.neptune.core.api.binding.Bind
_
- _dont_implement_Matcher___instead_extend_BaseMatcher_() - Method in class ru.tinkoff.qa.neptune.core.api.hamcrest.NeptuneFeatureMatcher
All Classes All Packages