A B C D E F G H I J K L M N O P Q R S T U V W X Z

A

Abbreviator - Class in org.aludratest.impl.log4testing.util
 
AbstractAludraService - Class in org.aludratest.service
Abstract parent class for custom AludraService implementations.
AbstractAludraService() - Constructor for class org.aludratest.service.AbstractAludraService
 
AbstractAludraTestRule - Class in org.aludratest.codecheck.rule.pmd
Abstract base class for all AludraTest code check rules.
AbstractAludraTestRule() - Constructor for class org.aludratest.codecheck.rule.pmd.AbstractAludraTestRule
 
AbstractConfigurableAludraService - Class in org.aludratest.service
Abstract parent class for AludraTest service implementations which are configurable.
AbstractConfigurableAludraService() - Constructor for class org.aludratest.service.AbstractConfigurableAludraService
 
AbstractElement<E extends Element<E>> - Class in org.aludratest.service.gui.component.impl
Parent class for GUI Elements e.g.
AbstractElement() - Constructor for class org.aludratest.service.gui.component.impl.AbstractElement
 
AbstractElementCondition<E> - Class in org.aludratest.service.gui.web.selenium.selenium2.condition
Parent class for ExpectedCondition implementations that rely on the presence of a WebElement.
AbstractElementCondition(GUIElementLocator, LocatorSupport) - Constructor for class org.aludratest.service.gui.web.selenium.selenium2.condition.AbstractElementCondition
Full constructor.
AbstractGitData - Class in org.aludratest.service.gitclient.data
Empty common parent class for all parameter classes of the GitClient.
AbstractGitData() - Constructor for class org.aludratest.service.gitclient.data.AbstractGitData
 
AbstractGUIComponent - Class in org.aludratest.service.gui.component.impl
Parent class for all Components of a Graphical User Interface.
AbstractGUIComponent() - Constructor for class org.aludratest.service.gui.component.impl.AbstractGUIComponent
 
AbstractHttpProcessor - Class in org.aludratest.service.gui.web.selenium.httpproxy
Empty implementation of the HttpProcessor interface.
AbstractHttpProcessor() - Constructor for class org.aludratest.service.gui.web.selenium.httpproxy.AbstractHttpProcessor
 
AbstractNullStringValidator - Class in org.aludratest.util.validator
Parent class for AludraTest text validations: If the validation term is null, empty or equal to DataConfiguration.NULL_MARKER, it accepts any string.
AbstractNullStringValidator(String) - Constructor for class org.aludratest.util.validator.AbstractNullStringValidator
Constructor
AbstractNumberStringValidator - Class in org.aludratest.util.validator
Parent class for validators that check strings which contain numbers.
AbstractNumberStringValidator(String, double) - Constructor for class org.aludratest.util.validator.AbstractNumberStringValidator
Constructor.
AbstractPreferences - Class in org.aludratest.config.impl
Abstract base implementation of the Preferences interface.
AbstractPreferences() - Constructor for class org.aludratest.config.impl.AbstractPreferences
 
AbstractRowType - Class in org.aludratest.content.flat
Abstract implementation of a RowTypeData, which holds the reference to a Java class and leaves the row type recognizion unimplemented.
AbstractRowType(Class<?>) - Constructor for class org.aludratest.content.flat.AbstractRowType
Constructor requiring the related Java class.
AbstractRunnerListener - Class in org.aludratest.scheduler
Abstract base implementation of the RunnerListener interface, with all methods implemented empty.
AbstractRunnerListener() - Constructor for class org.aludratest.scheduler.AbstractRunnerListener
 
AbstractSelenium2Action - Class in org.aludratest.service.gui.web.selenium.selenium2
Abstract parent class which provides common features of all Selenium1 action classes.
AbstractSelenium2Action(Selenium2Wrapper) - Constructor for class org.aludratest.service.gui.web.selenium.selenium2.AbstractSelenium2Action
Constructor.
AbstractSeleniumAction - Class in org.aludratest.service.gui.web.selenium.selenium1
Abstract parent class which provides common features of all Selenium1 action classes.
AbstractSeleniumAction(SeleniumWrapper) - Constructor for class org.aludratest.service.gui.web.selenium.selenium1.AbstractSeleniumAction
Constructor.
AbstractSeleniumService - Class in org.aludratest.service.gui.web.selenium
Common base class for Selenium based implementations of the AludraWebGUI interface.
AbstractSeleniumService() - Constructor for class org.aludratest.service.gui.web.selenium.AbstractSeleniumService
 
AbstractSystemConnector - Class in org.aludratest.service.util
Abstract empty implementation of the SystemConnector interface.
AbstractSystemConnector(String) - Constructor for class org.aludratest.service.util.AbstractSystemConnector
Constructor
AbstractTestObserver - Class in org.aludratest.impl.log4testing.observer
Abstract empty implementation of the TestObserver interface.
AbstractTestObserver() - Constructor for class org.aludratest.impl.log4testing.observer.AbstractTestObserver
 
AbstractUsageRestrictionRule - Class in org.aludratest.codecheck.rule.pmd
 
AbstractUsageRestrictionRule() - Constructor for class org.aludratest.codecheck.rule.pmd.AbstractUsageRestrictionRule
 
AbstractUtilityClassRule - Class in org.aludratest.codecheck.rule.pmd
 
AbstractUtilityClassRule() - Constructor for class org.aludratest.codecheck.rule.pmd.AbstractUtilityClassRule
 
accept(FileInfo) - Method in interface org.aludratest.service.file.FileFilter
Returns true for each value that is accepted by the filter.
accept(FileInfo) - Method in class org.aludratest.service.file.filter.AndFileFilter
Accepts a file if each of the filter components does.
accept(FileInfo) - Method in class org.aludratest.service.file.filter.LastModifiedTimeFileFilter
Accepts a file if timestamp constraints are matched.
accept(FileInfo) - Method in class org.aludratest.service.file.filter.OrFileFilter
Accepts a file if any of the filter components does.
accept(FileInfo) - Method in class org.aludratest.service.file.filter.RegexFilePathFilter
Accepts files that match the RegexFilePathFilter.regex
AccessFailure - Exception in org.aludratest.exception
Indicates that the access of a system has failed.
AccessFailure(String) - Constructor for exception org.aludratest.exception.AccessFailure
Constructor which requires a failure message.
AccessFailure(String, Throwable) - Constructor for exception org.aludratest.exception.AccessFailure
Constructor with a failure message and the (optional) root cause exception.
acquire() - Method in class org.aludratest.service.gui.web.selenium.LocalSeleniumResourceService
acquires a proxy from the pool for exclusive use by a single client.
acquire() - Method in class org.aludratest.service.gui.web.selenium.ProxyPool
Acquires a proxy from the pool for exclusive use by a single client, waiting if necessary.
acquire() - Method in interface org.aludratest.service.gui.web.selenium.SeleniumResourceService
Acquires a server and reserves it for the client.
acquire() - Method in class org.aludratest.service.gui.web.selenium.TAFMSSeleniumResourceService
 
acquire() - Method in class org.aludratest.util.ObjectPool
Acquires an element from the pool.
Action - Interface in org.aludratest.service
Parent interface for all service actions which can provide file-based information useful for debugging.
actionPerformed(ActionEvent) - Method in class org.aludratest.app.excelwizard.ExcelSettingsPane.CreateExcelSheetAction
 
ActionWordLibrary<E extends ActionWordLibrary<E>> - Interface in org.aludratest.dict
Common interface for all test classes that make use of the ActionWordLibrary pattern.
add(TestSuiteLogComponent) - Method in class org.aludratest.impl.log4testing.data.TestSuiteLog
Adds a child component to the test suite.
add(AddData) - Method in class org.aludratest.service.gitclient.GitClient
Adds files to the index
add(E) - Method in class org.aludratest.util.ObjectPool
Adds an element to the pool.
addAllowedUserClass(Class<?>) - Method in class org.aludratest.codecheck.rule.pmd.UsageRestrictionCheck
 
addAttachment(Attachment) - Method in class org.aludratest.impl.log4testing.data.TestStepLog
Adds an attachment and associates it with this test step.
addAttachment(Attachment) - Method in class org.aludratest.testcase.event.impl.TestStepInfoBean
 
addChild(RunnerNode) - Method in class org.aludratest.scheduler.node.RunnerGroup
Add a child node to the RunnerGroup.children.
addCustomHttpHeaderCommand(String, String) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
addCustomHttpHeaderCommand(String, String) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
addCustomHttpHeaderCommand(String, String) - Method in interface org.aludratest.service.gui.web.WebGUIInteraction
Tells the Selenium server to add the specified key and value as a custom outgoing request header.
addCustomRequestHeader(String, String) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Adds a custom request header to the Selenium calls.
addCustomRequestHeader(String, String) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Adds a custom request header.
addCustomRequestHeader(String, String) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
AddData - Class in org.aludratest.service.gitclient.data
Wraps data for the invocation of the GitClient's add method.
AddData() - Constructor for class org.aludratest.service.gitclient.data.AddData
Public default constructor.
AddData(String) - Constructor for class org.aludratest.service.gitclient.data.AddData
Fully parameterized constructor.
addExclusionPath(StringData) - Method in class org.aludratest.service.edifactfile.EdifactFileVerifier
Adds an XPath expression of which all matching Edifact elements are ignored
addForbiddenUserClass(Class<?>) - Method in class org.aludratest.codecheck.rule.pmd.UsageRestrictionCheck
 
addFunctionsToContext(Context, Scriptable) - Method in class org.aludratest.testcase.data.impl.xml.DefaultScriptLibrary
 
addFunctionsToContext(Context, Scriptable) - Method in interface org.aludratest.testcase.data.impl.xml.ScriptLibrary
 
addKeyExpression(KeyExpressionData) - Method in class org.aludratest.service.edifactfile.EdifactFileVerifier
Adds a key expression to the verifier.
addLeaf(int, TestInvoker, String, RunnerGroup) - Method in class org.aludratest.scheduler.RunnerTree
Adds a TestInvoker object as leaf to the tree structure.
addObserver(TestObserver) - Method in class org.aludratest.impl.log4testing.observer.TestObserverManager
 
addRowType(RowTypeData, Object) - Method in interface org.aludratest.content.flat.FlatContent
Adds a RowType to a BeanFlatFileReader.
addRowType(RowTypeData) - Method in class org.aludratest.content.flat.webdecs.FlatFileBeanReader
Adds a RowTypeData definition to the reader.
addRowType(RowTypeData) - Method in class org.aludratest.content.flat.webdecs.RowParser
Adds a RowTypeData to the parser instance.
addRowType(RowTypeData, Object) - Method in class org.aludratest.content.flat.webdecs.WebdecsFlatContent
Adds a RowType to a BeanFlatFileReader.
addRowType(RowTypeData, Object) - Method in interface org.aludratest.service.flatfile.FlatFileInteraction
Adds a RowType to a BeanFlatFileReader.
addRowType(RowTypeData) - Method in class org.aludratest.service.flatfile.FlatFileReader
Adds a RowTypeData to the reader.
addRowType(RowTypeData, Object) - Method in class org.aludratest.service.flatfile.impl.DefaultFlatFileAction
 
addRunnerListener(RunnerListener) - Method in class org.aludratest.scheduler.impl.RunnerListenerRegistryImpl
 
addRunnerListener(RunnerListener) - Method in interface org.aludratest.scheduler.RunnerListenerRegistry
 
addTestCase(TestCaseLog) - Method in class org.aludratest.impl.log4testing.data.TestSuiteLog
Adds a TestCase to testCases and to containers
addTestSuite(TestSuiteLog) - Method in class org.aludratest.impl.log4testing.data.TestSuiteLog
Adds a TestSuite to the testSuites and to the containers
addToleratedDiff(LocalDiffTypeData) - Method in class org.aludratest.service.edifactfile.EdifactFileVerifier
Allows the given diff type in comparisons.
After - Annotation Type in org.aludratest.testcase
Marks a method as cleanup method.
ALLOWED_IMPORT_PREFIXES_DESCRIPTOR - Static variable in class org.aludratest.codecheck.rule.pmd.ImportRestrictions
Property descriptor for the configuration property which import prefixes to allow.
Alphabetic - Class in org.aludratest.scheduler.sort
RunnerNode Comparator which evaluates the alphabetical order of the nodes' path names.
Alphabetic() - Constructor for class org.aludratest.scheduler.sort.Alphabetic
 
AlphabeticDescending - Class in org.aludratest.scheduler.sort
RunnerNode Comparator which evaluates the alphabetical order of the nodes' path names in a descending manner.
AlphabeticDescending() - Constructor for class org.aludratest.scheduler.sort.AlphabeticDescending
Default constructor.
AludraCloseable - Interface in org.aludratest.service
Parent interface for Aludratest classes that have a close() method.
AludraContext - Interface in org.aludratest.service
Common interface for AludraTest Contexts.
AludraGUI - Interface in org.aludratest.service.gui
Specialization of the AludraService interface for GUI related features.
aludraGui - Variable in class org.aludratest.service.gui.component.impl.AbstractGUIComponent
 
aludraGUI - Variable in class org.aludratest.service.gui.web.page.Page
Instance of AludraTest which is used to delegate all the methods calls of the implemented interface AludraTest.
aludraGUI - Variable in class org.aludratest.service.gui.web.uimap.UIMap
Gives access to the application under test and is normally used to give GUI components a instance of AludraTest.
AludraJMS - Interface in org.aludratest.service.jms
Deprecated. The implementation is not yet functional; implementation was suspended in favour of other tasks!
AludraJMSImpl - Class in org.aludratest.service.jms.impl
Deprecated. The implementation is not yet functional; implementation was suspended in favour of other tasks!
AludraJMSImpl() - Constructor for class org.aludratest.service.jms.impl.AludraJMSImpl
Deprecated.  
AludraLocalFile - Class in org.apache.commons.vfs2.provider.local
Copies VFS-2.0's LocalFile class and fixes a bug in the usage of File.mkdirs().
AludraLocalFile(LocalFileSystem, String, AbstractFileName) - Constructor for class org.apache.commons.vfs2.provider.local.AludraLocalFile
Creates a non-root file.
AludraLocalFileProvider - Class in org.apache.commons.vfs2.provider.local
Helper class for fixing a VFS bug.
AludraLocalFileProvider() - Constructor for class org.apache.commons.vfs2.provider.local.AludraLocalFileProvider
 
AludraLocalFileSystem - Class in org.apache.commons.vfs2.provider.local
Helper class for fixing a VFS bug.
AludraLocalFileSystem(LocalFileName, String, FileSystemOptions) - Constructor for class org.apache.commons.vfs2.provider.local.AludraLocalFileSystem
 
AludraSelenium1 - Class in org.aludratest.service.gui.web.selenium.selenium1
Implements the interface AludraWebGUI using Selenium 1 functionality to access the web GUI.
AludraSelenium1() - Constructor for class org.aludratest.service.gui.web.selenium.selenium1.AludraSelenium1
Default constructor as required by the framework
AludraSelenium2 - Class in org.aludratest.service.gui.web.selenium.selenium2
Implements the interface AludraWebGUI using Selenium 2 functionality to access the web GUI.
AludraSelenium2() - Constructor for class org.aludratest.service.gui.web.selenium.selenium2.AludraSelenium2
 
AludraSeleniumHttpCommandExecutor - Class in org.aludratest.service.gui.web.selenium.selenium2
A full copy of the Selenium HttpCommandExecutor class to be able to use a custom Request timeout.
AludraSeleniumHttpCommandExecutor(URL) - Constructor for class org.aludratest.service.gui.web.selenium.selenium2.AludraSeleniumHttpCommandExecutor
Constructs a new HttpCommandExecutor for the given remote server.
AludraService - Interface in org.aludratest.service
Common interface for all services that can be tested by AludraTest.
aludraServiceContext - Variable in class org.aludratest.service.AbstractAludraService
The context of the service.
AludraServiceContext - Interface in org.aludratest.service
Interface for AludraService contexts.
AludraServiceContextImpl - Class in org.aludratest.service.impl
 
AludraServiceContextImpl(AludraContext, String) - Constructor for class org.aludratest.service.impl.AludraServiceContextImpl
 
AludraServiceInvocationHandler - Class in org.aludratest.testcase.event.impl
InvocationHandler implementation for the dynamic proxy API.
AludraServiceInvocationHandler(Object, ComponentId<? extends AludraService>, AludraTestContext) - Constructor for class org.aludratest.testcase.event.impl.AludraServiceInvocationHandler
Constructor
AludraServiceManager - Interface in org.aludratest.service
The bootstrap for Aludra Components like e.g. services.
AludraServiceManagerImpl - Class in org.aludratest.service.impl
TODO FAL javadoc
AludraServiceManagerImpl() - Constructor for class org.aludratest.service.impl.AludraServiceManagerImpl
TODO FAL javadoc
AludraServiceRegistry - Class in org.aludratest.service.impl
 
AludraServiceRegistry() - Constructor for class org.aludratest.service.impl.AludraServiceRegistry
 
AludraTest - Class in org.aludratest
AludraTest framework class.
AludraTestCase - Class in org.aludratest.testcase
Parent class for plain AludraTest test classes.
AludraTestCase() - Constructor for class org.aludratest.testcase.AludraTestCase
Default constructor
AludraTestClosePhase - Class in org.aludratest.impl.plexus
 
AludraTestClosePhase() - Constructor for class org.aludratest.impl.plexus.AludraTestClosePhase
 
AludraTestComponentDiscoverer - Class in org.aludratest.impl.plexus
 
AludraTestComponentDiscoverer(Configurator) - Constructor for class org.aludratest.impl.plexus.AludraTestComponentDiscoverer
 
AludraTestConfig - Interface in org.aludratest.config
Provides the central configuration of AludraTest.
AludraTestConfigImpl - Class in org.aludratest.config.impl
Default implementation of the AludraTestConfig interface.
AludraTestConfigImpl() - Constructor for class org.aludratest.config.impl.AludraTestConfigImpl
Creates a new configuration implementation object.
AludraTestConfigurationPhase - Class in org.aludratest.impl.plexus
A Plexus Component Lifecycle Phase for configuration of AludraTest configurable objects (different from Plexus XML-based configuration).
AludraTestConfigurationPhase() - Constructor for class org.aludratest.impl.plexus.AludraTestConfigurationPhase
 
AludraTestConstants - Interface in org.aludratest.impl
Provides constants applicable to all AludraTest modules.
AludraTestContext - Interface in org.aludratest.testcase
Test context provided to AludraTestCase instances in order to access information necessary for initialization and framework interaction.
AludraTestContextImpl - Class in org.aludratest.testcase.impl
 
AludraTestContextImpl(InternalTestListener, AludraServiceManager) - Constructor for class org.aludratest.testcase.impl.AludraTestContextImpl
 
AludraTestException - Exception in org.aludratest.exception
Root class of all AludraTest exceptions.
AludraTestException(String) - Constructor for exception org.aludratest.exception.AludraTestException
Constructor.
AludraTestException(String, Throwable) - Constructor for exception org.aludratest.exception.AludraTestException
Constructor.
AludraTestJUnitSuite - Class in org.aludratest.junit
JUnit Runner which creates a JUnit test suite structure based on AludraTest files.
AludraTestJUnitSuite(Class<?>) - Constructor for class org.aludratest.junit.AludraTestJUnitSuite
Standard JUnit Runner constructor which takes the JUnit test class as argument.
AludraTestMethodInvoker - Class in org.aludratest.invoker
Default TestInvoker implementation for AludraTest.
AludraTestMethodInvoker(AludraTestCase, Method, Object[]) - Constructor for class org.aludratest.invoker.AludraTestMethodInvoker
Constructor receiving values for all attributes of same name.
AludraTestRunner - Interface in org.aludratest.scheduler
 
AludraTestRunnerImpl - Class in org.aludratest.scheduler.impl
 
AludraTestRunnerImpl() - Constructor for class org.aludratest.scheduler.impl.AludraTestRunnerImpl
 
AludraTestUtil - Class in org.aludratest.util
Provides general functionality for AludraTest.
AludraWebGUI - Interface in org.aludratest.service.gui.web
AludraGUI specialization for Web GUIs.
AndFileFilter - Class in org.aludratest.service.file.filter
FileFilter implementation which combines several other filters and requires each one to match a given file for accepting it.
AndFileFilter(FileFilter...) - Constructor for class org.aludratest.service.file.filter.AndFileFilter
Constructor
AndTestClassFilter - Class in org.aludratest.scheduler.impl
 
AndTestClassFilter(List<? extends TestClassFilter>) - Constructor for class org.aludratest.scheduler.impl.AndTestClassFilter
 
ANNOTATION_NAMES_DESCRIPTOR - Static variable in class org.aludratest.codecheck.rule.pmd.annot.NonCombinableAnnotations
Property descriptor for a comma-separated list of annotation names which must not be combined.
AnnotationBasedExecution - Class in org.aludratest.scheduler
Configuration class for invoking RunnerTreeBuilder.buildRunnerTree(AnnotationBasedExecution).
AnnotationBasedExecution(File, TestClassFilter, List<String>, ClassLoader) - Constructor for class org.aludratest.scheduler.AnnotationBasedExecution
Creates a new annotation based execution configuration object.
ANNOTATIONS_ALLOWED_DESCRIPTOR - Static variable in class org.aludratest.codecheck.rule.pmd.ImportRestrictions
Property descriptor for the configuration property if imports of annotation classes should generally be ignored.
AnnotationUtil - Class in org.aludratest.content.flat.webdecs
Parses the structure of FlatFileBeans and maps it to arrays of FixedWidthColumnDescriptors.
ANY - Static variable in class org.aludratest.service.edifactfile.EdifactFileVerifier
 
AnyDropDownOptions - Class in org.aludratest.service.gui.web.selenium.selenium2.condition
Collects specific property values of all options of a drop down box.
AnyDropDownOptions(GUIElementLocator, String, LocatorSupport) - Constructor for class org.aludratest.service.gui.web.selenium.selenium2.condition.AnyDropDownOptions
Constructor.
apply(WebDriver) - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.AnyDropDownOptions
 
apply(WebDriver) - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.BooleanCondition
 
apply(WebDriver) - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.DropDownBoxOptionLabelsPresence
 
apply(WebDriver) - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.DropDownOptionLocatable
 
apply(WebDriver) - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.ElementAbsence
 
apply(WebDriver) - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.ElementPresence
 
apply(WebDriver) - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.NotCondition
 
apply(WebDriver) - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.StringCondition
 
apply(WebDriver) - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.WebElementCondition
 
apply(WebDriver) - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.WindowPresence
 
applyOnElement(WebElement) - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.BooleanCondition
 
applyOnElement(WebElement) - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.ElementEditableCondition
 
applyOnElement(WebElement) - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.ElementEnabledCondition
 
applyOnElement(WebElement) - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.ElementValuePresence
 
applyOnElement(WebElement) - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.MixedElementCondition
 
applyOnElement(WebElement) - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.OptionSelected
 
applyOnElement(WebElement) - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.StringCondition
 
applyOnElement(WebElement) - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.ValidatingCondition
 
applyOnElement(WebElement) - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.WebElementCondition
 
applyTo(String) - Static method in class org.aludratest.impl.log4testing.util.Abbreviator
 
assertAbsence() - Method in class org.aludratest.service.file.File
Expects the file to be absent.
assertAbsence(String) - Method in interface org.aludratest.service.file.FileVerification
Expects a file to be absent.
assertAbsence(String) - Method in class org.aludratest.service.file.impl.FileActionImpl
Expects a file to be absent.
assertChecked() - Method in interface org.aludratest.service.gui.component.Checkbox
Asserts that the checkbox is checked.
assertChecked(String) - Method in interface org.aludratest.service.gui.component.Checkbox
Asserts that the checkbox is in the in the state expected by the passed text If the text is null or marked as null the operation is not executed.
assertChecked() - Method in class org.aludratest.service.gui.component.impl.CheckboxImpl
Asserts that the checkbox is checked.
assertChecked(String) - Method in class org.aludratest.service.gui.component.impl.CheckboxImpl
Asserts that the checkbox is in the in the state expected by the passed text If the text is null or marked as null the operation is not executed.
assertChecked() - Method in class org.aludratest.service.gui.component.impl.RadioButtonImpl
Asserts that the radio button is checked
assertChecked(String) - Method in class org.aludratest.service.gui.component.impl.RadioButtonImpl
Asserts that this Radio button is in the expected state, passed by expected string.
assertChecked() - Method in interface org.aludratest.service.gui.component.RadioButton
Asserts that the radio button is checked
assertChecked(String) - Method in interface org.aludratest.service.gui.component.RadioButton
Asserts that this Radio button is in the expected state, passed by expected string.
assertChecked(String, String, GUIElementLocator) - Method in interface org.aludratest.service.gui.GUIVerification
Verifies for an element identified by a locator that is is checked (e.g. radio buttons or checkboxes).
assertChecked(String, String, boolean, GUIElementLocator) - Method in interface org.aludratest.service.gui.GUIVerification
Verifies for an element identified by a locator that its checked status (e.g. radio buttons or checkboxes) matches the given expected state.
assertChecked(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Verification
 
assertChecked(String, String, boolean, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Verification
 
assertChecked(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Verification
 
assertChecked(String, String, boolean, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Verification
 
assertContains(StringData) - Method in class org.aludratest.service.cmdline.Line
Asserts that a text line contains the given text.
assertContainsLabels(String...) - Method in interface org.aludratest.service.gui.component.Dropdownbox
Verifies that this Dropdownbox has the given labels (and possibly more than these).
assertContainsLabels(String...) - Method in class org.aludratest.service.gui.component.impl.DropdownboxImpl
Verifies that this Dropdownbox has the given labels (and possibly more than these).
assertContainsLabels(String, String, GUIElementLocator, String[]) - Method in interface org.aludratest.service.gui.GUIVerification
Verifies for an element identified by a locator (usually a dropdownbox) that it contains the given labels (and possibly more).
assertContainsLabels(String, String, GUIElementLocator, String[]) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Verification
 
assertContainsLabels(String, String, GUIElementLocator, String[]) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Verification
 
assertDestinationAvailable(String) - Method in class org.aludratest.service.jms.impl.JMSActionImpl
Deprecated.  
assertDestinationAvailable(String) - Method in interface org.aludratest.service.jms.JMSVerification
 
assertDirectory() - Method in class org.aludratest.service.file.File
Asserts that the file is a directory.
assertDirectory(String) - Method in interface org.aludratest.service.file.FileVerification
Asserts that the file object at the given location is a directory
assertDirectory(String) - Method in class org.aludratest.service.file.impl.FileActionImpl
 
assertDropDownEntrySelectionMatches(String, String, GUIElementLocator, Validator<String>) - Method in interface org.aludratest.service.gui.GUIVerification
Verifies for a dropdownbox identified by a locator that its selection matches the given Validator.
assertDropDownEntrySelectionMatches(String, String, GUIElementLocator, Validator<String>) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Verification
 
assertDropDownEntrySelectionMatches(String, String, GUIElementLocator, Validator<String>) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Verification
 
assertEditable() - Method in class org.aludratest.service.gui.component.impl.InputFieldImpl
Asserts that the element is editable.
assertEditable() - Method in interface org.aludratest.service.gui.component.InputField
Asserts that the element is editable, i.e. text can be entered.
assertEditable(String, String, GUIElementLocator) - Method in interface org.aludratest.service.gui.GUIVerification
Verifies for an element identified by a locator that it is editable.
assertEditable(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Verification
 
assertEditable(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Verification
 
assertElementNotPresent(String, String, GUIElementLocator) - Method in interface org.aludratest.service.gui.GUIVerification
Verifies for an element identified by a locator that it is not present in the GUI (not either visible nor invisible).
assertElementNotPresent(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Verification
 
assertElementNotPresent(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Verification
 
assertElementPresent(String, String, GUIElementLocator) - Method in interface org.aludratest.service.gui.GUIVerification
Verifies for an element identified by a locator that it is present in the GUI (maybe visible or invisible).
assertElementPresent(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Verification
 
assertElementPresent(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Verification
 
assertEmpty() - Method in class org.aludratest.service.cmdline.ErrOut
Asserts that the output is empty
assertEmpty() - Method in class org.aludratest.service.cmdline.Out
Asserts that the output stream is empty
assertEmpty() - Method in class org.aludratest.service.cmdline.StdOut
Asserts the output to be empty.
assertEmptyErrOut(String, String, int) - Method in interface org.aludratest.service.cmdline.CommandLineVerification
Asserts that the specified process has no more error output.
assertEmptyErrOut(String, String, int) - Method in class org.aludratest.service.cmdline.impl.CommandLineActionImpl
 
assertEmptyStdOut(String, String, int) - Method in interface org.aludratest.service.cmdline.CommandLineVerification
Asserts that the specified process has no more standard output.
assertEmptyStdOut(String, String, int) - Method in class org.aludratest.service.cmdline.impl.CommandLineActionImpl
 
assertEnabled() - Method in interface org.aludratest.service.gui.component.Element
Asserts that this element is enabled, i.e. does not have an active "disabled" state.
assertEnabled() - Method in class org.aludratest.service.gui.component.impl.AbstractElement
 
assertEnabled(String, String, GUIElementLocator) - Method in interface org.aludratest.service.gui.GUIVerification
Verifies for an element identified by a locator that it is enabled, i.e. not disabled.
assertEnabled(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Verification
 
assertEnabled(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Verification
 
assertEquals(StringData) - Method in class org.aludratest.service.cmdline.Line
Asserts that a text line is identical to the provided string.
assertExitCodeEquals(String, String, int, int) - Method in interface org.aludratest.service.cmdline.CommandLineVerification
Asserts that the referenced process' exit value equals the expected value.
assertExitCodeEquals(String, String, int, int) - Method in class org.aludratest.service.cmdline.impl.CommandLineActionImpl
 
assertExitValue(IntData) - Method in class org.aludratest.service.cmdline.CommandLineProcess
Waits for the process to finish and asserts an exit value.
assertFile() - Method in class org.aludratest.service.file.File
Asserts that the file is not a directory.
assertFile(String) - Method in interface org.aludratest.service.file.FileVerification
Asserts that the file object at the given location is not a directory
assertFile(String) - Method in class org.aludratest.service.file.impl.FileActionImpl
 
assertFocus() - Method in interface org.aludratest.service.gui.component.Element
Asserts that the element has the focus.
assertFocus() - Method in class org.aludratest.service.gui.component.impl.AbstractElement
 
assertHasFocus(String, String, GUIElementLocator) - Method in interface org.aludratest.service.gui.GUIVerification
Verifies for an element identified by a locator that it has the input focus.
assertHasFocus(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Verification
 
assertHasFocus(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Verification
 
assertHasLabels(String...) - Method in interface org.aludratest.service.gui.component.Dropdownbox
Checks if this Dropdownbox has the expected labels.
assertHasLabels(String...) - Method in class org.aludratest.service.gui.component.impl.DropdownboxImpl
Checks if this Dropdownbox has the expected labels.
assertHasLabels(String, String, GUIElementLocator, String[]) - Method in interface org.aludratest.service.gui.GUIVerification
Verifies for an element identified by a locator (usually a dropdownbox) that it has the given labels (and only these).
assertHasLabels(String, String, GUIElementLocator, String[]) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Verification
 
assertHasLabels(String, String, GUIElementLocator, String[]) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Verification
 
assertHasValues(String...) - Method in interface org.aludratest.service.gui.component.Dropdownbox
Verifies that this Dropdownbox has the passed through values (and only these).
assertHasValues(String...) - Method in class org.aludratest.service.gui.component.impl.DropdownboxImpl
Verifies that this Dropdownbox has the passed through values (and only these).
assertHasValues(String, String, GUIElementLocator, String[]) - Method in interface org.aludratest.service.gui.GUIVerification
Verifies for an element identified by a locator (usually a dropdownbox) that it has the given values (and only these).
assertHasValues(String, String, GUIElementLocator, String[]) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Verification
 
assertHasValues(String, String, GUIElementLocator, String[]) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Verification
 
assertInterchangesMatch(String, String, Interchange, Interchange, ComparisonSettings, ComparisonModel<Element>) - Method in interface org.aludratest.service.edifactfile.EdifactFileVerification
Asserts that two EDIFACT or X12 interchanges are equal.
assertInterchangesMatch(String, String, Interchange, Interchange, ComparisonSettings, ComparisonModel<Element>) - Method in class org.aludratest.service.edifactfile.edifatto.EdifattoFileAction
Asserts that two EDIFACT or X12 interchanges are equal.
assertIsSelected(String) - Method in interface org.aludratest.service.gui.component.Dropdownbox
Verifies that the passed label is selected in this Dropdownbox.
assertIsSelected(String) - Method in class org.aludratest.service.gui.component.impl.DropdownboxImpl
Verifies that the passed label is selected in this Dropdownbox.
assertMatch(Validator<String>) - Method in class org.aludratest.service.cmdline.Line
 
assertNextLineMatches(Validator<String>) - Method in class org.aludratest.service.cmdline.ErrOut
Asserts that the validator matches the next line of the output.
assertNextLineMatches(Validator<String>) - Method in class org.aludratest.service.cmdline.Out
Asserts that the validator matches the next line of the output.
assertNextLineMatches(Validator<String>) - Method in class org.aludratest.service.cmdline.StdOut
Asserts that the validator matches the next line of the output
assertNextLineOfErrOutMatches(String, String, int, Validator<String>) - Method in interface org.aludratest.service.cmdline.CommandLineVerification
Asserts that the next line of the specified process' error output is accepted by the Validator.
assertNextLineOfErrOutMatches(String, String, int, Validator<String>) - Method in class org.aludratest.service.cmdline.impl.CommandLineActionImpl
 
assertNextLineOfStdOutMatches(String, String, int, Validator<String>) - Method in interface org.aludratest.service.cmdline.CommandLineVerification
Asserts that the next line of the specified process' standard output is accepted by the Validator.
assertNextLineOfStdOutMatches(String, String, int, Validator<String>) - Method in class org.aludratest.service.cmdline.impl.CommandLineActionImpl
 
assertNotEditable() - Method in class org.aludratest.service.gui.component.impl.InputFieldImpl
Asserts that the element is not editable.
assertNotEditable() - Method in interface org.aludratest.service.gui.component.InputField
Asserts that the element is not editable, i.e. no text can be entered.
assertNotEditable(String, String, GUIElementLocator) - Method in interface org.aludratest.service.gui.GUIVerification
Verifies for an element identified by a locator that it is not editable.
assertNotEditable(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Verification
 
assertNotEditable(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Verification
 
assertNotEmpty(String, String) - Static method in class org.aludratest.impl.log4testing.output.writer.FileWriter
 
assertNotEnabled() - Method in interface org.aludratest.service.gui.component.Element
Asserts that this element is not enabled, i.e. has an active "disabled" state.
assertNotEnabled() - Method in class org.aludratest.service.gui.component.impl.AbstractElement
 
assertNotEnabled(String, String, GUIElementLocator) - Method in interface org.aludratest.service.gui.GUIVerification
Verifies for an element identified by a locator that it is not enabled, i.e. disabled.
assertNotEnabled(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Verification
 
assertNotEnabled(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Verification
 
assertNotPresent() - Method in interface org.aludratest.service.gui.component.Element
Asserts that the element is not present
assertNotPresent() - Method in class org.aludratest.service.gui.component.impl.AbstractElement
 
assertPrefix(StringData) - Method in class org.aludratest.service.cmdline.Line
Asserts that a text line starts with the given prefix.
assertPresence() - Method in class org.aludratest.service.file.File
Expects the file to be present.
assertPresence(String) - Method in interface org.aludratest.service.file.FileVerification
Expects a file to exist.
assertPresence(String) - Method in class org.aludratest.service.file.impl.FileActionImpl
Expects a file to exist.
assertPresent() - Method in interface org.aludratest.service.gui.component.Element
Asserts that the element is present
assertPresent() - Method in class org.aludratest.service.gui.component.impl.AbstractElement
 
assertSelectedContains(String) - Method in interface org.aludratest.service.gui.component.Dropdownbox
Verifies that the passed text is part of the currently selected label in this Dropdownbox.
assertSelectedContains(String) - Method in class org.aludratest.service.gui.component.impl.DropdownboxImpl
Verifies that the passed text is part of the currently selected label in this Dropdownbox.
assertSelectedIgnoreCaseTrimmed(String) - Method in interface org.aludratest.service.gui.component.Dropdownbox
Verifies that the passed label is selected in this Dropdownbox.
assertSelectedIgnoreCaseTrimmed(String) - Method in class org.aludratest.service.gui.component.impl.DropdownboxImpl
Verifies that the passed label is selected in this Dropdownbox.
assertSelectionMatches(Validator<String>) - Method in interface org.aludratest.service.gui.component.Dropdownbox
Asserts that the selection matches the provided Validator.
assertSelectionMatches(Validator<String>) - Method in class org.aludratest.service.gui.component.impl.DropdownboxImpl
Asserts that the selection matches the provided Validator.
assertSuffix(StringData) - Method in class org.aludratest.service.cmdline.Line
Asserts that a text line ends with the given suffix.
assertTextContains(String) - Method in class org.aludratest.service.gui.component.impl.ButtonImpl
 
assertTextContains(String) - Method in class org.aludratest.service.gui.component.impl.FileFieldImpl
 
assertTextContains(String) - Method in class org.aludratest.service.gui.component.impl.InputFieldImpl
 
assertTextContains(String) - Method in class org.aludratest.service.gui.component.impl.LabelImpl
 
assertTextContains(String) - Method in class org.aludratest.service.gui.component.impl.LinkImpl
 
assertTextContains(String) - Method in interface org.aludratest.service.gui.component.impl.ValueComponent
Verifies that this component's text contains the expected text.
assertTextContainsIgnoreCaseTrimmed(String) - Method in class org.aludratest.service.gui.component.impl.ButtonImpl
 
assertTextContainsIgnoreCaseTrimmed(String) - Method in class org.aludratest.service.gui.component.impl.FileFieldImpl
 
assertTextContainsIgnoreCaseTrimmed(String) - Method in class org.aludratest.service.gui.component.impl.InputFieldImpl
 
assertTextContainsIgnoreCaseTrimmed(String) - Method in class org.aludratest.service.gui.component.impl.LabelImpl
 
assertTextContainsIgnoreCaseTrimmed(String) - Method in class org.aludratest.service.gui.component.impl.LinkImpl
 
assertTextContainsIgnoreCaseTrimmed(String) - Method in interface org.aludratest.service.gui.component.impl.ValueComponent
Verifies that this component's text contains the expected text.
assertTextEquals(String) - Method in class org.aludratest.service.gui.component.impl.ButtonImpl
 
assertTextEquals(String) - Method in class org.aludratest.service.gui.component.impl.FileFieldImpl
 
assertTextEquals(String) - Method in class org.aludratest.service.gui.component.impl.InputFieldImpl
 
assertTextEquals(String) - Method in class org.aludratest.service.gui.component.impl.LabelImpl
 
assertTextEquals(String) - Method in class org.aludratest.service.gui.component.impl.LinkImpl
 
assertTextEquals(String) - Method in interface org.aludratest.service.gui.component.impl.ValueComponent
Verifies that this component has the expected text.
assertTextEqualsIgnoreCaseTrimmed(String) - Method in class org.aludratest.service.gui.component.impl.ButtonImpl
 
assertTextEqualsIgnoreCaseTrimmed(String) - Method in class org.aludratest.service.gui.component.impl.FileFieldImpl
 
assertTextEqualsIgnoreCaseTrimmed(String) - Method in class org.aludratest.service.gui.component.impl.InputFieldImpl
 
assertTextEqualsIgnoreCaseTrimmed(String) - Method in class org.aludratest.service.gui.component.impl.LabelImpl
 
assertTextEqualsIgnoreCaseTrimmed(String) - Method in class org.aludratest.service.gui.component.impl.LinkImpl
 
assertTextEqualsIgnoreCaseTrimmed(String) - Method in interface org.aludratest.service.gui.component.impl.ValueComponent
Verifies that this component's text equals the expected text.
assertTextMatches(Validator<String>) - Method in class org.aludratest.service.gui.component.impl.ButtonImpl
 
assertTextMatches(Validator<String>) - Method in class org.aludratest.service.gui.component.impl.FileFieldImpl
 
assertTextMatches(Validator<String>) - Method in class org.aludratest.service.gui.component.impl.InputFieldImpl
 
assertTextMatches(Validator<String>) - Method in class org.aludratest.service.gui.component.impl.LabelImpl
 
assertTextMatches(Validator<String>) - Method in class org.aludratest.service.gui.component.impl.LinkImpl
 
assertTextMatches(Validator<String>) - Method in interface org.aludratest.service.gui.component.impl.ValueComponent
Asserts that this component's text matches the provided Validator.
assertTextMatches(String, String, GUIElementLocator, Validator<String>) - Method in interface org.aludratest.service.gui.GUIVerification
Verifies that one specific GUI element exhibits a text that matches a Validator.
assertTextMatches(String, String, GUIElementLocator, Validator<String>) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Verification
 
assertTextMatches(String, String, GUIElementLocator, Validator<String>) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Verification
 
assertTextNotEquals(String) - Method in interface org.aludratest.service.gui.component.Dropdownbox
Verifies that the passed label is not selected in this Dropdownbox.
assertTextNotEquals(String) - Method in class org.aludratest.service.gui.component.impl.ButtonImpl
 
assertTextNotEquals(String) - Method in class org.aludratest.service.gui.component.impl.DropdownboxImpl
Verifies that the passed label is not selected in this Dropdownbox.
assertTextNotEquals(String) - Method in class org.aludratest.service.gui.component.impl.FileFieldImpl
 
assertTextNotEquals(String) - Method in class org.aludratest.service.gui.component.impl.InputFieldImpl
 
assertTextNotEquals(String) - Method in class org.aludratest.service.gui.component.impl.LabelImpl
 
assertTextNotEquals(String) - Method in class org.aludratest.service.gui.component.impl.LinkImpl
 
assertTextNotEquals(String) - Method in interface org.aludratest.service.gui.component.impl.ValueComponent
Verifies that this component does not have the expected text.
assertValueGreaterThan(String) - Method in class org.aludratest.service.gui.component.impl.ButtonImpl
 
assertValueGreaterThan(String) - Method in class org.aludratest.service.gui.component.impl.FileFieldImpl
 
assertValueGreaterThan(String) - Method in class org.aludratest.service.gui.component.impl.InputFieldImpl
 
assertValueGreaterThan(String) - Method in class org.aludratest.service.gui.component.impl.LabelImpl
 
assertValueGreaterThan(String) - Method in class org.aludratest.service.gui.component.impl.LinkImpl
 
assertValueGreaterThan(String) - Method in interface org.aludratest.service.gui.component.impl.ValueComponent
Verifies that this component's text (interpreted as numeric value) is greater than the specified value (which will be interpreted as numeric value as well).
assertValueLessThan(String) - Method in class org.aludratest.service.gui.component.impl.ButtonImpl
 
assertValueLessThan(String) - Method in class org.aludratest.service.gui.component.impl.FileFieldImpl
 
assertValueLessThan(String) - Method in class org.aludratest.service.gui.component.impl.InputFieldImpl
 
assertValueLessThan(String) - Method in class org.aludratest.service.gui.component.impl.LabelImpl
 
assertValueLessThan(String) - Method in class org.aludratest.service.gui.component.impl.LinkImpl
 
assertValueLessThan(String) - Method in interface org.aludratest.service.gui.component.impl.ValueComponent
Verifies that this component's text (interpreted as numeric value) is lower than the specified value (which will be interpreted as numeric value as well).
assertValueMatches(String, String, GUIElementLocator, Validator<String>) - Method in interface org.aludratest.service.gui.GUIVerification
Verifies for an input element identified by a locator (usually an input field, a button, or similar) that its value matches the given Validator.
assertValueMatches(String, String, GUIElementLocator, Validator<String>) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Verification
 
assertValueMatches(String, String, GUIElementLocator, Validator<String>) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Verification
 
assertVisible() - Method in interface org.aludratest.service.gui.component.Element
Asserts that the element is visible
assertVisible() - Method in class org.aludratest.service.gui.component.impl.AbstractElement
 
assertVisible(String, String, GUIElementLocator) - Method in interface org.aludratest.service.gui.GUIVerification
Verifies for an element identified by a locator that it is visible.
assertVisible(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Verification
 
assertVisible(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Verification
 
assignFileResource(String, String, GUIElementLocator, String, int) - Method in interface org.aludratest.service.gui.GUIInteraction
Assigns a file resource of the test project file system to the file chooser specified by the locator.
assignFileResource(String, String, GUIElementLocator, String, int) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
assignFileResource(String, String, GUIElementLocator, String, int) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
Attachment - Class in org.aludratest.testcase.event.attachment
An Attachment is used to add some additional informations as file (e.g. html or png) to a TestStep.
Attachment(String) - Constructor for class org.aludratest.testcase.event.attachment.Attachment
 
AttachParameter - Annotation Type in org.aludratest.impl.log4testing
Annotates a method parameter to be stored as Attachment.
AttachResult - Annotation Type in org.aludratest.impl.log4testing
Annotates a method that its result values are logged as Attachment.
AttributeBasedTestClassFilter - Class in org.aludratest.scheduler.impl
 
AttributeBasedTestClassFilter(String, List<String>, boolean) - Constructor for class org.aludratest.scheduler.impl.AttributeBasedTestClassFilter
 
AuthenticatingHttpProxy - Class in org.aludratest.service.gui.web.selenium.httpproxy
Opens a server socket at the AuthenticatingHttpProxy.localPort, receives HTTP requests, injects custom HTTP request headers and forwards the request to the server AuthenticatingHttpProxy.realHost.
AuthenticatingHttpProxy(int, String, int) - Constructor for class org.aludratest.service.gui.web.selenium.httpproxy.AuthenticatingHttpProxy
Constructor with the central configuration settings.
AutomationException - Exception in org.aludratest.exception
Indicates an error condition that is likely to be the result of a test programmer's fault.
AutomationException(String) - Constructor for exception org.aludratest.exception.AutomationException
Constructor which requires a failure message.
AutomationException(String, Throwable) - Constructor for exception org.aludratest.exception.AutomationException
Constructor with a failure message and the (optional) root cause exception.
AutoRetry - Interface in org.aludratest.util.retry
The AutoRetry component is responsible for a given method invocation which caused a given exception if the operation shall be retried, even after a given already performed retry count.
AutoRetryImpl - Class in org.aludratest.util.retry
Configurable mechanism for automatically retrying a certain invocation after a certain errors for a given number of times.
AutoRetryImpl() - Constructor for class org.aludratest.util.retry.AutoRetryImpl
 
AutoRetryImpl.AutoRetryEntry - Class in org.aludratest.util.retry
An entry in the internal list of retry elements.
AWLAbstractNameForAbstractClass - Class in org.aludratest.codecheck.rule.pmd.awl
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
AWLAbstractNameForAbstractClass() - Constructor for class org.aludratest.codecheck.rule.pmd.awl.AWLAbstractNameForAbstractClass
 
AWLActionMethodReturnAWL - Class in org.aludratest.codecheck.rule.pmd.awl
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
AWLActionMethodReturnAWL() - Constructor for class org.aludratest.codecheck.rule.pmd.awl.AWLActionMethodReturnAWL
 
AWLActionParameterDataClass - Class in org.aludratest.codecheck.rule.pmd.awl
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
AWLActionParameterDataClass() - Constructor for class org.aludratest.codecheck.rule.pmd.awl.AWLActionParameterDataClass
 
AWLNoNonFinalStaticAttribute - Class in org.aludratest.codecheck.rule.pmd.awl
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
AWLNoNonFinalStaticAttribute() - Constructor for class org.aludratest.codecheck.rule.pmd.awl.AWLNoNonFinalStaticAttribute
 
AWLNoPublicStaticMethod - Class in org.aludratest.codecheck.rule.pmd.awl
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
AWLNoPublicStaticMethod() - Constructor for class org.aludratest.codecheck.rule.pmd.awl.AWLNoPublicStaticMethod
 
AWLNoTestCaseAttribute - Class in org.aludratest.codecheck.rule.pmd.awl
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
AWLNoTestCaseAttribute() - Constructor for class org.aludratest.codecheck.rule.pmd.awl.AWLNoTestCaseAttribute
 

B

beanClass - Variable in class org.aludratest.content.flat.AbstractRowType
The related Java class
beanClassFor(String) - Method in class org.aludratest.content.flat.data.RowTypeData
If it diagnoses the data line to represent a FlatFileBean type, then it returns its class, otherwise null.
beanClassFor(String) - Method in class org.aludratest.content.flat.PrefixRowType
Returns the associated bean class if the prefix matches, otherwise null.
Before - Annotation Type in org.aludratest.testcase
Marks a method as initializer method.
BinaryAttachment - Class in org.aludratest.testcase.event.attachment
 
BinaryAttachment(String, byte[], String) - Constructor for class org.aludratest.testcase.event.attachment.BinaryAttachment
 
BooleanCondition - Class in org.aludratest.service.gui.web.selenium.selenium2.condition
Parent class for ExpectedCondition implementations that rely on the presence of a WebElement and return a boolean value.
BooleanCondition(GUIElementLocator, LocatorSupport) - Constructor for class org.aludratest.service.gui.web.selenium.selenium2.condition.BooleanCondition
Full constructor
BranchCreationData - Class in org.aludratest.service.gitclient.data
Wraps data for the invocation of the GitClient's createBranch method.
BranchCreationData() - Constructor for class org.aludratest.service.gitclient.data.BranchCreationData
Public default constructor.
BranchCreationData(String) - Constructor for class org.aludratest.service.gitclient.data.BranchCreationData
Fully parameterized constructor
BranchDeletionData - Class in org.aludratest.service.gitclient.data
Wraps data for the invocation of the GitClient's deleteBranch method.
BranchDeletionData() - Constructor for class org.aludratest.service.gitclient.data.BranchDeletionData
Public default constructor.
BranchDeletionData(String) - Constructor for class org.aludratest.service.gitclient.data.BranchDeletionData
Fully parameterized constructor.
BranchListData - Class in org.aludratest.service.gitclient.data
Wraps data for the invocation of the GitClient's listBranches method.
BranchListData() - Constructor for class org.aludratest.service.gitclient.data.BranchListData
Public default constructor.
BreadthFirst - Class in org.aludratest.scheduler.sort
RunnerNode Comparator which puts test leafs to the head of the list.
BreadthFirst() - Constructor for class org.aludratest.scheduler.sort.BreadthFirst
Default constructor.
buildDescriptionString(StringBuilder) - Method in class org.aludratest.dict.Data
Helper method for subclasses to easily implement toString(), without having to adjust it for every additional field which is added to the class.
buildRunnerTree(Class<?>) - Method in class org.aludratest.scheduler.impl.RunnerTreeBuilderImpl
 
buildRunnerTree(AnnotationBasedExecution) - Method in class org.aludratest.scheduler.impl.RunnerTreeBuilderImpl
 
buildRunnerTree(Class<?>) - Method in interface org.aludratest.scheduler.RunnerTreeBuilder
Builds a Runner Tree for the given test suite or test class.
buildRunnerTree(AnnotationBasedExecution) - Method in interface org.aludratest.scheduler.RunnerTreeBuilder
 
Button - Interface in org.aludratest.service.gui.component
Represents a button in a GUI.
ButtonImpl - Class in org.aludratest.service.gui.component.impl
Default implementation of the Button interface.
ButtonImpl() - Constructor for class org.aludratest.service.gui.component.impl.ButtonImpl
 
by(GUIElementLocator) - Static method in class org.aludratest.service.gui.web.selenium.selenium2.LocatorSupport
Implements Selenium 2's By interface in a way that supports AludraTest's GUIElementLocators
ByElementLocators - Class in org.aludratest.service.gui.web.selenium.selenium2
Implements Selenium 2's By interface wrapping an ElementLocators instance.
ByElementLocators(ElementLocators.ElementLocatorsGUI) - Constructor for class org.aludratest.service.gui.web.selenium.selenium2.ByElementLocators
Constructor.
ByteArrayData - Class in org.aludratest.util.data
Wraps an array of bytes.
ByteArrayData() - Constructor for class org.aludratest.util.data.ByteArrayData
Public default Constructor.

C

call(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.ElementCommand
Execute an command on an element
call(WindowLocator) - Method in interface org.aludratest.service.gui.web.selenium.WindowCommand
 
call(Callable<T>, Class<? extends Throwable>, int) - Static method in class org.aludratest.util.retry.RetryService
Performs the invocation an exception handling as described in the class doc.
call(Callable<T>, long) - Static method in class org.aludratest.util.timeout.TimeoutService
Performs the invocation and throws a TimeoutException if the invocation time exceeds the specified timeout.
call() - Method in class org.aludratest.util.timeout.TimeoutService.CallableWithTimeout
 
captureEntirePageScreenshotToString() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Captures the entire web page as String.
captureScreenshotToString() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Captures the entire screen content as screen shot.
changeCheckbox(String, String, GUIElementLocator, int) - Method in interface org.aludratest.service.gui.GUIInteraction
Changes the selection state of a checkbox.
changeCheckbox(String, String, GUIElementLocator, int) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
changeCheckbox(String, String, GUIElementLocator, int) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
changedUpdate(DocumentEvent) - Method in class org.aludratest.app.excelwizard.ExcelSettingsPane.FilterListener
 
check() - Method in interface org.aludratest.service.AludraService
Called by test code to create a service specific child class of the Condition interface.
check() - Method in interface org.aludratest.service.cmdline.CommandLineService
Exhibits the service's Condition implementor
check() - Method in class org.aludratest.service.cmdline.impl.CommandLineServiceImpl
 
check() - Method in interface org.aludratest.service.database.DatabaseService
 
check() - Method in interface org.aludratest.service.edifactfile.EdifactFileService
Provides an object for performing queries on EDIFACT or X12 interchanges and analyze their differences.
check() - Method in class org.aludratest.service.edifactfile.edifatto.EdifattoFileService
Provides an object for performing queries on EDIFACT or X12 interchanges and analyze their differences.
check() - Method in interface org.aludratest.service.file.FileService
 
check() - Method in class org.aludratest.service.file.impl.FileServiceImpl
Provides the service's checking operations.
check() - Method in interface org.aludratest.service.flatfile.FlatFileService
 
check() - Method in class org.aludratest.service.flatfile.impl.DefaultFlatFileService
Provides an object that implements the FlatFileCondition interface.
check() - Method in interface org.aludratest.service.gui.AludraGUI
 
check() - Method in class org.aludratest.service.gui.component.impl.AbstractGUIComponent
 
check() - Method in interface org.aludratest.service.gui.web.AludraWebGUI
 
check() - Method in class org.aludratest.service.gui.web.selenium.selenium1.AludraSelenium1
 
check() - Method in class org.aludratest.service.gui.web.selenium.selenium2.AludraSelenium2
 
check() - Method in interface org.aludratest.service.jms.AludraJMS
Deprecated. Provides a JMSCondition instance for performing JMS related checks
check() - Method in class org.aludratest.service.jms.impl.AludraJMSImpl
Deprecated.  
check() - Method in class org.aludratest.service.separatedfile.impl.DefaultSeparatedFileService
Provides an object that implements the SeparatedFileCondition interface.
check() - Method in interface org.aludratest.service.separatedfile.SeparatedFileService
 
Checkbox - Interface in org.aludratest.service.gui.component
Represents a checkbox in a GUI.
CheckboxImpl - Class in org.aludratest.service.gui.component.impl
Default implementation of the Checkbox interface.
CheckboxImpl() - Constructor for class org.aludratest.service.gui.component.impl.CheckboxImpl
 
checkContainsLabels(String...) - Method in interface org.aludratest.service.gui.component.Dropdownbox
Checks if this Dropdownbox has the given labels (and possibly more than these).
checkContainsLabels(String...) - Method in class org.aludratest.service.gui.component.impl.DropdownboxImpl
Checks if this Dropdownbox has the given labels (and possibly more than these).
checkCorrectPage() - Method in class org.aludratest.service.gui.web.page.Page
Verifies that the client is on the right page.
checkedType - Variable in class org.aludratest.service.gui.web.selenium.selenium2.condition.ValidatingCondition
 
checkEqualsLabels(String...) - Method in interface org.aludratest.service.gui.component.Dropdownbox
Checks if this Dropdownbox has ONLY the given labels - in the order as speficied.
checkEqualsLabels(String...) - Method in class org.aludratest.service.gui.component.impl.DropdownboxImpl
Checks if this Dropdownbox has ONLY the given labels - in the order as speficied.
checkForError() - Method in interface org.aludratest.testcase.event.SystemErrorReporter
Called by the framework to get informations about errors which may have occurred asynchronously.
checkout(CheckoutData) - Method in class org.aludratest.service.gitclient.GitClient
Checks out a branch or paths to the working tree.
CheckoutData - Class in org.aludratest.service.gitclient.data
Wraps data for the invocation of the GitClient's checkout method.
CheckoutData() - Constructor for class org.aludratest.service.gitclient.data.CheckoutData
Public default constructor.
CheckoutData(String) - Constructor for class org.aludratest.service.gitclient.data.CheckoutData
Fully parameterized constructor.
CHROME - Static variable in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Driver
Google Chrome driver
ClassMatcher - Interface in org.aludratest.codecheck.rule.pmd
 
ClassNameCellRenderer - Class in org.aludratest.app.excelwizard
Renders the name of a Java class.
ClassNameCellRenderer() - Constructor for class org.aludratest.app.excelwizard.ClassNameCellRenderer
 
clear() - Method in class org.aludratest.impl.log4testing.data.TestCaseLog
Resets the test case.
clear() - Static method in class org.aludratest.impl.log4testing.data.TestLogger
 
clear() - Method in class org.aludratest.impl.log4testing.data.TestSuiteLog
Resets the state of the test suite to empty and uninitialized
clear() - Method in class org.aludratest.util.MostRecentUseCache
Clears this cache.
click() - Method in interface org.aludratest.service.gui.component.Element
Single-clicks the element.
click(String) - Method in interface org.aludratest.service.gui.component.Element
Selectable click- clicks only when provided string is not null, not marked as null and provided string is "true"
click() - Method in class org.aludratest.service.gui.component.impl.AbstractElement
 
click(String) - Method in class org.aludratest.service.gui.component.impl.AbstractElement
 
click() - Method in class org.aludratest.service.gui.component.impl.LinkImpl
Clicks the link.
click(String, String, GUIElementLocator, int) - Method in interface org.aludratest.service.gui.GUIInteraction
Clicks with a single click on any kind of element which reacts on click events.
click(String, String, GUIElementLocator, int) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
click(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Clicks a web GUI element.
click(GUIElementLocator, int) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Clicks a web GUI element.
click(String, String, GUIElementLocator, int) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
click(GUIElementLocator, String, int) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
CLIExcelCreator - Class in org.aludratest.app.excelwizard
Creates Excel documents for AludraTest classes from the command line.
cloneRepository(CloneRepositoryData) - Method in class org.aludratest.service.gitclient.GitClient
Clones a repository into a new directory.
CloneRepositoryData - Class in org.aludratest.service.gitclient.data
Wraps data for the invocation of the GitClient's clone method.
CloneRepositoryData() - Constructor for class org.aludratest.service.gitclient.data.CloneRepositoryData
Public default constructor.
CloneRepositoryData(String) - Constructor for class org.aludratest.service.gitclient.data.CloneRepositoryData
Convenience constructor.
CloneRepositoryData(String, String) - Constructor for class org.aludratest.service.gitclient.data.CloneRepositoryData
Fully parameterized constructor.
close() - Method in class org.aludratest.content.flat.webdecs.FlatFileBeanReader
Closes the FlatFileBeanReader.reader and sets it to null.
close() - Method in class org.aludratest.content.flat.webdecs.FlatFileBeanWriter
Closes the internal writer.
close() - Method in class org.aludratest.content.separated.webdecs.SeparatedFileReader
Closes the reader.
close() - Method in class org.aludratest.content.separated.webdecs.SeparatedFileWriter
Closes the internal writer.
close() - Method in interface org.aludratest.service.AludraCloseable
Closes a service
close() - Method in class org.aludratest.service.cmdline.impl.CommandLineServiceConfiguration
 
close() - Method in class org.aludratest.service.cmdline.impl.CommandLineServiceImpl
Closes the service
close() - Method in class org.aludratest.service.edifactfile.edifatto.EdifattoFileService
Closes the service
close() - Method in class org.aludratest.service.file.impl.FileServiceConfiguration
 
close() - Method in class org.aludratest.service.file.impl.FileServiceImpl
Closes the configuration (and with it, Commons VFS' StandardFileSystemManager).
close() - Method in class org.aludratest.service.flatfile.FlatFileReader
Closes the reader
close() - Method in class org.aludratest.service.flatfile.FlatFileWriter
Closes the writer.
close() - Method in class org.aludratest.service.flatfile.impl.DefaultFlatFileService
Closes the service.
close() - Method in class org.aludratest.service.gui.web.selenium.selenium1.AludraSelenium1
 
close() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Closes the Selenium client
close() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Closes the Selenium client.
close() - Method in class org.aludratest.service.gui.web.selenium.selenium2.AludraSelenium2
 
close() - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
close() - Method in class org.aludratest.service.jms.impl.AludraJMSImpl
Deprecated.  
close() - Method in class org.aludratest.service.separatedfile.impl.DefaultSeparatedFileService
Closes the service.
close() - Method in class org.aludratest.service.separatedfile.SeparatedFileReader
Closes the reader
close() - Method in class org.aludratest.service.separatedfile.SeparatedFileWriter
Closes the writer.
closeOthers() - Method in class org.aludratest.service.gui.component.impl.WindowImpl
Closes all other open windows.
closeOthers() - Method in interface org.aludratest.service.gui.component.Window
Closes all other open windows.
closeOtherWindows(String, String, TitleLocator) - Method in interface org.aludratest.service.gui.GUIInteraction
Closes all open windows which do not have the specified title.
closeOtherWindows(String, String, TitleLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
closeOtherWindows(String, String, TitleLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
closeReader(Object) - Method in interface org.aludratest.content.flat.FlatContent
Closes a reader.
closeReader(Object) - Method in class org.aludratest.content.flat.webdecs.WebdecsFlatContent
Closes a reader.
closeReader(Object) - Method in interface org.aludratest.content.separated.SeparatedContent
Closes a reader.
closeReader(Object) - Method in class org.aludratest.content.separated.webdecs.WebdecsSeparatedContent
Closes a reader.
closeReader(Object) - Method in interface org.aludratest.service.flatfile.FlatFileInteraction
Closes the reader.
closeReader(Object) - Method in class org.aludratest.service.flatfile.impl.DefaultFlatFileAction
 
closeReader(Object) - Method in class org.aludratest.service.separatedfile.impl.DefaultSeparatedFileAction
 
closeReader(Object) - Method in interface org.aludratest.service.separatedfile.SeparatedFileInteraction
Closes the reader.
closeService(ComponentId<?>) - Method in class org.aludratest.testcase.AludraTestCase
Closes a service
closeService(ComponentId<?>) - Method in interface org.aludratest.testcase.AludraTestContext
Closes a service.
closeService(ComponentId<?>) - Method in class org.aludratest.testcase.impl.AludraTestContextImpl
 
closeServices() - Method in class org.aludratest.testcase.AludraTestCase
CLoses all services
closeServices() - Method in interface org.aludratest.testcase.AludraTestContext
CLoses all services which were opened by this context.
closeServices() - Method in class org.aludratest.testcase.impl.AludraTestContextImpl
 
closeWindows(String, String, TitleLocator) - Method in interface org.aludratest.service.gui.GUIInteraction
Closes all windows identified by their name.
closeWindows(String, String, TitleLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
closeWindows(String, String, TitleLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
closeWriter(Object) - Method in interface org.aludratest.content.flat.FlatContent
Closes the writer and returns its content as string.
closeWriter(Object) - Method in class org.aludratest.content.flat.webdecs.WebdecsFlatContent
Closes the writer and returns its content as string.
closeWriter(Object) - Method in interface org.aludratest.content.separated.SeparatedContent
Closes the writer and returns its content as string.
closeWriter(Object) - Method in class org.aludratest.content.separated.webdecs.WebdecsSeparatedContent
Closes the writer and returns its content as string.
closeWriter(Object) - Method in interface org.aludratest.service.flatfile.FlatFileInteraction
Closes the writer.
closeWriter(Object) - Method in class org.aludratest.service.flatfile.impl.DefaultFlatFileAction
 
closeWriter(Object) - Method in class org.aludratest.service.separatedfile.impl.DefaultSeparatedFileAction
 
closeWriter(Object) - Method in interface org.aludratest.service.separatedfile.SeparatedFileInteraction
Closes the writer.
ColumnConfig - Class in org.aludratest.content.separated.util
Represents a column in a separated file.
ColumnConfig(Field, int, String) - Constructor for class org.aludratest.content.separated.util.ColumnConfig
Constructor.
CommandLineActionImpl - Class in org.aludratest.service.cmdline.impl
Implements all Action interfaces of the CommandLineService.
CommandLineCondition - Interface in org.aludratest.service.cmdline
Condition interface of the CommandLineService.
CommandLineInteraction - Interface in org.aludratest.service.cmdline
Provides methods for interacting with the command line.
CommandLineProcess<E extends CommandLineProcess<E>> - Class in org.aludratest.service.cmdline
Business delegate class for creating and accessing a command line process.
CommandLineProcess(String, String, CommandLineService, int, int, String...) - Constructor for class org.aludratest.service.cmdline.CommandLineProcess
Creates a CommandLineProcess instance.
CommandLineService - Interface in org.aludratest.service.cmdline
Provides command line operations, like executíng a program or script and check the results.
CommandLineServiceConfiguration - Class in org.aludratest.service.cmdline.impl
Provides the configuration for the CommandLineService.
CommandLineServiceConfiguration(Preferences) - Constructor for class org.aludratest.service.cmdline.impl.CommandLineServiceConfiguration
Creates a new FileServiceConfiguration object which wraps the given Preferences object.
CommandLineServiceImpl - Class in org.aludratest.service.cmdline.impl
Default implementation of the CommandLineService.
CommandLineServiceImpl() - Constructor for class org.aludratest.service.cmdline.impl.CommandLineServiceImpl
 
CommandLineVerification - Interface in org.aludratest.service.cmdline
Verification interface for the CommandLineService.
commit(CommitData) - Method in class org.aludratest.service.gitclient.GitClient
Records changes to the repository.
CommitData - Class in org.aludratest.service.gitclient.data
Wraps data for the invocation of the GitClient's commit method.
CommitData() - Constructor for class org.aludratest.service.gitclient.data.CommitData
Public default constructor.
CommitData(String) - Constructor for class org.aludratest.service.gitclient.data.CommitData
Convenience constructor.
CommitData(String, Boolean) - Constructor for class org.aludratest.service.gitclient.data.CommitData
Fully parameterized constructor.
CommonRunnerLeafAttributes - Interface in org.aludratest.scheduler.util
 
compare(RunnerNode, RunnerNode) - Method in class org.aludratest.scheduler.sort.Alphabetic
Compares the paths of the given nodes alphabetically.
compare(RunnerNode, RunnerNode) - Method in class org.aludratest.scheduler.sort.DefaultNodeComparator
Calls the equally named method of the DefaultNodeComparator.realComparator and forwards its result.
compare(RunnerNode, RunnerNode) - Method in class org.aludratest.scheduler.sort.DepthFirst
Compares two RunnerNode, judging group nodes as 'less' than leaf ones.
compare(RunnerNode, RunnerNode) - Method in class org.aludratest.scheduler.sort.FallbackComparator
Compares two RunnerNodes as described in the class Javadoc.
compare(RunnerNode, RunnerNode) - Method in class org.aludratest.scheduler.sort.NoComparator
implementation of Comparable.compareTo(Object) which is not supposed to be called, since this is a marker class.
compare(RunnerNode, RunnerNode) - Method in class org.aludratest.scheduler.sort.ReverseNodeComparator
Compares the given nodes using the base comparator and inverting its output.
compare(RunnerNode, RunnerNode) - Method in class org.aludratest.scheduler.sort.SequentialFirst
Compares two RunnerNode, judging sequential nodes as 'less' than concurrent ones.
ComponentConfigurator - Class in org.aludratest.config
Helper class and entry point to AludraTest Configuration Service.
ComponentId<T> - Class in org.aludratest.service
Identifier for an AludraTest component, e.g. a service.
components - Variable in class org.aludratest.service.file.filter.CompositeFileFilter
The components.
CompositeFileFilter - Class in org.aludratest.service.file.filter
Abstract FileFilter implementation which manages other filter components and serves as parent for filter classes which combine the component results individually.
CompositeFileFilter(FileFilter...) - Constructor for class org.aludratest.service.file.filter.CompositeFileFilter
Constructor
Condition - Interface in org.aludratest.service
Common interface for accessing state information of a system under test.
ConditionCheck - Interface in org.aludratest.service.gui.web.selenium
The ConditionCheck is used for evaluating conditions e.g. is a web page appeared.
config(ConfigData) - Method in class org.aludratest.service.gitclient.GitClient
Calls git's config feature.
CONFIG_TAB_REQUIRED_PROP - Static variable in interface org.aludratest.config.AludraTestConfig
Configuration property name.
ConfigData - Class in org.aludratest.service.gitclient.data
Wraps data for the invocation of the GitClient's version method.
ConfigData() - Constructor for class org.aludratest.service.gitclient.data.ConfigData
Public default constructor.
ConfigData(String, String) - Constructor for class org.aludratest.service.gitclient.data.ConfigData
Key-value constructor.
ConfigData(String, String, String) - Constructor for class org.aludratest.service.gitclient.data.ConfigData
Full constructor.
ConfigNodeProperties - Annotation Type in org.aludratest.config
 
ConfigNodeProperty - Annotation Type in org.aludratest.config
 
ConfigProperties - Annotation Type in org.aludratest.config
Tool annotation to use multiple ConfigProperty annotations for one type.
ConfigProperty - Annotation Type in org.aludratest.config
Describes a configuration property used by the annotated service interface or implementation.
Configurable - Interface in org.aludratest.config
Interface for classes which instances can be configured using the published AludraTest configuration mechanism.
configuration - Variable in class org.aludratest.service.gui.web.selenium.AbstractSeleniumService
 
ConfigurationError - Exception in org.aludratest.impl.log4testing.configuration
Indicates that the Log4Testing configuration is incorrect.
ConfigurationError() - Constructor for exception org.aludratest.impl.log4testing.configuration.ConfigurationError
 
ConfigurationError(String) - Constructor for exception org.aludratest.impl.log4testing.configuration.ConfigurationError
 
ConfigurationError(Throwable) - Constructor for exception org.aludratest.impl.log4testing.configuration.ConfigurationError
 
ConfigurationError(String, Throwable) - Constructor for exception org.aludratest.impl.log4testing.configuration.ConfigurationError
 
ConfigurationException - Exception in org.aludratest.config
 
ConfigurationException(String) - Constructor for exception org.aludratest.config.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception org.aludratest.config.ConfigurationException
 
Configurator - Interface in org.aludratest.config
Interface for objects being able to configure Configurable objects.
configure(Configurable) - Static method in class org.aludratest.config.ComponentConfigurator
Deprecated. Please prefer one of these methods to configure your objects:
  1. Retrieve your objects via AludraServiceManager, AludraTestContext or AludraServiceContext, and their methods to instantiate new objects. These will automatically configure the objects.
  2. If you require to directly configure an object, retrieve an Configurator instance from one of the mentioned classes, and use it to configure your object.
configure(String, Configurable) - Static method in class org.aludratest.config.ComponentConfigurator
Deprecated. Please prefer one of these methods to configure your objects:
  1. Retrieve your objects via AludraServiceManager, AludraTestContext or AludraServiceContext, and their methods to instantiate new objects. These will automatically configure the objects.
  2. If you require to directly configure an object, retrieve an Configurator instance from one of the mentioned classes, and use it to configure your object.
configure(Preferences) - Method in interface org.aludratest.config.Configurable
Called by the framework to let a configurable object configure itself according to the passed Preferences object.
configure(Configurable) - Method in interface org.aludratest.config.Configurator
 
configure(String, Configurable) - Method in interface org.aludratest.config.Configurator
 
configure(Preferences) - Method in class org.aludratest.config.impl.AludraTestConfigImpl
 
configure(Configurable) - Method in class org.aludratest.config.impl.DefaultConfigurator
 
configure(String, Configurable) - Method in class org.aludratest.config.impl.DefaultConfigurator
 
configure(Preferences) - Method in class org.aludratest.data.DataConfigurationImpl
 
configure(Preferences) - Method in class org.aludratest.service.cmdline.impl.CommandLineServiceImpl
 
configure(Preferences) - Method in class org.aludratest.service.file.impl.FileServiceImpl
 
configure(Preferences) - Method in class org.aludratest.service.flatfile.impl.DefaultFlatFileService
 
configure(AludraGUI, Locator, String, String) - Method in class org.aludratest.service.gui.component.impl.AbstractGUIComponent
 
configure(Preferences) - Method in class org.aludratest.service.gui.web.selenium.AbstractSeleniumService
 
configure(Preferences) - Method in class org.aludratest.service.gui.web.selenium.LocalSeleniumResourceService
 
configure(Preferences) - Method in class org.aludratest.service.gui.web.selenium.TAFMSSeleniumResourceService
 
configure(Preferences) - Method in class org.aludratest.service.impl.AludraServiceRegistry
 
configure(Preferences) - Method in class org.aludratest.util.retry.AutoRetryImpl
 
configureComponent(GUIComponent, Locator, Class<?>, String) - Method in class org.aludratest.service.gui.component.impl.DefaultGUIComponentFactory
Configures the given freshly instantiated component to use the given identifiers.
configureForGUIService(AludraContext, ComponentId<? extends AludraGUI>) - Method in class org.aludratest.service.gui.component.impl.DefaultGUIComponentFactory
Configures this component factory.
configurePaths(TestSuiteLog) - Method in class org.aludratest.impl.log4testing.observer.HTMLReportObserver
 
configurePaths(TestSuiteLog) - Method in class org.aludratest.impl.log4testing.observer.VelocityReportTestObserver
 
configurePaths(TestSuiteLog) - Method in class org.aludratest.impl.log4testing.observer.XMLReportObserver
 
ContainsIgnoreCaseTrimmedValidator - Class in org.aludratest.util.validator
Requires strings to contain a sub string ignoring capitalization.
ContainsIgnoreCaseTrimmedValidator(String) - Constructor for class org.aludratest.util.validator.ContainsIgnoreCaseTrimmedValidator
Constructor.
ContainsIgnoreCaseValidator - Class in org.aludratest.util.validator
Requires strings to contain an expected substring, ignoring capitalization.
ContainsIgnoreCaseValidator(String) - Constructor for class org.aludratest.util.validator.ContainsIgnoreCaseValidator
Constructor.
containsLabels(String, String, GUIElementLocator, String...) - Method in interface org.aludratest.service.gui.GUICondition
Determines if the speficied element contains the given labels (and possibly more).
containsLabels(String, String, GUIElementLocator, String...) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Condition
 
containsLabels(String, String, GUIElementLocator, String...) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Condition
 
containsString(String, String[]) - Static method in class org.aludratest.util.DataUtil
 
containsStrings(String[], String[]) - Static method in class org.aludratest.util.DataUtil
Verifies that each expected string is found in the array of actual strings.
ContainsValidator - Class in org.aludratest.util.validator
Expects the validated strings to contain the validation term.
ContainsValidator(String) - Constructor for class org.aludratest.util.validator.ContainsValidator
Constructor.
ContentHandler - Interface in org.aludratest.content
Parent interface for AludraTest's content handlers.
ControlFlowHandler - Class in org.aludratest.util
Wraps an object and intercepts method invocations: By default, the calls are forwarded to the wrapped object, but when an exception occurred, the ControlFlowHandler will ignore further calls if the property 'stopOnException' is 'true'.
ControlFlowHandler(Object, ComponentId<? extends AludraService>, SystemConnector, AludraTestContext, boolean, boolean, boolean) - Constructor for class org.aludratest.util.ControlFlowHandler
Constructor which takes the initialization values for all attributes.
convertIfEmpty(String) - Static method in class org.aludratest.util.data.helper.DataMarkerCheck
 
convertIfEmpty(String[]) - Static method in class org.aludratest.util.data.helper.DataMarkerCheck
 
copy(String, String, boolean) - Method in interface org.aludratest.service.file.FileInteraction
Copies a file or folder.
copy(String, String, boolean) - Method in class org.aludratest.service.file.impl.FileActionImpl
Copies a file or folder.
copyBaseInfoFrom(TestStepInfoBean) - Method in class org.aludratest.testcase.event.impl.TestStepInfoBean
Copies the following information from the given test step into this object: Command Service ID Arguments
copyTo(TargetFileData) - Method in class org.aludratest.service.file.File
Copies the file to a new location.
create(String, String, int, int, String...) - Method in interface org.aludratest.service.cmdline.CommandLineInteraction
Creates a process.
create(String, String, int, int, String...) - Method in class org.aludratest.service.cmdline.impl.CommandLineActionImpl
 
create(Class<T>) - Static method in class org.aludratest.service.ComponentId
Creates a new ComponentId for a given interface class only.
create(Class<T>, String) - Static method in class org.aludratest.service.ComponentId
Creates a new ComponentId for a given interface class and a given instance name.
create(I) - Method in interface org.aludratest.util.MostRecentUseCache.Factory
Creates an object from a given input value.
createAndConfigureService(ComponentId<T>, AludraContext, boolean) - Method in interface org.aludratest.service.AludraServiceManager
Creates and configures a service instance.
createAndConfigureService(ComponentId<T>, AludraContext, boolean) - Method in class org.aludratest.service.impl.AludraServiceManagerImpl
 
createAttachments(Object, String) - Method in interface org.aludratest.service.Action
Creates zero, one or more attachments which represent the provided object.
createAttachments(Object, String) - Method in class org.aludratest.service.cmdline.impl.CommandLineActionImpl
 
createAttachments(Object, String) - Method in class org.aludratest.service.edifactfile.edifatto.EdifattoFileAction
 
createAttachments(Object, String) - Method in class org.aludratest.service.file.impl.FileActionImpl
 
createAttachments(Object, String) - Method in class org.aludratest.service.flatfile.impl.DefaultFlatFileAction
 
createAttachments(Object, String) - Method in class org.aludratest.service.gui.web.selenium.selenium1.AbstractSeleniumAction
 
createAttachments(Object, String) - Method in class org.aludratest.service.gui.web.selenium.selenium2.AbstractSelenium2Action
 
createAttachments(Object, String) - Method in class org.aludratest.service.jms.impl.JMSActionImpl
Deprecated.  
createAttachments(Object, String) - Method in class org.aludratest.service.separatedfile.impl.DefaultSeparatedFileAction
 
createBean(Element, Class<T>) - Static method in class org.aludratest.impl.log4testing.configuration.ReflectionUtil
Creates a JavaBean instance and initializes it as defined in the beanElement argument.
createBranch(BranchCreationData) - Method in class org.aludratest.service.gitclient.GitClient
Creates a branch.
createButton(GUIElementLocator) - Method in interface org.aludratest.service.gui.component.GUIComponentFactory
Creates a new Button component for the given locator.
createButton(GUIElementLocator, String) - Method in interface org.aludratest.service.gui.component.GUIComponentFactory
Creates a new Button component for the given locator, carrying the given element name.
createButton(GUIElementLocator) - Method in class org.aludratest.service.gui.component.impl.DefaultGUIComponentFactory
 
createButton(GUIElementLocator, String) - Method in class org.aludratest.service.gui.component.impl.DefaultGUIComponentFactory
 
createBytesMessage() - Method in class org.aludratest.service.jms.impl.JMSActionImpl
Deprecated.  
createBytesMessage() - Method in interface org.aludratest.service.jms.JMSInteraction
 
createCallableWithTimeout(Callable<T>, long) - Static method in class org.aludratest.util.timeout.TimeoutService
Creates a Callable that wraps a target object of type Callable, forwarding the invocation of its own Callable.call() method to the targets call method and applying a timeout.
createCheckbox(GUIElementLocator) - Method in interface org.aludratest.service.gui.component.GUIComponentFactory
Creates a new Checkbox component for the given locator.
createCheckbox(GUIElementLocator, String) - Method in interface org.aludratest.service.gui.component.GUIComponentFactory
Creates a new Checkbox component for the given locator, carrying the given element name.
createCheckbox(GUIElementLocator) - Method in class org.aludratest.service.gui.component.impl.DefaultGUIComponentFactory
 
createCheckbox(GUIElementLocator, String) - Method in class org.aludratest.service.gui.component.impl.DefaultGUIComponentFactory
 
createChildNode(String) - Method in class org.aludratest.config.impl.SimplePreferences
 
createChildNode(String) - Method in interface org.aludratest.config.MutablePreferences
Creates a child configuration node with the given name.
createComponent(Class<T>, Locator) - Method in class org.aludratest.service.gui.component.impl.DefaultGUIComponentFactory
 
createComponent(Class<T>, Locator, String) - Method in class org.aludratest.service.gui.component.impl.DefaultGUIComponentFactory
 
createDebugAttachments() - Method in interface org.aludratest.service.Action
Creates attachments containing whichever information the service finds helpful for debugging the current state.
createDebugAttachments() - Method in class org.aludratest.service.cmdline.impl.CommandLineActionImpl
 
createDebugAttachments() - Method in class org.aludratest.service.edifactfile.edifatto.EdifattoFileAction
Saves the XML document(s) used in the most recent invocation as attachment
createDebugAttachments() - Method in class org.aludratest.service.file.impl.FileActionImpl
 
createDebugAttachments() - Method in class org.aludratest.service.flatfile.impl.DefaultFlatFileAction
Empty implementation of the Action interface returning null.
createDebugAttachments() - Method in class org.aludratest.service.gui.web.selenium.selenium1.AbstractSeleniumAction
Takes a screen shot and saves the HTML sources of the current page.
createDebugAttachments() - Method in class org.aludratest.service.gui.web.selenium.selenium2.AbstractSelenium2Action
Takes a screen shot and saves the HTML sources of the current page.
createDebugAttachments() - Method in class org.aludratest.service.jms.impl.JMSActionImpl
Deprecated.  
createDebugAttachments() - Method in class org.aludratest.service.separatedfile.impl.DefaultSeparatedFileAction
Empty implementation of the Action interface returning null.
createDescription(RunnerNode, Class<?>) - Static method in class org.aludratest.junit.JUnitUtil
Creates a JUnit Description object for a RunnerNode.
createDirectory(String) - Method in interface org.aludratest.service.file.FileInteraction
Creates a directory.
createDirectory(String) - Method in class org.aludratest.service.file.impl.FileActionImpl
Creates a directory.
createDropdownbox(GUIElementLocator) - Method in interface org.aludratest.service.gui.component.GUIComponentFactory
Creates a new Dropdownbox component for the given locator.
createDropdownbox(GUIElementLocator, String) - Method in interface org.aludratest.service.gui.component.GUIComponentFactory
Creates a new Dropdownbox component for the given locator, carrying the given element name.
createDropdownbox(GUIElementLocator) - Method in class org.aludratest.service.gui.component.impl.DefaultGUIComponentFactory
 
createDropdownbox(GUIElementLocator, String) - Method in class org.aludratest.service.gui.component.impl.DefaultGUIComponentFactory
 
createFile(AbstractFileName) - Method in class org.apache.commons.vfs2.provider.local.AludraLocalFileSystem
 
createFileField(GUIElementLocator) - Method in interface org.aludratest.service.gui.component.GUIComponentFactory
Creates a new FileField component for the given locator.
createFileField(GUIElementLocator, String) - Method in interface org.aludratest.service.gui.component.GUIComponentFactory
Creates a new FileField component for the given locator, carrying the given element name.
createFileField(GUIElementLocator) - Method in class org.aludratest.service.gui.component.impl.DefaultGUIComponentFactory
 
createFileField(GUIElementLocator, String) - Method in class org.aludratest.service.gui.component.impl.DefaultGUIComponentFactory
 
createGenericElement(GUIElementLocator) - Method in interface org.aludratest.service.gui.component.GUIComponentFactory
Creates a new generic element component for the given locator.
createGenericElement(GUIElementLocator, String) - Method in interface org.aludratest.service.gui.component.GUIComponentFactory
Creates a new generic element component for the given locator, carrying the given element name.
createGenericElement(GUIElementLocator) - Method in class org.aludratest.service.gui.component.impl.DefaultGUIComponentFactory
 
createGenericElement(GUIElementLocator, String) - Method in class org.aludratest.service.gui.component.impl.DefaultGUIComponentFactory
 
createGroup(String, ExecutionMode, RunnerGroup) - Method in class org.aludratest.scheduler.RunnerTree
Creates a RunnerGroup and adds it as new child to a parent.
createInputField(GUIElementLocator) - Method in interface org.aludratest.service.gui.component.GUIComponentFactory
Creates a new InputField component for the given locator.
createInputField(GUIElementLocator, String) - Method in interface org.aludratest.service.gui.component.GUIComponentFactory
Creates a new InputField component for the given locator, carrying the given element name.
createInputField(GUIElementLocator) - Method in class org.aludratest.service.gui.component.impl.DefaultGUIComponentFactory
 
createInputField(GUIElementLocator, String) - Method in class org.aludratest.service.gui.component.impl.DefaultGUIComponentFactory
 
createInterchange(String, EdiFormatSymbols, Map<String, Object>) - Method in interface org.aludratest.content.edifact.EdifactContent
Uses a FreeMarker template to create an EDI message based on the content of a variables map.
createInterchange(String, EdiFormatSymbols, Map<String, Object>) - Method in class org.aludratest.content.edifact.edifatto.EdifattoContent
 
createInterchange(String, String, String, EdiFormatSymbols, Map<String, Object>) - Method in interface org.aludratest.service.edifactfile.EdifactFileInteraction
Creates an Interchange based on a template file and a variable tree
createInterchange(String, String, String, EdiFormatSymbols, Map<String, Object>) - Method in class org.aludratest.service.edifactfile.edifatto.EdifattoFileAction
 
createLabel(GUIElementLocator) - Method in interface org.aludratest.service.gui.component.GUIComponentFactory
Creates a new Label component for the given locator.
createLabel(GUIElementLocator, String) - Method in interface org.aludratest.service.gui.component.GUIComponentFactory
Creates a new Label component for the given locator, carrying the given element name.
createLabel(GUIElementLocator) - Method in class org.aludratest.service.gui.component.impl.DefaultGUIComponentFactory
 
createLabel(GUIElementLocator, String) - Method in class org.aludratest.service.gui.component.impl.DefaultGUIComponentFactory
 
createLabelCondition(GUIElementLocator, LocatorSupport) - Static method in class org.aludratest.service.gui.web.selenium.selenium2.condition.AnyDropDownOptions
Creates an instance that provides the options' labels.
createLink(GUIElementLocator) - Method in interface org.aludratest.service.gui.component.GUIComponentFactory
Creates a new Link component for the given locator.
createLink(GUIElementLocator, String) - Method in interface org.aludratest.service.gui.component.GUIComponentFactory
Creates a new Link component for the given locator, carrying the given element name.
createLink(GUIElementLocator) - Method in class org.aludratest.service.gui.component.impl.DefaultGUIComponentFactory
 
createLink(GUIElementLocator, String) - Method in class org.aludratest.service.gui.component.impl.DefaultGUIComponentFactory
 
createMapMessage() - Method in class org.aludratest.service.jms.impl.JMSActionImpl
Deprecated.  
createMapMessage() - Method in interface org.aludratest.service.jms.JMSInteraction
 
createObjectMessage() - Method in class org.aludratest.service.jms.impl.JMSActionImpl
Deprecated.  
createObjectMessage() - Method in interface org.aludratest.service.jms.JMSInteraction
 
createOrMergeDocuments(Method, Component, File) - Static method in class org.aludratest.app.excelwizard.JavaBeanExcelDocumentMapper
Creates or updates Excel documents that match the annotations and data structure of a test method.
createRadioButton(GUIElementLocator) - Method in interface org.aludratest.service.gui.component.GUIComponentFactory
Creates a new RadioButton component for the given locator.
createRadioButton(GUIElementLocator, String) - Method in interface org.aludratest.service.gui.component.GUIComponentFactory
Creates a new RadioButton component for the given locator, carrying the given element name.
createRadioButton(GUIElementLocator) - Method in class org.aludratest.service.gui.component.impl.DefaultGUIComponentFactory
 
createRadioButton(GUIElementLocator, String) - Method in class org.aludratest.service.gui.component.impl.DefaultGUIComponentFactory
 
createReader(Reader) - Method in interface org.aludratest.content.flat.FlatContent
Creates a reader object for reading JavaBeans.
createReader(Reader) - Method in class org.aludratest.content.flat.webdecs.WebdecsFlatContent
Creates a reader object for reading JavaBeans.
createReader(Reader, Class<T>, char) - Method in interface org.aludratest.content.separated.SeparatedContent
Creates a reader object for reading JavaBeans.
createReader(Reader, Class<T>, char) - Method in class org.aludratest.content.separated.webdecs.WebdecsSeparatedContent
Creates a reader object for reading JavaBeans.
createReader(String) - Method in interface org.aludratest.service.flatfile.FlatFileInteraction
Creates a reader for reading JavaBeans.
createReader(String) - Method in class org.aludratest.service.flatfile.impl.DefaultFlatFileAction
 
createReader(String, Class<? extends SeparatedFileBeanData>, char) - Method in class org.aludratest.service.separatedfile.impl.DefaultSeparatedFileAction
 
createReader(String, Class<? extends SeparatedFileBeanData>, char) - Method in interface org.aludratest.service.separatedfile.SeparatedFileInteraction
Creates a reader for reading JavaBeans.
createRoot(String, boolean) - Method in class org.aludratest.scheduler.RunnerTree
Creates the tree root.
createStreamMessage() - Method in class org.aludratest.service.jms.impl.JMSActionImpl
Deprecated.  
createStreamMessage() - Method in interface org.aludratest.service.jms.JMSInteraction
 
createSubDirectory(StringData) - Method in class org.aludratest.service.file.File
Creates a new directory
createTestCaseWriter() - Method in class org.aludratest.impl.log4testing.observer.HTMLReportObserver
 
createTestCaseWriter() - Method in class org.aludratest.impl.log4testing.observer.VelocityReportTestObserver
 
createTestSuiteWriter() - Method in class org.aludratest.impl.log4testing.observer.HTMLReportObserver
 
createTestSuiteWriter() - Method in class org.aludratest.impl.log4testing.observer.VelocityReportTestObserver
 
createTestSuiteWriter() - Method in class org.aludratest.impl.log4testing.observer.XMLReportObserver
 
createTextMessage() - Method in class org.aludratest.service.jms.impl.JMSActionImpl
Deprecated.  
createTextMessage() - Method in interface org.aludratest.service.jms.JMSInteraction
 
createUsageRestrictionCheck() - Method in class org.aludratest.codecheck.rule.pmd.AbstractUsageRestrictionRule
 
createUsageRestrictionCheck() - Method in class org.aludratest.codecheck.rule.pmd.page.PageHelperUsageRestriction
 
createUsageRestrictionCheck() - Method in class org.aludratest.codecheck.rule.pmd.page.PageUsageRestriction
 
createUsageRestrictionCheck() - Method in class org.aludratest.codecheck.rule.pmd.page.PageUtilityUsageRestriction
 
createUsageRestrictionCheck() - Method in class org.aludratest.codecheck.rule.pmd.uimap.UIMapUsageRestriction
 
createValueCondition(GUIElementLocator, LocatorSupport) - Static method in class org.aludratest.service.gui.web.selenium.selenium2.condition.AnyDropDownOptions
Creates an instance that provides the options' value contents.
createWindow(TitleLocator) - Method in interface org.aludratest.service.gui.component.GUIComponentFactory
Creates a new Window component for the given locator.
createWindow(TitleLocator, String) - Method in interface org.aludratest.service.gui.component.GUIComponentFactory
Creates a new Window component for the given locator, carrying the given element name.
createWindow(TitleLocator) - Method in class org.aludratest.service.gui.component.impl.DefaultGUIComponentFactory
 
createWindow(TitleLocator, String) - Method in class org.aludratest.service.gui.component.impl.DefaultGUIComponentFactory
 
createWithMaxCount(int) - Static method in class org.aludratest.service.gitclient.data.LogData
Creates a LogData object with the given maxCount.
createWriter(Writer) - Method in interface org.aludratest.content.flat.FlatContent
Creates a writer for persisting FlatFileBeans or JavaBean data structures.
createWriter(Writer) - Method in class org.aludratest.content.flat.webdecs.WebdecsFlatContent
Creates a writer for persisting FlatFileBeans or JavaBean data structures.
createWriter(Writer, Class<? extends SeparatedFileBeanData>, char, String) - Method in interface org.aludratest.content.separated.SeparatedContent
Creates a writer object for persisting SeparateFileBeans.
createWriter(Writer, Class<? extends SeparatedFileBeanData>, char, String) - Method in class org.aludratest.content.separated.webdecs.WebdecsSeparatedContent
Creates a writer for persisting SeparatedFileBeans or JavaBean data structures.
createWriter(String, boolean) - Method in interface org.aludratest.service.flatfile.FlatFileInteraction
Creates a writer for persisting FlatFileBeans or JavaBean data structures.
createWriter(String, boolean) - Method in class org.aludratest.service.flatfile.impl.DefaultFlatFileAction
 
createWriter(String, boolean, Class<? extends SeparatedFileBeanData>, char, String) - Method in class org.aludratest.service.separatedfile.impl.DefaultSeparatedFileAction
 
createWriter(String, boolean, Class<? extends SeparatedFileBeanData>, char, String) - Method in interface org.aludratest.service.separatedfile.SeparatedFileInteraction
Creates a writer for persisting SeparatedFileBeans or JavaBean data structures.
CSSLocator - Class in org.aludratest.service.locator.element
Locates an element by a CSS selector.
CSSLocator(String) - Constructor for class org.aludratest.service.locator.element.CSSLocator
Constructor.
CycleException - Exception in org.aludratest.impl.log4testing.data
 
CycleException() - Constructor for exception org.aludratest.impl.log4testing.data.CycleException
 

D

Data - Class in org.aludratest.dict
Parent class for all data classes.
Data() - Constructor for class org.aludratest.dict.Data
 
DataAttributeMustBeAccessible - Class in org.aludratest.codecheck.rule.pmd.data
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
DataAttributeMustBeAccessible() - Constructor for class org.aludratest.codecheck.rule.pmd.data.DataAttributeMustBeAccessible
 
DatabaseCondition - Interface in org.aludratest.service.database
Condition interface of the DatabaseService.
DatabaseInteraction - Interface in org.aludratest.service.database
Interaction interface of the DatabaseService.
DatabaseQuery - Class in org.aludratest.service.database
Represents a database query
DatabaseQuery(String, String, int) - Constructor for class org.aludratest.service.database.DatabaseQuery
Constructor
DatabaseService - Interface in org.aludratest.service.database
Database service interface for AludraTest.
DatabaseVerification - Interface in org.aludratest.service.database
Verification interface of the DatabaseService.
DatabeneFormatsTestDataProvider - Class in org.aludratest.testcase.data.impl
TestDataProvider implementation based on Databene Formats.
DatabeneFormatsTestDataProvider() - Constructor for class org.aludratest.testcase.data.impl.DatabeneFormatsTestDataProvider
Called by the framework to create and initialize the data provider.
DataClassImplementToString - Class in org.aludratest.codecheck.rule.pmd.data
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
DataClassImplementToString() - Constructor for class org.aludratest.codecheck.rule.pmd.data.DataClassImplementToString
 
DataClassNamingConvention - Class in org.aludratest.codecheck.rule.pmd.data
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
DataClassNamingConvention() - Constructor for class org.aludratest.codecheck.rule.pmd.data.DataClassNamingConvention
 
DataClassNoArgConstructor - Class in org.aludratest.codecheck.rule.pmd.data
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
DataClassNoArgConstructor() - Constructor for class org.aludratest.codecheck.rule.pmd.data.DataClassNoArgConstructor
 
DataClassSimpleNameMustBeUnique - Class in org.aludratest.codecheck.rule.pmd.data
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
DataClassSimpleNameMustBeUnique() - Constructor for class org.aludratest.codecheck.rule.pmd.data.DataClassSimpleNameMustBeUnique
 
DataConfiguration - Interface in org.aludratest.data
Configuration component for special data markers.
DataConfigurationImpl - Class in org.aludratest.data
Internal default implementation for the DataConfiguration interface.
DataConfigurationImpl() - Constructor for class org.aludratest.data.DataConfigurationImpl
 
DataFieldsMustNotBePublic - Class in org.aludratest.codecheck.rule.pmd.data
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
DataFieldsMustNotBePublic() - Constructor for class org.aludratest.codecheck.rule.pmd.data.DataFieldsMustNotBePublic
 
DataMarkerCheck - Class in org.aludratest.util.data.helper
 
DataNoCircularGraphs - Class in org.aludratest.codecheck.rule.pmd.data
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
DataNoCircularGraphs() - Constructor for class org.aludratest.codecheck.rule.pmd.data.DataNoCircularGraphs
 
DataNoParametersInGetters - Class in org.aludratest.codecheck.rule.pmd.data
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
DataNoParametersInGetters() - Constructor for class org.aludratest.codecheck.rule.pmd.data.DataNoParametersInGetters
 
DataNoStaticAttributes - Class in org.aludratest.codecheck.rule.pmd.data
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
DataNoStaticAttributes() - Constructor for class org.aludratest.codecheck.rule.pmd.data.DataNoStaticAttributes
 
DataSimpleAttribute - Class in org.aludratest.codecheck.rule.pmd.data
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
DataSimpleAttribute() - Constructor for class org.aludratest.codecheck.rule.pmd.data.DataSimpleAttribute
 
DataUtil - Class in org.aludratest.util
Provides data related utility methods.
DEBUG_ON_FRAMEWORK_EXCEPTION_PROP - Static variable in interface org.aludratest.config.AludraTestConfig
Configuration property name.
debugSubTree(RunnerNode, Logger, String) - Static method in class org.aludratest.scheduler.util.RunnerTreeUtil
Prints the sub tree of a node to a given Logger in DEBUG level.
DEFAULT_LOCALE_PROP - Static variable in interface org.aludratest.config.AludraTestConfig
Configuration property name.
DEFAULT_LOG_NAME - Static variable in class org.apache.velocity.slf4j.Slf4jLogChute
Default name for the commons-logging instance
DefaultAludraServiceWrapper - Class in org.aludratest.testcase.event.impl
 
DefaultAludraServiceWrapper() - Constructor for class org.aludratest.testcase.event.impl.DefaultAludraServiceWrapper
 
DefaultConfigurator - Class in org.aludratest.config.impl
 
DefaultConfigurator() - Constructor for class org.aludratest.config.impl.DefaultConfigurator
 
DefaultFlatFileAction - Class in org.aludratest.service.flatfile.impl
Implements all FlatFileService action interfaces.
DefaultFlatFileAction(FlatContent, FileService) - Constructor for class org.aludratest.service.flatfile.impl.DefaultFlatFileAction
Constructor.
DefaultFlatFileService - Class in org.aludratest.service.flatfile.impl
Default FlatFileService implementation.
DefaultFlatFileService() - Constructor for class org.aludratest.service.flatfile.impl.DefaultFlatFileService
Public default constructor.
DefaultGUIComponentFactory - Class in org.aludratest.service.gui.component.impl
Default implementation of the GUIComponentFactory interface.
DefaultGUIComponentFactory() - Constructor for class org.aludratest.service.gui.component.impl.DefaultGUIComponentFactory
 
DefaultNodeComparator - Class in org.aludratest.scheduler.sort
Default Comparator for RunnerNodes which delegates to the Alphabetic comparator.
DefaultNodeComparator() - Constructor for class org.aludratest.scheduler.sort.DefaultNodeComparator
 
DefaultScriptLibrary - Class in org.aludratest.testcase.data.impl.xml
 
DefaultScriptLibrary() - Constructor for class org.aludratest.testcase.data.impl.xml.DefaultScriptLibrary
 
DefaultSeparatedFileAction - Class in org.aludratest.service.separatedfile.impl
Default implementation of the interfaces SeparatedFileInteraction, SeparatedFileVerification and SeparatedFileCondition.
DefaultSeparatedFileAction(SeparatedContent, FileService) - Constructor for class org.aludratest.service.separatedfile.impl.DefaultSeparatedFileAction
Constructor.
DefaultSeparatedFileService - Class in org.aludratest.service.separatedfile.impl
Default implementation of the SeparatedFileService.
DefaultSeparatedFileService() - Constructor for class org.aludratest.service.separatedfile.impl.DefaultSeparatedFileService
Public default constructor.
DefaultTestDataProvider - Class in org.aludratest.testcase.data.impl
A Test Data provider which checks referenced source data files.
DefaultTestDataProvider() - Constructor for class org.aludratest.testcase.data.impl.DefaultTestDataProvider
 
delete(String, String, String) - Method in interface org.aludratest.service.edifactfile.EdifactFileInteraction
Deletes a file
delete() - Method in class org.aludratest.service.edifactfile.EdifactFileVerifier
Deletes the file.
delete(String, String, String) - Method in class org.aludratest.service.edifactfile.edifatto.EdifattoFileAction
 
delete() - Method in class org.aludratest.service.file.File
Deletes the file.
delete(String) - Method in interface org.aludratest.service.file.FileInteraction
Deletes a file or folder.
delete() - Method in class org.aludratest.service.file.FileStream
Deletes the file.
delete(String) - Method in class org.aludratest.service.file.impl.FileActionImpl
Deletes a file or folder.
delete(String) - Method in interface org.aludratest.service.flatfile.FlatFileInteraction
Deletes a file.
delete(String) - Method in class org.aludratest.service.flatfile.impl.DefaultFlatFileAction
 
delete(String) - Method in class org.aludratest.service.separatedfile.impl.DefaultSeparatedFileAction
 
delete(String) - Method in interface org.aludratest.service.separatedfile.SeparatedFileInteraction
Deletes a file.
deleteBranch(BranchDeletionData) - Method in class org.aludratest.service.gitclient.GitClient
Deletes a branch.
DepthFirst - Class in org.aludratest.scheduler.sort
RunnerNode Comparator which puts test groups to the head of the list.
DepthFirst() - Constructor for class org.aludratest.scheduler.sort.DepthFirst
 
descriptionImpl() - Method in class org.aludratest.util.validator.AbstractNullStringValidator
 
descriptionImpl() - Method in class org.aludratest.util.validator.ContainsIgnoreCaseTrimmedValidator
 
descriptionImpl() - Method in class org.aludratest.util.validator.ContainsIgnoreCaseValidator
 
descriptionImpl() - Method in class org.aludratest.util.validator.ContainsValidator
 
descriptionImpl() - Method in class org.aludratest.util.validator.EndsWithValidator
 
descriptionImpl() - Method in class org.aludratest.util.validator.EqualsIgnoreCaseTrimmedValidator
 
descriptionImpl() - Method in class org.aludratest.util.validator.EqualsIgnoreCaseValidator
 
descriptionImpl() - Method in class org.aludratest.util.validator.EqualsValidator
 
descriptionImpl() - Method in class org.aludratest.util.validator.NotEqualsValidator
 
descriptionImpl() - Method in class org.aludratest.util.validator.NumberStringGreaterValidator
 
descriptionImpl() - Method in class org.aludratest.util.validator.NumberStringLessValidator
 
descriptionImpl() - Method in class org.aludratest.util.validator.StartsWithIgnoreCaseValidator
 
descriptionImpl() - Method in class org.aludratest.util.validator.StartsWithValidator
 
deselect() - Method in interface org.aludratest.service.gui.component.Checkbox
Unselects the checkbox.
deselect() - Method in class org.aludratest.service.gui.component.impl.CheckboxImpl
Unselects the checkbox.
deselectCheckbox(String, String, GUIElementLocator, int) - Method in interface org.aludratest.service.gui.GUIInteraction
Deselects a checkbox.
deselectCheckbox(String, String, GUIElementLocator, int) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
deselectCheckbox(String, String, GUIElementLocator, int) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
destroy(String, String, int) - Method in interface org.aludratest.service.cmdline.CommandLineInteraction
Destroys the referenced process.
destroy() - Method in class org.aludratest.service.cmdline.CommandLineProcess
Kills the process
destroy(String, String, int) - Method in class org.aludratest.service.cmdline.impl.CommandLineActionImpl
 
destroy() - Method in class org.aludratest.service.cmdline.impl.ProcessWrapper
Kills the process.
diff(Interchange, Interchange, ComparisonSettings, ComparisonModel<Element>) - Method in interface org.aludratest.content.edifact.EdifactContent
Finds out the differences between two EDIFACT or X12 interchanges, ignoring elements that match the XPath exclusion paths.
diff(Interchange, Interchange, ComparisonSettings, ComparisonModel<Element>) - Method in class org.aludratest.content.edifact.edifatto.EdifattoContent
Finds out the differences between two EDIFACT or X12 interchanges, ignoring elements that are tolerated by the ComparisonSettings.
diff(String, String, Interchange, Interchange, ComparisonSettings, ComparisonModel<Element>) - Method in interface org.aludratest.service.edifactfile.EdifactFileCondition
Finds out the differences between two EDIFACT or X12 interchanges, ignoring elements that match the XPath exclusion paths.
diff(String, String, Interchange, Interchange, ComparisonSettings, ComparisonModel<Element>) - Method in class org.aludratest.service.edifactfile.edifatto.EdifattoFileAction
Finds out the differences between two EDIFACT or X12 interchanges, ignoring elements that match the XPath exclusion paths.
DIFFERENT - Static variable in class org.aludratest.service.edifactfile.EdifactFileVerifier
 
displayName(String, String, boolean) - Static method in class org.aludratest.impl.log4testing.output.util.OutputUtil
Formats the name of a test, abbreviating the name if desired.
doAttach() - Method in class org.apache.commons.vfs2.provider.local.AludraLocalFile
Attaches this file object to its file resource.
doCreateFileSystem(FileName, FileSystemOptions) - Method in class org.apache.commons.vfs2.provider.local.AludraLocalFileProvider
 
doCreateFolder() - Method in class org.apache.commons.vfs2.provider.local.AludraLocalFile
Creates this folder.
doDelete() - Method in class org.apache.commons.vfs2.provider.local.AludraLocalFile
Deletes this file, and all children.
doGetContentSize() - Method in class org.apache.commons.vfs2.provider.local.AludraLocalFile
Returns the size of the file content (in bytes).
doGetInputStream() - Method in class org.apache.commons.vfs2.provider.local.AludraLocalFile
Creates an input stream to read the content from.
doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.local.AludraLocalFile
Gets the last modified time of this file.
doGetOutputStream(boolean) - Method in class org.apache.commons.vfs2.provider.local.AludraLocalFile
Creates an output stream to write the file content to.
doGetRandomAccessContent(RandomAccessMode) - Method in class org.apache.commons.vfs2.provider.local.AludraLocalFile
 
doGetType() - Method in class org.apache.commons.vfs2.provider.local.AludraLocalFile
Returns the file's type.
doIsHidden() - Method in class org.apache.commons.vfs2.provider.local.AludraLocalFile
Determines if this file is hidden.
doIsReadable() - Method in class org.apache.commons.vfs2.provider.local.AludraLocalFile
Determines if this file can be read.
doIsSameFile(FileObject) - Method in class org.apache.commons.vfs2.provider.local.AludraLocalFile
 
doIsWriteable() - Method in class org.apache.commons.vfs2.provider.local.AludraLocalFile
Determines if this file can be written to.
doListChildren() - Method in class org.apache.commons.vfs2.provider.local.AludraLocalFile
Returns the children of the file.
doRename(FileObject) - Method in class org.apache.commons.vfs2.provider.local.AludraLocalFile
rename this file
doSetLastModifiedTime(long) - Method in class org.apache.commons.vfs2.provider.local.AludraLocalFile
Sets the last modified time of this file.
doubleClick() - Method in interface org.aludratest.service.gui.component.Element
Double clicks the element.
doubleClick() - Method in class org.aludratest.service.gui.component.impl.AbstractElement
 
doubleClick(String, String, GUIElementLocator, int) - Method in interface org.aludratest.service.gui.GUIInteraction
Does a double click on the element which is identified by the locator.
doubleClick(String, String, GUIElementLocator, int) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
doubleClick(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Performs a double click on a web GUI element.
doubleClick(GUIElementLocator, int) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Double-clicks a web GUI element.
doubleClick(String, String, GUIElementLocator, int) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
doubleClick(GUIElementLocator, String, int) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
DROPDOWN_OPTION_LABEL_PROPERTY - Static variable in class org.aludratest.service.gui.web.selenium.selenium2.condition.AnyDropDownOptions
constant for an HTML option's 'text' property, a.k.a.
DROPDOWN_OPTION_VALUE_PROPERTY - Static variable in class org.aludratest.service.gui.web.selenium.selenium2.condition.AnyDropDownOptions
constant for an HTML option's 'value' property.
Dropdownbox - Interface in org.aludratest.service.gui.component
Represents a dropdownbox in a GUI.
DropdownboxImpl - Class in org.aludratest.service.gui.component.impl
Default implementation of the Dropdownbox interface.
DropdownboxImpl() - Constructor for class org.aludratest.service.gui.component.impl.DropdownboxImpl
 
DropDownBoxOptionLabelsPresence - Class in org.aludratest.service.gui.web.selenium.selenium2.condition
Checks a drop down box for the presence of required entries.
DropDownBoxOptionLabelsPresence(GUIElementLocator, String[], boolean, LocatorSupport) - Constructor for class org.aludratest.service.gui.web.selenium.selenium2.condition.DropDownBoxOptionLabelsPresence
Constructor.
DropDownOptionLocatable - Class in org.aludratest.service.gui.web.selenium.selenium2.condition
Checks the presence of a drop down entry.
DropDownOptionLocatable(GUIElementLocator, OptionLocator, LocatorSupport) - Constructor for class org.aludratest.service.gui.web.selenium.selenium2.condition.DropDownOptionLocatable
Constructor.

E

EdifactContent - Interface in org.aludratest.content.edifact
Parses and saves EDIFACT and X12 documents from and to streams.
EdifactData - Class in org.aludratest.service.edifactfile.data
Parent class for all Edifact records.
EdifactData() - Constructor for class org.aludratest.service.edifactfile.data.EdifactData
 
EdifactFileCondition - Interface in org.aludratest.service.edifactfile
Performs queries on EDIFACT or X12 interchanges and analyzes their differences.
EdifactFileInteraction - Interface in org.aludratest.service.edifactfile
Parses and saves EDIFACT and X12 documents from and to streams.
EdifactFileService - Interface in org.aludratest.service.edifactfile
Interface for a service for processing EDIFACT and X12 documents.
EdifactFileVerification - Interface in org.aludratest.service.edifactfile
Verifies equality of EDIFACT or X12 documents.
EdifactFileVerifier<E extends EdifactFileVerifier<E>> - Class in org.aludratest.service.edifactfile
Provides access to EDI files.
EdifactFileVerifier(String, EdifactFileService) - Constructor for class org.aludratest.service.edifactfile.EdifactFileVerifier
Constructor.
EdifactFileWriter<C extends EdifactData,E extends EdifactFileWriter<C,E>> - Class in org.aludratest.service.edifactfile
Generic parent class for all specific Edifact file writers.
EdifactFileWriter(String, boolean, String, EdifactFileService) - Constructor for class org.aludratest.service.edifactfile.EdifactFileWriter
Constructor
EdifattoContent - Class in org.aludratest.content.edifact.edifatto
Parses and saves EDIFACT and X12 documents from and to streams.
EdifattoContent() - Constructor for class org.aludratest.content.edifact.edifatto.EdifattoContent
Constructor.
EdifattoFileAction - Class in org.aludratest.service.edifactfile.edifatto
Action class for EdifattoFileService, implementing all Edifact action interfaces.
EdifattoFileAction(EdifactContent, FileService) - Constructor for class org.aludratest.service.edifactfile.edifatto.EdifattoFileAction
Constructor.
EdifattoFileService - Class in org.aludratest.service.edifactfile.edifatto
Default implementation of the EdifactService which employs Edifatto for EDIFACR/X12 processing.
EdifattoFileService() - Constructor for class org.aludratest.service.edifactfile.edifatto.EdifattoFileService
 
Element<E extends Element<E>> - Interface in org.aludratest.service.gui.component
Parent interface for GUI Elements e.g.
ElementAbsence - Class in org.aludratest.service.gui.web.selenium.selenium2.condition
Checks the absence of an element.
ElementAbsence(GUIElementLocator, LocatorSupport) - Constructor for class org.aludratest.service.gui.web.selenium.selenium2.condition.ElementAbsence
Constructor.
ElementCommand<E> - Class in org.aludratest.service.gui.web.selenium
The ElementCommand is used for execution operations on a web page e.g. click on a button
ElementCommand(String, boolean) - Constructor for class org.aludratest.service.gui.web.selenium.ElementCommand
Constructor.
ElementEditableCondition - Class in org.aludratest.service.gui.web.selenium.selenium2.condition
 
ElementEditableCondition(GUIElementLocator, LocatorSupport) - Constructor for class org.aludratest.service.gui.web.selenium.selenium2.condition.ElementEditableCondition
 
ElementEnabledCondition - Class in org.aludratest.service.gui.web.selenium.selenium2.condition
 
ElementEnabledCondition(GUIElementLocator, LocatorSupport) - Constructor for class org.aludratest.service.gui.web.selenium.selenium2.condition.ElementEnabledCondition
 
ElementLocators - Class in org.aludratest.service.locator.element
GUIElementLocator version which wraps a set of alternative GUIElementLocators.
ElementLocators(GUIElementLocator...) - Constructor for class org.aludratest.service.locator.element.ElementLocators
Creates an ElementLocators containing a list of IdLocators.
ElementLocators.ElementLocatorsGUI - Class in org.aludratest.service.locator.element
 
ElementName - Annotation Type in org.aludratest.impl.log4testing
Marks a service method argument to be logged as element name.
elementName - Variable in class org.aludratest.service.gui.component.impl.AbstractGUIComponent
 
ElementPresence - Class in org.aludratest.service.gui.web.selenium.selenium2.condition
Checks an element for presence.
ElementPresence(GUIElementLocator, LocatorSupport) - Constructor for class org.aludratest.service.gui.web.selenium.selenium2.condition.ElementPresence
Constructor.
ElementType - Annotation Type in org.aludratest.impl.log4testing
Marks a service method argument to be logged as element type.
elementType - Variable in class org.aludratest.service.file.FileStream
 
elementType - Variable in class org.aludratest.service.gui.component.impl.AbstractGUIComponent
 
ElementValuePresence - Class in org.aludratest.service.gui.web.selenium.selenium2.condition
Checks an element for the presence of a 'value' attribute.
ElementValuePresence(GUIElementLocator, LocatorSupport) - Constructor for class org.aludratest.service.gui.web.selenium.selenium2.condition.ElementValuePresence
Constructor.
ElementWrapper - Interface in org.aludratest.service.gui.web.selenium.selenium2
Interface for WebElement implementations that wrap other WebElements.
end(RuleContext) - Method in class org.aludratest.codecheck.rule.pmd.data.DataClassSimpleNameMustBeUnique
 
end(RuleContext) - Method in class org.aludratest.codecheck.rule.pmd.page.PageClassSimpleNameMustBeUnique
 
EndsWithValidator - Class in org.aludratest.util.validator
A validator which checks that the string to validate ends with a given substring.
EndsWithValidator(String) - Constructor for class org.aludratest.util.validator.EndsWithValidator
Constructor
enter(String, String, int, String) - Method in interface org.aludratest.service.cmdline.CommandLineInteraction
Enters a text into the referenced process' standard input.
enter(StringData) - Method in class org.aludratest.service.cmdline.CommandLineProcess
Sends the given text to the process' stdin.
enter(String, String, int, String) - Method in class org.aludratest.service.cmdline.impl.CommandLineActionImpl
 
enter(String) - Method in class org.aludratest.service.cmdline.impl.ProcessWrapper
Enters the provided text into the process' stdin.
enter(String) - Method in class org.aludratest.service.gui.component.impl.InputFieldImpl
Enters text in the InputField.
enter(String) - Method in interface org.aludratest.service.gui.component.InputField
Enters text in the InputField.
enterLine(String) - Method in class org.aludratest.service.cmdline.CommandLineProcess
Enters the provided text and appends a line feed.
enterLine(String) - Method in class org.aludratest.service.cmdline.impl.ProcessWrapper
Enters the provided text into the process' stdin and appends a line feed.
ENVIRONMENT_NAME_PROPERTY - Static variable in class org.aludratest.AludraTest
The name of the System Property which is checked for the environment name to use.
equals(Object) - Method in class org.aludratest.scheduler.node.RunnerLeaf
 
equals(Object) - Method in class org.aludratest.service.ComponentId
 
equals(Object) - Method in class org.aludratest.service.gitclient.data.RenamedStatusData
 
equals(Object) - Method in class org.aludratest.service.gitclient.data.VersionData
 
equals(Object) - Method in class org.aludratest.service.locator.element.ElementLocators.ElementLocatorsGUI
 
equals(Object) - Method in class org.aludratest.service.locator.element.ElementLocators
 
equals(Object) - Method in class org.aludratest.service.locator.Locator
 
equals(Object) - Method in class org.aludratest.service.util.SystemConnectorProxy
 
EqualsIgnoreCaseTrimmedValidator - Class in org.aludratest.util.validator
Expects the validated strings to be equal to the search term ignoring case.
EqualsIgnoreCaseTrimmedValidator(String) - Constructor for class org.aludratest.util.validator.EqualsIgnoreCaseTrimmedValidator
Constructor.
EqualsIgnoreCaseValidator - Class in org.aludratest.util.validator
Accepts strings that match the validation term ignoring capitalization.
EqualsIgnoreCaseValidator(String) - Constructor for class org.aludratest.util.validator.EqualsIgnoreCaseValidator
Constructor.
equalsLabels(String, String, GUIElementLocator, String...) - Method in interface org.aludratest.service.gui.GUICondition
Determines if the speficied element contains the given labels (and only these), in the same order as specified.
equalsLabels(String, String, GUIElementLocator, String...) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Condition
 
equalsLabels(String, String, GUIElementLocator, String...) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Condition
 
EqualsValidator - Class in org.aludratest.util.validator
Expects strings to be identical to the validation term.
EqualsValidator(String) - Constructor for class org.aludratest.util.validator.EqualsValidator
Constructor
ErrorReport - Class in org.aludratest.testcase.event
Wraps exception information for exceptions or errors that occurred internally in a system.
ErrorReport(String, String) - Constructor for class org.aludratest.testcase.event.ErrorReport
Constructor which creates an error report with TestStatus.FAILED status.
ErrorReport(String, String, Collection<? extends Attachment>) - Constructor for class org.aludratest.testcase.event.ErrorReport
Constructor which creates an error report with the given attachments.
ErrorReport(String, String, TestStatus) - Constructor for class org.aludratest.testcase.event.ErrorReport
Constructor which creates an error report with the given status.
ErrorReport(String, String, TestStatus, Collection<? extends Attachment>) - Constructor for class org.aludratest.testcase.event.ErrorReport
Constructor which creates an error report with the given status and the given attachments.
ErrorReportingInvoker - Class in org.aludratest.invoker
TestInvoker implementation that is used to report initialization errors specific to a certain test.
ErrorReportingInvoker(Method, Throwable) - Constructor for class org.aludratest.invoker.ErrorReportingInvoker
Constructor receiving values for all attributes of same name.
errOut() - Method in class org.aludratest.service.cmdline.CommandLineProcess
 
ErrOut - Class in org.aludratest.service.cmdline
Gives access to a process' errout.
ErrOut(CommandLineProcess<?>) - Constructor for class org.aludratest.service.cmdline.ErrOut
 
eval() - Method in interface org.aludratest.service.gui.web.selenium.ConditionCheck
Evaluates a defined condition
evaluate(String, String, Locale, Map<String, Object>) - Method in class org.aludratest.testcase.data.impl.xml.XmlBasedTestDataProvider
Evaluates the given data script, applying the given format pattern and locale, if specified.
evalXPath(XPathLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
evalXPath(String) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
evalXPath(XPathLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
evalXPath(String) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
evalXPath(XPathLocator) - Method in interface org.aludratest.service.gui.web.WebGUIInteraction
Does the same like WebGUIInteraction.evalXPath(String) does.
evalXPath(String) - Method in interface org.aludratest.service.gui.web.WebGUIInteraction
Evaluates arbitrary XPath and outputs its result as NodeList object.
evalXPathAsString(String) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
evalXPathAsString(String) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
evalXPathAsString(String) - Method in interface org.aludratest.service.gui.web.WebGUIInteraction
Evaluates arbitrary XPath and outputs its result as String.
evalXPathInHTML(XPathLocator, String) - Static method in class org.aludratest.util.DataUtil
 
evalXPathInHTML(String, String) - Static method in class org.aludratest.util.DataUtil
 
evalXPathInHTMLAsString(String, String) - Static method in class org.aludratest.util.DataUtil
 
ExcelSettingsPane - Class in org.aludratest.app.excelwizard
Main pane of the ExcelWizard.
ExcelSettingsPane(String, String) - Constructor for class org.aludratest.app.excelwizard.ExcelSettingsPane
Constructor.
ExcelSettingsPane.CreateExcelSheetAction - Class in org.aludratest.app.excelwizard
Action for creating Excel sheets
ExcelSettingsPane.CreateExcelSheetAction() - Constructor for class org.aludratest.app.excelwizard.ExcelSettingsPane.CreateExcelSheetAction
Default constructor.
ExcelSettingsPane.FilterListener - Class in org.aludratest.app.excelwizard
Listens to xchenges in the filter text and updates the test class list accordingly.
ExcelSettingsPane.FilterListener() - Constructor for class org.aludratest.app.excelwizard.ExcelSettingsPane.FilterListener
 
ExcelSettingsPane.TestClassListener - Class in org.aludratest.app.excelwizard
listens to the test class selections in the testClassList and updates the methodSelector accordingly.
ExcelSettingsPane.TestClassListener() - Constructor for class org.aludratest.app.excelwizard.ExcelSettingsPane.TestClassListener
 
ExcelUtil - Class in org.aludratest.util
Provides Excel-related utility methods.
ExcelUtil() - Constructor for class org.aludratest.util.ExcelUtil
 
ExcelWizard - Class in org.aludratest.app.excelwizard
Main class of the Excel wizard.
ExcelWizard(String, String) - Constructor for class org.aludratest.app.excelwizard.ExcelWizard
Constructor.
execute(Object, ComponentManager, ClassRealm) - Method in class org.aludratest.impl.plexus.AludraTestClosePhase
 
execute(Object, ComponentManager, ClassRealm) - Method in class org.aludratest.impl.plexus.AludraTestConfigurationPhase
 
execute(Command) - Method in class org.aludratest.service.gui.web.selenium.selenium2.AludraSeleniumHttpCommandExecutor
 
ExecutionMode - Enum in org.aludratest.scheduler.node
Enumeration of the concurrency modes applicable for a RunnerNode: ExecutionMode.SEQUENTIAL (mapped from a @Sequential annotation) ExecutionMode.PARALLEL (mapped from a @Parallel annotation) ExecutionMode.INHERITED (without annotation but inherited from the parent class or suite)
exists(String, String, String) - Method in interface org.aludratest.service.edifactfile.EdifactFileCondition
Tells if a file exists at the given path.
exists(String, String, String) - Method in class org.aludratest.service.edifactfile.edifatto.EdifattoFileAction
 
exists(String) - Method in interface org.aludratest.service.file.FileCondition
Tells if a file or folder with the given path exists.
exists(String) - Method in class org.aludratest.service.file.impl.FileActionImpl
Tells if a file or folder with the given path exists.
exists(String) - Method in interface org.aludratest.service.flatfile.FlatFileCondition
 
exists(String) - Method in class org.aludratest.service.flatfile.impl.DefaultFlatFileAction
 
exists(String) - Method in class org.aludratest.service.separatedfile.impl.DefaultSeparatedFileAction
 
exists(String) - Method in interface org.aludratest.service.separatedfile.SeparatedFileCondition
 
EXIT_EXECUTION_ERROR - Static variable in interface org.aludratest.impl.AludraTestConstants
OS return code for program errors
EXIT_EXECUTION_FAILURE - Static variable in interface org.aludratest.impl.AludraTestConstants
OS return code for signaling some kind of failure (not an error!)
EXIT_ILLEGAL_ARGUMENT - Static variable in interface org.aludratest.impl.AludraTestConstants
OS return code for invocations with an illegal argument
EXIT_NORMAL - Static variable in interface org.aludratest.impl.AludraTestConstants
OS return code for normal execution
expectEqualArrays(Object[], Object[]) - Static method in class org.aludratest.util.DataUtil
Compares two string arrays
export(RunnerTree, String) - Static method in class org.aludratest.app.RunnerTreeDotExporter
Exports a RunnerTree structure as DOT diagram file.

F

FallbackComparator - Class in org.aludratest.scheduler.sort
Multi-Step RunnerNode Comparator which uses a list of RunnerNode Comparators.
FallbackComparator(List<Comparator<RunnerNode>>) - Constructor for class org.aludratest.scheduler.sort.FallbackComparator
Constructor requiring the list of fallback-comparators to use.
featureNames(Class<?>) - Static method in class org.aludratest.content.separated.util.SeparatedUtil
Analyzes a bean class with its SeparatedColumn annotations and determines the column order of a separated file for persisting and reading data.
fetch(FetchData) - Method in class org.aludratest.service.gitclient.GitClient
Downloads objects and refs from another repository.
FetchData - Class in org.aludratest.service.gitclient.data
Wraps data for the invocation of the GitClient's fetch method.
FetchData() - Constructor for class org.aludratest.service.gitclient.data.FetchData
Public default constructor.
FetchData(String) - Constructor for class org.aludratest.service.gitclient.data.FetchData
Fully parameterized constructor.
File - Class in org.aludratest.service.file
Represents a file in a file system, provided by a FileService.
File(String, FileService) - Constructor for class org.aludratest.service.file.File
Constructor
FileActionImpl - Class in org.aludratest.service.file.impl
Implements all Action interfaces of the FileService in a single class: FileInteraction, FileVerification and FileCondition.
FileActionImpl(FileServiceConfiguration) - Constructor for class org.aludratest.service.file.impl.FileActionImpl
Constructor taking the configuration.
FileActionImpl.WaitForFirstMatchTask - Class in org.aludratest.service.file.impl
PolledTask that waits for the first occurrence of a file that matches the filter.
FileActionImpl.WaitForFirstMatchTask(String, FileFilter) - Constructor for class org.aludratest.service.file.impl.FileActionImpl.WaitForFirstMatchTask
Constructor
FileCondition - Interface in org.aludratest.service.file
Condition interface of the FileService.
FileField - Interface in org.aludratest.service.gui.component
Represents a file field in a GUI.
FileFieldImpl - Class in org.aludratest.service.gui.component.impl
Default implementation of the FileField interface.
FileFieldImpl() - Constructor for class org.aludratest.service.gui.component.impl.FileFieldImpl
 
FileFilter - Interface in org.aludratest.service.file
Filter interface for FileInfo objects.
FileInfo - Class in org.aludratest.service.file
Provides elementary file information which might serve as filter criteria.
FileInfo(FileObject) - Constructor for class org.aludratest.service.file.FileInfo
Constructor
FileInteraction - Interface in org.aludratest.service.file
Interaction interface of the FileService.
filePath - Variable in class org.aludratest.service.file.FileStream
 
filePathOf(TestSuiteLogComponent) - Method in class org.aludratest.impl.log4testing.observer.HTMLReportObserver
 
filePathOf(TestSuiteLogComponent) - Method in class org.aludratest.impl.log4testing.observer.VelocityReportTestObserver
 
filePathOf(TestSuiteLogComponent) - Method in class org.aludratest.impl.log4testing.observer.XMLReportObserver
 
FilePathSelector - Class in org.aludratest.service.file.impl
Implementation of the commons-vfs FileSelector interface.
FilePathSelector(String) - Constructor for class org.aludratest.service.file.impl.FilePathSelector
Constructor.
FileService - Interface in org.aludratest.service.file
An AludraTest service which provides access to and file operations on local and network file systems as well as on (S)FTP and HTTP(S) servers.
fileService - Variable in class org.aludratest.service.file.FileStream
 
FileServiceConfiguration - Class in org.aludratest.service.file.impl
Provides configuration for the FileService.
FileServiceConfiguration(Preferences) - Constructor for class org.aludratest.service.file.impl.FileServiceConfiguration
Creates a new FileServiceConfiguration object which wraps the given Preferences object.
FileServiceImpl - Class in org.aludratest.service.file.impl
Implements the FileService interface.
FileServiceImpl() - Constructor for class org.aludratest.service.file.impl.FileServiceImpl
Default constructor.
FileStream<E extends FileStream<E>> - Class in org.aludratest.service.file
Parent class for file reader/writer classes that support the action word library approach.
FileStream(String, FileService) - Constructor for class org.aludratest.service.file.FileStream
 
FileUtil - Class in org.aludratest.service.file.util
Provides file-related utility methods.
FileVerification - Interface in org.aludratest.service.file
Verification interface of the FileService.
FileWriter<T extends TestObject> - Class in org.aludratest.impl.log4testing.output.writer
This class must be extended if you are going to implement a new writer which writes test reports to an output directory.
FileWriter() - Constructor for class org.aludratest.impl.log4testing.output.writer.FileWriter
Public default constructor.
fillDefaults(MutablePreferences) - Method in interface org.aludratest.config.Configurable
Called by the framework to let the configurable object fill its defaults in a Preferences structure.
fillDefaults(MutablePreferences) - Method in class org.aludratest.config.impl.AludraTestConfigImpl
 
fillDefaults(MutablePreferences) - Method in class org.aludratest.data.DataConfigurationImpl
 
fillDefaults(MutablePreferences) - Method in class org.aludratest.service.AbstractConfigurableAludraService
This default implementation asks AbstractConfigurableAludraService.getDefaultsResourceName() for the resource to load from the ClassLoader and retrieve its contents as default configuration values.
fillDefaults(MutablePreferences) - Method in class org.aludratest.service.gui.web.selenium.LocalSeleniumResourceService
 
fillDefaults(MutablePreferences) - Method in class org.aludratest.service.gui.web.selenium.TAFMSSeleniumResourceService
 
fillDefaults(MutablePreferences) - Method in class org.aludratest.service.impl.AludraServiceRegistry
 
fillDefaults(MutablePreferences) - Method in class org.aludratest.util.retry.AutoRetryImpl
 
fillPreferencesFromPropertiesResource(MutablePreferences, String, ClassLoader) - Static method in class org.aludratest.config.ComponentConfigurator
Fills the given Preferences object with the Properties loaded from a given resource name.
FilterParser - Class in org.aludratest.scheduler.impl
Parses a filter string.
FilterParser() - Constructor for class org.aludratest.scheduler.impl.FilterParser
 
findCellWithText(String, Row) - Static method in class org.aludratest.util.ExcelUtil
Searches a Row for a Cell with the provided text and returns its index.
findComponents(Context, ClassRealm) - Method in class org.aludratest.impl.plexus.AludraTestComponentDiscoverer
 
findElementImmediately() - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.AbstractElementCondition
 
findElementImmediately(GUIElementLocator, LocatorSupport) - Static method in class org.aludratest.service.gui.web.selenium.selenium2.condition.ElementPresence
Provides the evaluation logic as static public method.
findElementImmediately(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.LocatorSupport
Looks up an element immediately without implicit or explicit wait.
findElementImmediatelyWithResponseTimeout(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.LocatorSupport
Performs an immediate element lookup (meaning no implicit Selenium wait time is imposed).
findElements(SearchContext) - Method in class org.aludratest.service.gui.web.selenium.selenium2.ByElementLocators
 
findElementWithImplicitWait(GUIElementLocator, long) - Method in class org.aludratest.service.gui.web.selenium.selenium2.LocatorSupport
Finds an element using Selenium's internal timeout mechanism.
findExcelSourceAnnotation(Annotation[]) - Static method in class org.aludratest.app.excelwizard.WizardUtil
Searches an array of annotations for a Source annotation that points to an Excel document.
finish() - Method in class org.aludratest.impl.log4testing.data.TestCaseLog
Sets the test case to FINISHED state and notifies the parent suite.
finish() - Method in class org.aludratest.impl.log4testing.data.TestStepLog
Finishes a TestStep by setting the finishingTime
finishedChild(TestSuiteLogComponent) - Method in class org.aludratest.impl.log4testing.data.TestSuiteLog
Callback method invoked by each child component, when the child has finished.
finishedTestCase(TestCaseLog) - Method in class org.aludratest.impl.log4testing.observer.AbstractTestObserver
 
finishedTestCase(TestCaseLog) - Method in class org.aludratest.impl.log4testing.observer.HTMLReportObserver
 
finishedTestCase(TestCaseLog) - Method in class org.aludratest.impl.log4testing.observer.PendingTestsObserver
 
finishedTestCase(TestCaseLog) - Method in interface org.aludratest.impl.log4testing.observer.TestObserver
 
finishedTestGroup(RunnerGroup) - Method in class org.aludratest.impl.log4testing.Log4TestingRunnerListener
 
finishedTestGroup(RunnerGroup) - Method in class org.aludratest.junit.AludraTestJUnitSuite
 
finishedTestGroup(RunnerGroup) - Method in class org.aludratest.scheduler.AbstractRunnerListener
 
finishedTestGroup(RunnerGroup) - Method in interface org.aludratest.scheduler.RunnerListener
Called when all test cases of the given runner group have finished execution.
finishedTestLeaf(RunnerLeaf) - Method in class org.aludratest.impl.log4testing.Log4TestingRunnerListener
 
finishedTestLeaf(RunnerLeaf) - Method in class org.aludratest.junit.AludraTestJUnitSuite
 
finishedTestLeaf(RunnerLeaf) - Method in class org.aludratest.scheduler.AbstractRunnerListener
 
finishedTestLeaf(RunnerLeaf) - Method in interface org.aludratest.scheduler.RunnerListener
Calles when the given test case has finished execution.
finishedTestProcess(RunnerTree) - Method in class org.aludratest.impl.log4testing.Log4TestingRunnerListener
 
finishedTestProcess(TestSuiteLog) - Method in class org.aludratest.impl.log4testing.observer.AbstractTestObserver
 
finishedTestProcess(TestSuiteLog) - Method in class org.aludratest.impl.log4testing.observer.HTMLReportObserver
 
finishedTestProcess(TestSuiteLog) - Method in class org.aludratest.impl.log4testing.observer.PendingTestsObserver
 
finishedTestProcess(TestSuiteLog) - Method in interface org.aludratest.impl.log4testing.observer.TestObserver
 
finishedTestProcess(TestSuiteLog) - Method in class org.aludratest.impl.log4testing.observer.XMLReportObserver
 
finishedTestProcess(RunnerTree) - Method in class org.aludratest.junit.AludraTestJUnitSuite
 
finishedTestProcess(RunnerTree) - Method in class org.aludratest.scheduler.AbstractRunnerListener
 
finishedTestProcess(RunnerTree) - Method in interface org.aludratest.scheduler.RunnerListener
Called when all test cases have finished execution.
finishedTestSuite(TestSuiteLog) - Method in class org.aludratest.impl.log4testing.observer.AbstractTestObserver
 
finishedTestSuite(TestSuiteLog) - Method in class org.aludratest.impl.log4testing.observer.HTMLReportObserver
 
finishedTestSuite(TestSuiteLog) - Method in interface org.aludratest.impl.log4testing.observer.TestObserver
 
fireFinishedTestGroup(RunnerGroup) - Method in class org.aludratest.scheduler.impl.RunnerListenerRegistryImpl
 
fireFinishedTestGroup(RunnerGroup) - Method in interface org.aludratest.scheduler.RunnerListenerRegistry
 
fireFinishedTestLeaf(RunnerLeaf) - Method in class org.aludratest.scheduler.impl.RunnerListenerRegistryImpl
 
fireFinishedTestLeaf(RunnerLeaf) - Method in interface org.aludratest.scheduler.RunnerListenerRegistry
 
fireFinishedTestProcess(RunnerTree) - Method in class org.aludratest.scheduler.impl.RunnerListenerRegistryImpl
 
fireFinishedTestProcess(RunnerTree) - Method in interface org.aludratest.scheduler.RunnerListenerRegistry
 
FIREFOX - Static variable in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Driver
Firefox driver
fireNewTestStep(RunnerLeaf, TestStepInfo) - Method in class org.aludratest.scheduler.impl.RunnerListenerRegistryImpl
 
fireNewTestStep(RunnerLeaf, TestStepInfo) - Method in interface org.aludratest.scheduler.RunnerListenerRegistry
 
fireNewTestStepGroup(RunnerLeaf, String) - Method in class org.aludratest.scheduler.impl.RunnerListenerRegistryImpl
 
fireNewTestStepGroup(RunnerLeaf, String) - Method in interface org.aludratest.scheduler.RunnerListenerRegistry
 
fireStartingTestGroup(RunnerGroup) - Method in class org.aludratest.scheduler.impl.RunnerListenerRegistryImpl
 
fireStartingTestGroup(RunnerGroup) - Method in interface org.aludratest.scheduler.RunnerListenerRegistry
 
fireStartingTestLeaf(RunnerLeaf) - Method in class org.aludratest.scheduler.impl.RunnerListenerRegistryImpl
 
fireStartingTestLeaf(RunnerLeaf) - Method in interface org.aludratest.scheduler.RunnerListenerRegistry
 
fireStartingTestProcess(RunnerTree) - Method in class org.aludratest.scheduler.impl.RunnerListenerRegistryImpl
 
fireStartingTestProcess(RunnerTree) - Method in interface org.aludratest.scheduler.RunnerListenerRegistry
 
fireTestStep(TestStepInfo) - Method in interface org.aludratest.testcase.AludraTestContext
Fires a new test step to all listeners of the current execution context.
fireTestStep(TestStepInfo) - Method in class org.aludratest.testcase.impl.AludraTestContextImpl
 
FlatContent - Interface in org.aludratest.content.flat
Interface for reading and writing flat files.
FlatFileBeanData - Class in org.aludratest.content.flat.data
Parent class for flat file beans.
FlatFileBeanData() - Constructor for class org.aludratest.content.flat.data.FlatFileBeanData
 
FlatFileBeanReader - Class in org.aludratest.content.flat.webdecs
Iterates flat files and maps each row to a Java Object.
FlatFileBeanReader(Reader, Locale) - Constructor for class org.aludratest.content.flat.webdecs.FlatFileBeanReader
Constructor of the WebdecsBeanFlatFileReader.
FlatFileBeanWriter - Class in org.aludratest.content.flat.webdecs
Reads beans from a flat file using the Databene Webdecs library.
FlatFileBeanWriter(Writer, Locale, List<FixedWidthRowTypeDescriptor>) - Constructor for class org.aludratest.content.flat.webdecs.FlatFileBeanWriter
Constructor which instantiates the internal writer and forwards the argument to it.
FlatFileColumn - Annotation Type in org.aludratest.content.flat
Marks an attribute to be considered when parsing and writing flat files and specifies the column FlatFileColumn.startIndex() and well as the FlatFileColumn.format().
FlatFileCondition - Interface in org.aludratest.service.flatfile
Condition interface of the FlatFileService.
FlatFileConfig - Class in org.aludratest.service.flatfile.impl
Reads the configuration for a FlatFileService instance.
FlatFileConfig(Preferences) - Constructor for class org.aludratest.service.flatfile.impl.FlatFileConfig
Creates a new FlatFileConfig instance which uses the given configuration object.
FlatFileInteraction - Interface in org.aludratest.service.flatfile
Interaction interface of the FlatFileService.
FlatFileReader<E> - Class in org.aludratest.service.flatfile
Parses flat files and provides each line as a Java object.
FlatFileReader(String, FlatFileService) - Constructor for class org.aludratest.service.flatfile.FlatFileReader
Constructor.
FlatFileService - Interface in org.aludratest.service.flatfile
AludraTest service interface for flat files support.
FlatFileVerification - Interface in org.aludratest.service.flatfile
Verification interface of the FlatFileService.
FlatFileWriter<C extends FlatFileBeanData,E extends FlatFileWriter<C,E>> - Class in org.aludratest.service.flatfile
BeanFlatFileWriter implementation that serves as business delegate for the test developer.
FlatFileWriter(String, FlatFileService, boolean) - Constructor for class org.aludratest.service.flatfile.FlatFileWriter
Constructor.
FlowController - Class in org.aludratest.util
Tracks stopped test cases.
focus() - Method in interface org.aludratest.service.gui.component.Element
Sets the focus on this element
focus() - Method in class org.aludratest.service.gui.component.impl.AbstractElement
 
focus(String, String, GUIElementLocator) - Method in interface org.aludratest.service.gui.GUIInteraction
Gives focus on an element.
focus(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
focus(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Focuses a web GUI element.
focus(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Focuses a web GUI element.
focus(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
focus(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
format(String) - Method in class org.aludratest.impl.log4testing.output.writer.VelocityWriter.HtmlFormat
 
format(TestSuiteLogComponent) - Method in class org.aludratest.impl.log4testing.output.writer.VelocityWriter.NameFormat
 
format(Period) - Method in class org.aludratest.impl.log4testing.output.writer.VelocityWriter.TimeFormat
 
format(Object, StringBuffer, FieldPosition) - Method in class org.aludratest.service.gui.web.HttpHeaderFormat
 
formatRecursively(Interchange) - Method in interface org.aludratest.content.edifact.EdifactContent
Formats a full interchange structure recursively as String.
formatRecursively(Interchange) - Method in class org.aludratest.content.edifact.edifatto.EdifattoContent
Formats a full interchange structure recursively as String.
functionalError(String) - Method in interface org.aludratest.service.gui.GUIInteraction
 
functionalError(String) - Method in class org.aludratest.service.gui.web.page.Page
Calls aludra to indicate that an functional exception e.g. a popup has opened.
functionalError(String) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
functionalError(String) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
FunctionalFailure - Exception in org.aludratest.exception
Indicates a functional fault, usually induced by a functional bug in the system under test.
FunctionalFailure(String) - Constructor for exception org.aludratest.exception.FunctionalFailure
 

G

GenericElement - Interface in org.aludratest.service.gui.component
GUI element without a specific assignment to a certain GUI component type.
GenericElementImpl - Class in org.aludratest.service.gui.component.impl
Default implementation of the GenericElement interface.
GenericElementImpl() - Constructor for class org.aludratest.service.gui.component.impl.GenericElementImpl
 
get(K) - Method in class org.aludratest.util.MostRecentUseCache
Retrieves the value for the given key object.
getAddedFiles() - Method in class org.aludratest.service.gitclient.data.StatusData
 
getAddressOfRemoteServer() - Method in class org.aludratest.service.gui.web.selenium.selenium2.AludraSeleniumHttpCommandExecutor
Returns the address of the remote server in use.
getAllMarker() - Method in interface org.aludratest.data.DataConfiguration
Returns the marker string to be used as keyword for treating values as ALL-match.
getAllMarker() - Method in class org.aludratest.data.DataConfigurationImpl
 
getAllowedImportParents() - Method in class org.aludratest.codecheck.rule.pmd.ImportRestrictions
 
getAllowedImportParents() - Method in class org.aludratest.codecheck.rule.pmd.page.PageImportRestriction
 
getAllowedImportParents() - Method in class org.aludratest.codecheck.rule.pmd.uimap.UIMapImportRestriction
 
getAllowEmpty() - Method in class org.aludratest.service.gitclient.data.CommitData
Tells if the git shall allow empty commits.
getAllWindowHandlesAndTitles() - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
getAllWindowIDs() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
 
getAllWindowIDs() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
 
getAllWindowIDs() - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
getAllWindowNames() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
 
getAllWindowNames() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
 
getAllWindowNames() - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
getAllWindowTitles() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
 
getAllWindowTitles() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
 
getAllWindowTitles() - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
getArgs() - Method in class org.aludratest.service.gitclient.data.InvocationData
Returns the invocation arguments.
getArguments(Class<? extends Annotation>) - Method in class org.aludratest.testcase.event.impl.TestStepInfoBean
 
getArguments(Class<? extends Annotation>) - Method in interface org.aludratest.testcase.event.TestStepInfo
Returns the arguments for this test step which were marked with the given Annotation.
getAttachments() - Method in class org.aludratest.impl.log4testing.data.TestStepLog
 
getAttachments() - Method in class org.aludratest.testcase.event.ErrorReport
 
getAttachments() - Method in class org.aludratest.testcase.event.impl.TestStepInfoBean
 
getAttachments() - Method in interface org.aludratest.testcase.event.TestStepInfo
 
getAttribute(String) - Method in class org.aludratest.scheduler.node.RunnerNode
 
getAttributeValue(GUIElementLocator, String) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
 
getAttributeValue(GUIElementLocator, String) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
 
getAttributeValue(GUIElementLocator, String) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
getAuthor() - Method in class org.aludratest.service.gitclient.data.LogItemData
Returns the author.
getBaseDirectory() - Method in interface org.aludratest.service.cmdline.CommandLineService
 
getBaseDirectory() - Method in class org.aludratest.service.cmdline.impl.CommandLineServiceConfiguration
 
getBaseDirectory() - Method in class org.aludratest.service.cmdline.impl.CommandLineServiceImpl
 
getBaseDirectory() - Method in class org.aludratest.service.gitclient.GitClient
 
getBaseUrl() - Method in class org.aludratest.service.file.impl.FileServiceConfiguration
 
getBooleanValue(String, boolean) - Method in class org.aludratest.config.impl.AbstractPreferences
 
getBooleanValue(String) - Method in class org.aludratest.config.impl.AbstractPreferences
 
getBooleanValue(String) - Method in interface org.aludratest.config.Preferences
Returns the boolean representation of the given configuration key's value.
getBooleanValue(String, boolean) - Method in interface org.aludratest.config.Preferences
Returns the boolean representation of the given configuration key's value, or the given default value when no value is stored for this key, or the stored String form of the value is null.
getBooleanValue(String) - Method in class org.aludratest.config.ValidatingPreferencesWrapper
 
getBooleanValue(String, boolean) - Method in class org.aludratest.config.ValidatingPreferencesWrapper
 
getBranches() - Method in class org.aludratest.service.gitclient.data.BranchListData
 
getBranches() - Method in class org.aludratest.service.gitclient.data.MergeData
Returns a list of the branches.
getBranches() - Method in class org.aludratest.service.gitclient.data.RebaseData
Returns the list of branches to rebase.
getBranchName() - Method in class org.aludratest.service.gitclient.data.BranchCreationData
 
getBranchName() - Method in class org.aludratest.service.gitclient.data.BranchDeletionData
 
getBranchName() - Method in class org.aludratest.service.gitclient.data.CheckoutData
 
getBrowser() - Method in class org.aludratest.service.gui.web.selenium.SeleniumWrapperConfiguration
Browser which will be used for testing.
getBrowserArguments() - Method in class org.aludratest.service.gui.web.selenium.SeleniumWrapperConfiguration
Returns the (possibly empty) list of additional arguments to pass to the Browser.
getBrowserLogLevel() - Method in class org.aludratest.service.gui.web.selenium.SeleniumWrapperConfiguration
Returns the browser log level.
getBrowserName() - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Driver
 
getChars() - Method in enum org.aludratest.service.file.impl.Linefeed
Returns the characters used as line feed
getCharValue(String, char) - Method in class org.aludratest.config.impl.AbstractPreferences
 
getCharValue(String) - Method in class org.aludratest.config.impl.AbstractPreferences
 
getCharValue(String) - Method in interface org.aludratest.config.Preferences
Returns the char representation of the given configuration key's value.
getCharValue(String, char) - Method in interface org.aludratest.config.Preferences
Returns the char representation of the given configuration key's value, or the given default value when no value is stored for this key, or the stored String form of the value is null.
getCharValue(String) - Method in class org.aludratest.config.ValidatingPreferencesWrapper
 
getCharValue(String, char) - Method in class org.aludratest.config.ValidatingPreferencesWrapper
 
getChildNode(String) - Method in class org.aludratest.config.impl.PropertyPriorityPreferences
 
getChildNode(String) - Method in class org.aludratest.config.impl.SimplePreferences
 
getChildNode(String) - Method in interface org.aludratest.config.Preferences
Returns the configuration child node with the given name, or null if no such node exists on this configuration node.
getChildNode(String) - Method in class org.aludratest.config.ValidatingPreferencesWrapper
 
getChildNodeNames() - Method in class org.aludratest.config.impl.PropertyPriorityPreferences
 
getChildNodeNames() - Method in class org.aludratest.config.impl.SimplePreferences
 
getChildNodeNames() - Method in interface org.aludratest.config.Preferences
Returns the names of the available configuration child nodes on this configuration node.
getChildNodeNames() - Method in class org.aludratest.config.ValidatingPreferencesWrapper
 
getChildren() - Method in class org.aludratest.scheduler.node.RunnerGroup
Returns the children of this runner group.
getChildren(String) - Method in interface org.aludratest.service.file.FileInteraction
Lists all child elements of the given folder.
getChildren(String, String) - Method in interface org.aludratest.service.file.FileInteraction
Lists all child elements of the given folder which match the given regular expression.
getChildren(String, FileFilter) - Method in interface org.aludratest.service.file.FileInteraction
Lists all child elements of the given folder which match the filter.
getChildren(String) - Method in class org.aludratest.service.file.impl.FileActionImpl
Lists all child elements of the given folder.
getChildren(String, String) - Method in class org.aludratest.service.file.impl.FileActionImpl
Lists all child elements of the given folder which match the given regular expression.
getChildren(String, FileFilter) - Method in class org.aludratest.service.file.impl.FileActionImpl
Lists all child elements of the given folder which match the filter.
getClassLoader() - Method in class org.aludratest.scheduler.AnnotationBasedExecution
Returns the class loader to use to load classes from found class names, or null to use Class.forName(String) instead.
getClassOrInterfaceDeclaration(AbstractJavaNode) - Static method in class org.aludratest.codecheck.rule.pmd.AbstractAludraTestRule
 
getCloseTestappAfterExecution() - Method in class org.aludratest.service.gui.web.selenium.SeleniumWrapperConfiguration
Indicates if the application under test shall be closed after test execution.
getCommand() - Method in class org.aludratest.impl.log4testing.data.TestStepLog
Name of the command to which this TestStepLog corresponds.
getCommand() - Method in class org.aludratest.service.cmdline.impl.ProcessWrapper
 
getCommand() - Method in class org.aludratest.testcase.event.impl.TestStepInfoBean
 
getCommand() - Method in interface org.aludratest.testcase.event.TestStepInfo
 
getComment() - Method in class org.aludratest.impl.log4testing.data.TestObject
 
getCommit() - Method in class org.aludratest.service.gitclient.data.LogItemData
Returns the commit message.
getCommit() - Method in class org.aludratest.service.gitclient.data.ResetData
Returns the name of the commit
getComponentFactory() - Method in interface org.aludratest.service.gui.AludraGUI
Returns a factory which can be used to create GUI components for this service.
getComponentFactory() - Method in class org.aludratest.service.gui.web.selenium.AbstractSeleniumService
 
getComponents() - Method in class org.aludratest.impl.log4testing.data.TestSuiteLog
 
getConfiguration() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
 
getConfiguration() - Method in class org.aludratest.service.gui.web.selenium.selenium2.AbstractSelenium2Action
 
getConfiguration() - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
getConfigurations() - Method in class org.aludratest.testcase.data.impl.xml.model.TestData
 
getConnector(Class<T>) - Method in interface org.aludratest.service.SystemConnector
 
getConnector(Class<T>) - Method in class org.aludratest.service.util.AbstractSystemConnector
 
getConnector(Class<T>) - Method in class org.aludratest.service.util.SystemConnectorProxy
 
getCopiedFiles() - Method in class org.aludratest.service.gitclient.data.StatusData
 
getCurrentBranch() - Method in class org.aludratest.service.gitclient.data.BranchListData
Returns the name of the current branch.
getCurrentBranch() - Method in class org.aludratest.service.gitclient.data.StatusData
 
getCurrentBranch(StringData) - Method in class org.aludratest.service.gitclient.GitClient
Provides the name of the current branch.
getCurrentZIndex(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
To get the z-index (defined in the attribute "style") for the operated element.
getData() - Method in class org.aludratest.testcase.data.TestCaseData
Returns the data elements for this test case, in the order of the parameter list of the test case method.
getDataClassName() - Method in class org.aludratest.testcase.data.impl.xml.model.TestDataSegmentMetadata
 
getDate() - Method in class org.aludratest.service.gitclient.data.LogItemData
Returns the date.
getDeclaringClass() - Method in class org.aludratest.content.separated.util.ColumnConfig
 
getDefaultsResourceName() - Method in class org.aludratest.service.AbstractConfigurableAludraService
Returns the name of the properties resource containing the default values for this service.
getDeletedFiles() - Method in class org.aludratest.service.gitclient.data.StatusData
 
getDescription() - Method in class org.aludratest.junit.AludraTestJUnitSuite
Provides a JUnit Description of the AludraTest test suite.
getDescription() - Method in interface org.aludratest.service.AludraService
Provides a textual description of the most important configuration information to be logged when the service is configured.
getDescription() - Method in class org.aludratest.service.cmdline.impl.CommandLineServiceImpl
 
getDescription() - Method in class org.aludratest.service.edifactfile.edifatto.EdifattoFileService
Provides a description of the service
getDescription() - Method in class org.aludratest.service.file.impl.FileServiceImpl
 
getDescription() - Method in class org.aludratest.service.flatfile.impl.DefaultFlatFileService
 
getDescription() - Method in class org.aludratest.service.gui.web.selenium.selenium1.AludraSelenium1
 
getDescription() - Method in class org.aludratest.service.gui.web.selenium.selenium2.AludraSelenium2
 
getDescription() - Method in class org.aludratest.service.jms.impl.AludraJMSImpl
Deprecated.  
getDescription() - Method in class org.aludratest.service.separatedfile.impl.DefaultSeparatedFileService
Provides a description of the service instance.
getDescription() - Method in class org.aludratest.testcase.data.TestCaseData
Returns a textual description for this test case dataset.
getDestination() - Method in class org.aludratest.service.gitclient.data.MvData
Returns the destination.
getDirectory() - Method in class org.aludratest.service.gitclient.data.CloneRepositoryData
Returns the target directory in which to store the clone.
getDoubleValue(String, double) - Method in class org.aludratest.config.impl.AbstractPreferences
 
getDoubleValue(String) - Method in class org.aludratest.config.impl.AbstractPreferences
 
getDoubleValue(String) - Method in interface org.aludratest.config.Preferences
Returns the double representation of the given configuration key's value.
getDoubleValue(String, double) - Method in interface org.aludratest.config.Preferences
Returns the double representation of the given configuration key's value, or the given default value when no value is stored for this key, or the stored String form of the value is null.
getDoubleValue(String) - Method in class org.aludratest.config.ValidatingPreferencesWrapper
 
getDoubleValue(String, double) - Method in class org.aludratest.config.ValidatingPreferencesWrapper
 
getDriver() - Method in class org.aludratest.service.gui.web.selenium.selenium2.LocatorSupport
 
getDriverName() - Method in class org.aludratest.service.gui.web.selenium.SeleniumWrapperConfiguration
Returns the web driver name for Selenium 2, and throws a ConfigurationException if it is not set.
getDropDownLabels(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
 
getDropDownLocator() - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.AnyDropDownOptions
 
getDropDownValues(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
 
getDuration() - Method in class org.aludratest.impl.log4testing.data.TestObject
Calculates and returns the duration of how long it took to execute the test operations whose test results are represented by this test object
getElementName() - Method in class org.aludratest.impl.log4testing.data.TestStepLog
 
getElementName() - Method in class org.aludratest.service.edifactfile.data.KeyExpressionData
 
getElementType() - Method in class org.aludratest.impl.log4testing.data.TestStepLog
 
getEmptyMarker() - Method in interface org.aludratest.data.DataConfiguration
Returns the marker string to be used as keyword for treating values as empty.
getEmptyMarker() - Method in class org.aludratest.data.DataConfigurationImpl
 
getEncoding() - Method in class org.aludratest.service.file.impl.FileServiceConfiguration
 
getEnvironmentName() - Static method in class org.aludratest.AludraTest
Returns the name of the current environment.
getError() - Method in class org.aludratest.impl.log4testing.data.TestStepLog
 
getError() - Method in class org.aludratest.testcase.event.impl.TestStepInfoBean
 
getError() - Method in interface org.aludratest.testcase.event.TestStepInfo
 
getErrorMessage() - Method in class org.aludratest.impl.log4testing.data.TestStepLog
 
getErrorMessage() - Method in class org.aludratest.testcase.event.impl.TestStepInfoBean
 
getErrorMessage() - Method in interface org.aludratest.testcase.event.TestStepInfo
 
getErrOut() - Method in class org.aludratest.service.cmdline.impl.ProcessWrapper
 
getException() - Method in class org.aludratest.testcase.data.TestCaseData
Returns an exception that describes why this dataset could not be loaded.
getExitValue() - Method in class org.aludratest.service.cmdline.impl.ProcessWrapper
 
getExtension() - Method in class org.aludratest.impl.log4testing.output.writer.FileWriter
 
getFailOnErrOut() - Method in class org.aludratest.service.gitclient.data.InvocationData
 
getFeatures(Class<?>) - Static method in class org.aludratest.app.excelwizard.WizardUtil
Provides a Map of all properties and public attributes of a class assigned to their Java type.
getFields() - Method in class org.aludratest.testcase.data.impl.xml.model.TestDataSegmentMetadata
 
getFieldValue() - Method in class org.aludratest.testcase.data.impl.xml.model.TestDataFieldValue
 
getFieldValueAsJavaType() - Method in class org.aludratest.testcase.data.impl.xml.model.TestDataFieldValue
 
getFieldValues() - Method in class org.aludratest.testcase.data.impl.xml.model.TestDataConfigurationSegment
 
getFile() - Method in class org.aludratest.app.excelwizard.WorkbookTracker
 
getFileData() - Method in class org.aludratest.testcase.event.attachment.Attachment
 
getFileData() - Method in class org.aludratest.testcase.event.attachment.BinaryAttachment
 
getFileDataAsBase64String() - Method in class org.aludratest.testcase.event.attachment.Attachment
 
getFileDataAsBase64String() - Method in class org.aludratest.testcase.event.attachment.BinaryAttachment
 
getFileExtension() - Method in class org.aludratest.testcase.event.attachment.Attachment
 
getFileExtension() - Method in class org.aludratest.testcase.event.attachment.BinaryAttachment
 
getFileName() - Method in class org.aludratest.testcase.event.attachment.Attachment
 
getFileObject(String) - Method in class org.aludratest.service.file.impl.FileServiceConfiguration
 
getFilePath() - Method in class org.aludratest.service.file.data.TargetFileData
 
getFilePattern() - Method in class org.aludratest.service.gitclient.data.AddData
 
getFilePattern() - Method in class org.aludratest.service.gitclient.data.RmData
Returns the file pattern.
getFileService() - Method in interface org.aludratest.service.edifactfile.EdifactFileService
Provides the internally used FileService instance
getFileService() - Method in class org.aludratest.service.edifactfile.edifatto.EdifattoFileService
 
getFileService() - Method in interface org.aludratest.service.flatfile.FlatFileService
 
getFileService() - Method in class org.aludratest.service.flatfile.impl.DefaultFlatFileService
 
getFileService() - Method in class org.aludratest.service.separatedfile.impl.DefaultSeparatedFileService
 
getFileService() - Method in interface org.aludratest.service.separatedfile.SeparatedFileService
 
getFilter() - Method in class org.aludratest.scheduler.AnnotationBasedExecution
Returns the test class filter specified by this configuration object.
getFinishingTime() - Method in class org.aludratest.impl.log4testing.data.TestCaseLog
Returns the time point at which the test case has started.
getFinishingTime() - Method in class org.aludratest.impl.log4testing.data.TestObject
 
getFinishingTime() - Method in class org.aludratest.impl.log4testing.data.TestStepGroup
 
getFinishingTime() - Method in class org.aludratest.impl.log4testing.data.TestStepLog
 
getFinishingTime() - Method in class org.aludratest.impl.log4testing.data.TestSuiteLog
 
getFinishingTime() - Method in class org.aludratest.testcase.event.impl.TestStepInfoBean
 
getFinishingTime() - Method in interface org.aludratest.testcase.event.TestStepInfo
 
getFirstTestStep() - Method in class org.aludratest.impl.log4testing.data.TestCaseLog
 
getFirstTestStep() - Method in class org.aludratest.impl.log4testing.data.TestStepGroup
Returns the first TestStep
getFloatValue(String, float) - Method in class org.aludratest.config.impl.AbstractPreferences
 
getFloatValue(String) - Method in class org.aludratest.config.impl.AbstractPreferences
 
getFloatValue(String) - Method in interface org.aludratest.config.Preferences
Returns the float representation of the given configuration key's value.
getFloatValue(String, float) - Method in interface org.aludratest.config.Preferences
Returns the float representation of the given configuration key's value, or the given default value when no value is stored for this key, or the stored String form of the value is null.
getFloatValue(String) - Method in class org.aludratest.config.ValidatingPreferencesWrapper
 
getFloatValue(String, float) - Method in class org.aludratest.config.ValidatingPreferencesWrapper
 
getFormat() - Method in class org.aludratest.content.separated.util.ColumnConfig
 
getFormatterLocale() - Method in class org.aludratest.testcase.data.impl.xml.model.TestDataFieldMetadata
 
getFormatterPattern() - Method in class org.aludratest.testcase.data.impl.xml.model.TestDataFieldMetadata
 
getFromPath() - Method in class org.aludratest.service.gitclient.data.RenamedStatusData
Returns the RenamedStatusData.fromPath
getGroupingAttributes() - Method in class org.aludratest.scheduler.AnnotationBasedExecution
Returns the attribute names which shall be used for grouping, or an empty list to indicate to use the package names instead.
getHeader() - Method in class org.aludratest.impl.log4testing.output.writer.VelocityWriter.TimeFormat
 
getHighlightCommands() - Method in class org.aludratest.service.gui.web.selenium.SeleniumWrapperConfiguration
Indicates if commands shall be highlighted in GUI before performing them.
getHost() - Method in class org.aludratest.service.file.impl.FileServiceConfiguration
 
getHostCount() - Method in class org.aludratest.service.gui.web.selenium.LocalSeleniumResourceService
 
getHostCount() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
 
getHostCount() - Method in interface org.aludratest.service.gui.web.selenium.SeleniumResourceService
 
getHostCount() - Method in class org.aludratest.service.gui.web.selenium.TAFMSSeleniumResourceService
 
getHtmlSource() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
 
getId() - Method in class org.aludratest.impl.log4testing.data.TestObject
 
getId() - Method in class org.aludratest.scheduler.node.RunnerLeaf
 
getId() - Method in class org.aludratest.testcase.data.TestCaseData
Returns a unique ID for this test case dataset (unique within the parent test suite, represented by the test class).
getId() - Method in class org.aludratest.testcase.event.impl.TestStepInfoBean
 
getId() - Method in interface org.aludratest.testcase.event.TestStepInfo
 
getIdentificationPrefix() - Method in class org.aludratest.service.gui.web.selenium.SeleniumWrapperConfiguration
This value specifies the default prefix of an ID locator.
getIdentificationSuffix() - Method in class org.aludratest.service.gui.web.selenium.SeleniumWrapperConfiguration
It is nearly the same as SeleniumWrapperConfiguration.getIdentificationPrefix() with the difference that it is a suffix.
getIgnoreableRoot() - Method in class org.aludratest.impl.log4testing.output.writer.FileWriter
 
getIgnoredReason() - Method in class org.aludratest.impl.log4testing.data.TestCaseLog
 
getIgnoredReason() - Method in class org.aludratest.testcase.data.impl.TestDataLoadInfo
 
getIgnoredReason() - Method in class org.aludratest.testcase.data.impl.xml.model.TestDataConfiguration
 
getIgnoredReason() - Method in class org.aludratest.testcase.data.TestCaseData
Returns the optional reason why this dataset has been marked as ignored.
getImplementationClassName(String) - Method in class org.aludratest.service.impl.AludraServiceRegistry
 
getImplementorClass(Class<T>) - Method in class org.aludratest.service.gui.component.impl.DefaultGUIComponentFactory
Returns the implementor class for the given component class.
getImports(AbstractJavaNode) - Static method in class org.aludratest.codecheck.rule.pmd.AbstractAludraTestRule
 
getImportViolationMessage() - Method in class org.aludratest.codecheck.rule.pmd.AbstractUsageRestrictionRule
 
getImportViolationMessage(String) - Method in class org.aludratest.codecheck.rule.pmd.ImportRestrictions
 
getImportViolationMessage() - Method in class org.aludratest.codecheck.rule.pmd.page.PageHelperUsageRestriction
 
getImportViolationMessage(String) - Method in class org.aludratest.codecheck.rule.pmd.page.PageImportRestriction
 
getImportViolationMessage() - Method in class org.aludratest.codecheck.rule.pmd.page.PageUsageRestriction
 
getImportViolationMessage() - Method in class org.aludratest.codecheck.rule.pmd.page.PageUtilityUsageRestriction
 
getImportViolationMessage(String) - Method in class org.aludratest.codecheck.rule.pmd.testcase.TestCaseImportRestriction
 
getImportViolationMessage(String) - Method in class org.aludratest.codecheck.rule.pmd.uimap.UIMapImportRestriction
 
getImportViolationMessage() - Method in class org.aludratest.codecheck.rule.pmd.uimap.UIMapUsageRestriction
 
getIndex() - Method in class org.aludratest.content.separated.util.ColumnConfig
 
getIndex() - Method in class org.aludratest.service.locator.option.IndexLocator
 
getInfo() - Method in class org.aludratest.testcase.data.impl.TestDataLoadInfo
 
getInputFieldSelectedLabel(String, String, GUIElementLocator) - Method in interface org.aludratest.service.gui.GUIInteraction
Reads the selected label of an input field and returns it as a String without conversion/manipulation.
getInputFieldSelectedLabel(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
getInputFieldSelectedLabel(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
getInputFieldValue(String, String, GUIElementLocator) - Method in interface org.aludratest.service.gui.GUIInteraction
Reads the value of an inputfield and returns it as a String without conversion/manipulation.
getInputFieldValue(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
getInputFieldValue(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
getInputStreamForFile(String) - Method in interface org.aludratest.service.file.FileInteraction
Creates an InputStream for accessing the content of a file.
getInputStreamForFile(String) - Method in class org.aludratest.service.file.impl.FileActionImpl
Creates an InputStream for accessing the content of a file.
getInstance() - Static method in class org.aludratest.AludraTest
Deprecated. This method should not be used for software design reasons. Better keep your AludraTest instance which is returned by startFramework, or use IoC patterns to retrieve components you need.
getInstance() - Static method in class org.aludratest.impl.log4testing.configuration.Log4TestingConfiguration
 
getInstance() - Static method in class org.aludratest.impl.log4testing.observer.TestObserverManager
 
getInstance() - Static method in class org.aludratest.util.FlowController
Accessor method for the singleton instance
getInstanceName() - Method in class org.aludratest.service.AbstractAludraService
 
getInstanceName() - Method in interface org.aludratest.service.AludraService
Returns the instance name which applies to this service instance.
getInstanceName() - Method in interface org.aludratest.service.AludraServiceContext
Returns the name of the current service instance, if any.
getInstanceName() - Method in class org.aludratest.service.ComponentId
Returns the instance name of the component ID.
getInstanceName() - Method in class org.aludratest.service.impl.AludraServiceContextImpl
 
getInterfaceClass() - Method in class org.aludratest.service.ComponentId
 
getInterval() - Method in class org.aludratest.util.poll.PollService
 
getIntValue(String, int) - Method in class org.aludratest.config.impl.AbstractPreferences
 
getIntValue(String) - Method in class org.aludratest.config.impl.AbstractPreferences
 
getIntValue(String) - Method in interface org.aludratest.config.Preferences
Returns the int representation of the given configuration key's value.
getIntValue(String, int) - Method in interface org.aludratest.config.Preferences
Returns the int representation of the given configuration key's value, or the given default value when no value is stored for this key, or the stored String form of the value is null.
getIntValue(String) - Method in class org.aludratest.config.ValidatingPreferencesWrapper
 
getIntValue(String, int) - Method in class org.aludratest.config.ValidatingPreferencesWrapper
 
getItems() - Method in class org.aludratest.service.gitclient.data.LogData
Returns the log items returned be the git invocation.
getJarOrClassRoot() - Method in class org.aludratest.scheduler.AnnotationBasedExecution
Returns the class file location specified by this configuration object.
getKey() - Method in class org.aludratest.service.gitclient.data.ConfigData
Returns the key.
getKey() - Method in class org.aludratest.util.data.KeyValueStringData
 
getKeyExpression() - Method in class org.aludratest.service.edifactfile.data.KeyExpressionData
 
getKeyNames() - Method in class org.aludratest.config.impl.PropertyPriorityPreferences
 
getKeyNames() - Method in class org.aludratest.config.impl.SimplePreferences
 
getKeyNames() - Method in interface org.aludratest.config.Preferences
Returns the available configuration key names on this Preferences node.
getKeyNames() - Method in class org.aludratest.config.ValidatingPreferencesWrapper
 
getLabel() - Method in class org.aludratest.service.locator.option.LabelLocator
 
getLabel() - Method in class org.aludratest.testcase.event.attachment.Attachment
 
getLabels(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
 
getLastFailed() - Method in class org.aludratest.impl.log4testing.data.TestCaseLog
 
getLastFailed() - Method in class org.aludratest.impl.log4testing.data.TestStepGroup
 
getLastModifiedTime() - Method in class org.aludratest.service.file.FileInfo
Provides the time stamp of the last file modification.
getLastTestStep() - Method in class org.aludratest.impl.log4testing.data.TestCaseLog
 
getLastTestStep() - Method in class org.aludratest.impl.log4testing.data.TestStepGroup
Returns the last TestStep
getLinefeed() - Method in class org.aludratest.service.file.impl.FileServiceConfiguration
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.aludratest.app.excelwizard.ClassNameCellRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.aludratest.app.excelwizard.MethodNameCellRenderer
 
getLocale() - Method in class org.aludratest.service.flatfile.impl.FlatFileConfig
Returns the FlatFileConfig.locale
getLocalFile() - Method in class org.apache.commons.vfs2.provider.local.AludraLocalFile
Returns the local file that this file object represents.
getLocator() - Method in interface org.aludratest.service.gui.component.Element
 
getLocator() - Method in class org.aludratest.service.gui.component.impl.AbstractElement
 
getLocatorSupport() - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.ZIndexSupport
 
getMaxCount() - Method in class org.aludratest.service.gitclient.data.LogData
Returns the maxCount
getMerge() - Method in class org.aludratest.service.gitclient.data.LogItemData
Returns the merge info.
getMessage() - Method in class org.aludratest.service.gitclient.data.CommitData
Returns the commit message.
getMessage() - Method in class org.aludratest.service.gitclient.data.LogItemData
Returns the message.
getMessage() - Method in class org.aludratest.service.gitclient.data.MergeData
Returns the message.
getMessage() - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.AbstractElementCondition
 
getMessage() - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.AnyDropDownOptions
 
getMessage() - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.DropDownBoxOptionLabelsPresence
 
getMessage() - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.DropDownOptionLocatable
 
getMessage() - Method in class org.aludratest.testcase.event.ErrorReport
 
getMetadata() - Method in class org.aludratest.testcase.data.impl.xml.model.TestData
 
getMinProxyPort() - Method in class org.aludratest.service.gui.web.selenium.SeleniumWrapperConfiguration
This property is only used for Selenium 2, and only has effect if the local proxy flag is set to true.
getModel() - Method in class org.aludratest.app.excelwizard.MethodSelector
 
getModel() - Method in class org.aludratest.app.excelwizard.TestClassList
 
getModifiedFiles() - Method in class org.aludratest.service.gitclient.data.StatusData
 
getName() - Method in class org.aludratest.content.separated.util.ColumnConfig
 
getName() - Method in class org.aludratest.impl.log4testing.data.TestStepContainer
 
getName() - Method in class org.aludratest.scheduler.node.RunnerNode
Provides the tree RunnerNode.name of the node.
getName() - Method in class org.aludratest.service.file.FileInfo
Provides the file name without path elements.
getName() - Method in class org.aludratest.testcase.data.impl.xml.model.TestDataConfiguration
 
getName() - Method in class org.aludratest.testcase.data.impl.xml.model.TestDataConfigurationSegment
 
getName() - Method in class org.aludratest.testcase.data.impl.xml.model.TestDataFieldMetadata
 
getName() - Method in class org.aludratest.testcase.data.impl.xml.model.TestDataFieldValue
 
getName() - Method in class org.aludratest.testcase.data.impl.xml.model.TestDataSegmentMetadata
 
getName() - Method in interface org.aludratest.util.Provider
Returns the name of the provider
getNewbase() - Method in class org.aludratest.service.gitclient.data.RebaseData
Returns the new base.
getNonLoggingService(ComponentId<T>) - Method in interface org.aludratest.service.AludraContext
Provides a service with the given component ID for use within this context.
getNonLoggingService(Class<T>) - Method in interface org.aludratest.service.AludraServiceContext
Gets the service for the given service interface.
getNonLoggingService(Class<T>) - Method in class org.aludratest.service.impl.AludraServiceContextImpl
 
getNonLoggingService(ComponentId<T>) - Method in class org.aludratest.service.impl.AludraServiceContextImpl
 
getNonLoggingService(ComponentId<T>) - Method in class org.aludratest.testcase.impl.AludraTestContextImpl
 
getNullMarker() - Method in interface org.aludratest.data.DataConfiguration
Returns the marker string to be used as keyword for treating values as null.
getNullMarker() - Method in class org.aludratest.data.DataConfigurationImpl
 
getNumberOfAutomationFailedTestCases() - Method in class org.aludratest.impl.log4testing.data.TestSuiteLog
 
getNumberOfChildSuites() - Method in class org.aludratest.impl.log4testing.data.TestSuiteLog
 
getNumberOfFailedAccessTestCases() - Method in class org.aludratest.impl.log4testing.data.TestSuiteLog
 
getNumberOfFailedPerformanceTestCases() - Method in class org.aludratest.impl.log4testing.data.TestSuiteLog
 
getNumberOfFailedTestCases() - Method in class org.aludratest.impl.log4testing.data.TestSuiteLog
 
getNumberOfFailedTestSteps() - Method in class org.aludratest.impl.log4testing.data.TestCaseLog
Returns the total number of failed TestSteps in the TestStepGroups
getNumberOfFailedTestSteps() - Method in class org.aludratest.impl.log4testing.data.TestStepGroup
 
getNumberOfFunctionallyFailedTestCases() - Method in class org.aludratest.impl.log4testing.data.TestSuiteLog
 
getNumberOfIgnoredAndFailedTestCases() - Method in class org.aludratest.impl.log4testing.data.TestSuiteLog
 
getNumberOfIgnoredAndPassedTestCases() - Method in class org.aludratest.impl.log4testing.data.TestSuiteLog
 
getNumberOfIgnoredTestCases() - Method in class org.aludratest.impl.log4testing.data.TestSuiteLog
Aggregates the complete number of test cases with status TestStatus.IGNORED recursively over the complete sub tree of child components.
getNumberOfInconclusiveTestCases() - Method in class org.aludratest.impl.log4testing.data.TestSuiteLog
 
getNumberOfPassedTestCases() - Method in class org.aludratest.impl.log4testing.data.TestSuiteLog
 
getNumberOfTestCases() - Method in class org.aludratest.impl.log4testing.data.TestSuiteLog
 
getNumberOfTestSteps() - Method in class org.aludratest.impl.log4testing.data.TestCaseLog
Returns the number of all TestSteps in the TestStepGroups
getNumberOfTestSteps() - Method in class org.aludratest.impl.log4testing.data.TestStepContainer
 
getNumberOfTestSteps(Iterable<? extends TestStepContainer>) - Method in class org.aludratest.impl.log4testing.data.TestStepContainer
Calculates the number of TestSteps
getNumberOfTestSteps() - Method in class org.aludratest.impl.log4testing.data.TestStepGroup
 
getNumberOfTestSteps() - Method in class org.aludratest.impl.log4testing.data.TestSuiteLog
 
getNumberOfThreads() - Method in interface org.aludratest.config.AludraTestConfig
 
getNumberOfThreads() - Method in class org.aludratest.config.impl.AludraTestConfigImpl
 
getNumericTolerance() - Method in interface org.aludratest.config.AludraTestConfig
Returns the numeric tolerance to use for double precision based operations.
getNumericTolerance() - Method in class org.aludratest.config.impl.AludraTestConfigImpl
 
getNumericTolerance() - Static method in class org.aludratest.util.data.helper.DataMarkerCheck
 
getOutputDir() - Method in class org.aludratest.impl.log4testing.output.writer.FileWriter
 
getOverwrite() - Method in class org.aludratest.service.file.data.TargetFileData
 
getPageSource() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
 
getPageSource() - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
getPageSourceAttachmentExtension() - Method in class org.aludratest.service.gui.web.selenium.SeleniumWrapperConfiguration
 
getParent() - Method in class org.aludratest.impl.log4testing.data.TestStepGroup
 
getParent() - Method in class org.aludratest.impl.log4testing.data.TestSuiteLogComponent
 
getParent() - Method in class org.aludratest.scheduler.node.RunnerNode
 
getParent(WebElement) - Method in class org.aludratest.service.gui.web.selenium.selenium2.LocatorSupport
Provides the parent of a given WebElement.
getPassword() - Method in class org.aludratest.service.file.impl.FileServiceConfiguration
 
getPath() - Method in class org.aludratest.service.file.FileInfo
Provides the path relative from the FileService's root directory.
getPauseBetweenRetries() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
 
getPauseBetweenRetries() - Method in class org.aludratest.service.gui.web.selenium.SeleniumWrapperConfiguration
If execution of a action fails the program has to pause until it retries to execute this action again.
getPollingDelay() - Method in class org.aludratest.service.file.impl.FileServiceConfiguration
 
getProcessId() - Method in class org.aludratest.service.cmdline.impl.ProcessWrapper
 
getProcessName() - Method in class org.aludratest.service.gitclient.data.InvocationData
Returns the name of the process.
getProcessTimeout() - Method in class org.aludratest.service.cmdline.impl.ProcessWrapper
 
getPropertiesBaseName() - Method in interface org.aludratest.config.Configurable
Returns the base name for properties files for this configurable, e.g.
getPropertiesBaseName() - Method in class org.aludratest.config.impl.AludraTestConfigImpl
 
getPropertiesBaseName() - Method in class org.aludratest.data.DataConfigurationImpl
 
getPropertiesBaseName() - Method in class org.aludratest.service.cmdline.impl.CommandLineServiceImpl
 
getPropertiesBaseName() - Method in class org.aludratest.service.file.impl.FileServiceImpl
 
getPropertiesBaseName() - Method in class org.aludratest.service.flatfile.impl.DefaultFlatFileService
 
getPropertiesBaseName() - Method in class org.aludratest.service.gui.web.selenium.AbstractSeleniumService
 
getPropertiesBaseName() - Method in class org.aludratest.service.gui.web.selenium.LocalSeleniumResourceService
 
getPropertiesBaseName() - Method in class org.aludratest.service.gui.web.selenium.TAFMSSeleniumResourceService
 
getPropertiesBaseName() - Method in class org.aludratest.service.impl.AludraServiceRegistry
 
getPropertiesBaseName() - Method in class org.aludratest.util.retry.AutoRetryImpl
 
getProtocol() - Method in class org.aludratest.service.file.impl.FileServiceConfiguration
 
getReaderForTextFile(String) - Method in interface org.aludratest.service.file.FileInteraction
Creates a Reader for accessing the content of a text file.
getReaderForTextFile(String) - Method in class org.aludratest.service.file.impl.FileActionImpl
Creates a Reader for accessing the content of a text file.
getRecursiveSegmentCount() - Method in class org.aludratest.service.edifactfile.data.EdifactData
 
getReferenceNumber() - Method in class org.aludratest.testcase.event.ErrorReport
 
getRefspec() - Method in class org.aludratest.service.gitclient.data.PullData
Returns the refspec.
getRefspec() - Method in class org.aludratest.service.gitclient.data.PushData
Returns the refspec.
getRegisteredInterfaceNames() - Method in class org.aludratest.service.impl.AludraServiceRegistry
 
getRelativeWorkingDirectory() - Method in class org.aludratest.service.gitclient.GitClient
Returns the working directory of the process.
getRenamedFiles() - Method in class org.aludratest.service.gitclient.data.StatusData
 
getRepository() - Method in class org.aludratest.service.gitclient.data.CloneRepositoryData
Returns the repository.
getRepository() - Method in class org.aludratest.service.gitclient.data.FetchData
Returns the repository.
getRepository() - Method in class org.aludratest.service.gitclient.data.PullData
Returns the repository.
getRepository() - Method in class org.aludratest.service.gitclient.data.PushData
Returns the repository.
getRequiredBooleanValue(String) - Method in class org.aludratest.config.ValidatingPreferencesWrapper
Returns the boolean representation of the given configuration key's value.
getRequiredCharValue(String) - Method in class org.aludratest.config.ValidatingPreferencesWrapper
Returns the char representation of the given configuration key's value.
getRequiredDoubleValue(String) - Method in class org.aludratest.config.ValidatingPreferencesWrapper
Returns the double representation of the given configuration key's value.
getRequiredFloatValue(String) - Method in class org.aludratest.config.ValidatingPreferencesWrapper
Returns the float representation of the given configuration key's value.
getRequiredIntValue(String) - Method in class org.aludratest.config.ValidatingPreferencesWrapper
Returns the int representation of the given configuration key's value.
getRequiredStringValue(String) - Method in class org.aludratest.config.ValidatingPreferencesWrapper
Returns the String representation of the given configuration key's value.
getResponseTimeout() - Method in class org.aludratest.service.cmdline.impl.ProcessWrapper
 
getRoleHint() - Method in class org.aludratest.service.gui.component.impl.DefaultGUIComponentFactory
Returns the role hint which is used by this component factory.
getRoot() - Method in class org.aludratest.scheduler.RunnerTree
 
getRootFolder() - Method in interface org.aludratest.service.file.FileInteraction
Provides the root folder of the service instance.
getRootFolder() - Method in class org.aludratest.service.file.impl.FileActionImpl
Provides the root folder of the service instance.
getRootFolder() - Method in class org.aludratest.service.file.impl.FileServiceConfiguration
 
getRowFormats() - Method in class org.aludratest.service.flatfile.impl.FlatFileConfig
returns the FlatFileConfig.rowFormats.
getRunStatus() - Method in class org.aludratest.scheduler.node.RunnerGroup
 
getRunStatus() - Method in class org.aludratest.scheduler.node.RunnerLeaf
 
getRunStatus() - Method in class org.aludratest.scheduler.node.RunnerNode
 
getScreenshotAttachmentExtension() - Method in class org.aludratest.service.gui.web.selenium.SeleniumWrapperConfiguration
 
getScreenshotOfThePage() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
 
getScreenshotOfThePage() - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
getScreenshotOfTheWholeScreen() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
 
getSegments() - Method in class org.aludratest.testcase.data.impl.xml.model.TestDataConfiguration
 
getSegments() - Method in class org.aludratest.testcase.data.impl.xml.model.TestDataMetadata
 
getSelectedEntry() - Method in interface org.aludratest.service.gui.component.Dropdownbox
Reads the selected value and returns it as a String.
getSelectedEntry() - Method in class org.aludratest.service.gui.component.impl.DropdownboxImpl
Reads the selected value and returns it as a String.
getSelectedItem() - Method in class org.aludratest.app.excelwizard.MethodSelector
 
getSelectedLabel() - Method in interface org.aludratest.service.gui.component.Dropdownbox
Reads the selected label and returns it as a String.
getSelectedLabel() - Method in class org.aludratest.service.gui.component.impl.DropdownboxImpl
Reads the selected label and returns it as a String.
getSelectedLabel(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
 
getSelectedLabel(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Returns the selected label of a web GUI component.
getSelectedLabel(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
getSelectedValue() - Method in class org.aludratest.app.excelwizard.TestClassList
 
getSelectedValue(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
 
getSelectedValue(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Returns the selected value of a GUI element.
getSelectedValue(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
getSelectOptions(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
 
getSelectOptions(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Returns the options of a web GUI <select> element.
getSelectOptions(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
getService() - Method in class org.aludratest.impl.log4testing.data.TestStepLog
 
getService(ComponentId<T>) - Method in interface org.aludratest.service.AludraContext
Provides a service with the given component ID for use within this context.
getService(Class<T>) - Method in interface org.aludratest.service.AludraServiceContext
Gets the service for the given service interface.
getService(Class<T>) - Method in class org.aludratest.service.impl.AludraServiceContextImpl
 
getService(ComponentId<T>) - Method in class org.aludratest.service.impl.AludraServiceContextImpl
 
getService(ComponentId<T>) - Method in class org.aludratest.testcase.AludraTestCase
Provides a service with the given serviceId.
getService(ComponentId<T>) - Method in class org.aludratest.testcase.impl.AludraTestContextImpl
 
getServiceId() - Method in class org.aludratest.testcase.event.impl.TestStepInfoBean
 
getServiceId() - Method in interface org.aludratest.testcase.event.TestStepInfo
 
getServiceManager() - Method in class org.aludratest.AludraTest
Returns the service manager of AludraTest.
getSession() - Method in class org.aludratest.service.jms.impl.AludraJMSImpl
Deprecated.  
getSize() - Method in class org.aludratest.service.file.FileInfo
Provides the size of the file.
getSize() - Method in class org.aludratest.util.MostRecentUseCache
Returns the current size of this cache.
getSource() - Method in class org.aludratest.service.gitclient.data.MvData
Returns the source path.
getSpeed() - Method in class org.aludratest.service.gui.web.selenium.SeleniumWrapperConfiguration
Speed in milliseconds.
getStackTraceElement(int) - Static method in class org.aludratest.util.AludraTestUtil
Returns a specific the stack trace element of the current invocation stack.
getStartingTime() - Method in class org.aludratest.impl.log4testing.data.TestCaseLog
Returns the time point at which the test case was started.
getStartingTime() - Method in class org.aludratest.impl.log4testing.data.TestObject
 
getStartingTime() - Method in class org.aludratest.impl.log4testing.data.TestStepGroup
 
getStartingTime() - Method in class org.aludratest.impl.log4testing.data.TestStepLog
 
getStartingTime() - Method in class org.aludratest.impl.log4testing.data.TestSuiteLog
 
getStartingTime() - Method in class org.aludratest.testcase.event.impl.TestStepInfoBean
 
getStartingTime() - Method in interface org.aludratest.testcase.event.TestStepInfo
 
getStartTimeOffsetSeconds() - Method in class org.aludratest.impl.log4testing.data.TestStepLog
 
getStatus() - Method in class org.aludratest.impl.log4testing.data.TestCaseLog
Returns the the TestStatus of the test case.
getStatus() - Method in class org.aludratest.impl.log4testing.data.TestObject
 
getStatus() - Method in class org.aludratest.impl.log4testing.data.TestStepGroup
 
getStatus() - Method in class org.aludratest.impl.log4testing.data.TestStepLog
 
getStatus() - Method in class org.aludratest.impl.log4testing.data.TestSuiteLog
 
getStdIn() - Method in class org.aludratest.service.cmdline.impl.ProcessWrapper
 
getStdOut() - Method in class org.aludratest.service.cmdline.impl.ProcessWrapper
 
getStdOut() - Method in class org.aludratest.service.gitclient.data.InvocationData
Returns the std out of the process.
getSteps() - Method in class org.aludratest.scheduler.sort.FallbackComparator
Returns the list of fallback-comparators.
getStringValue(String) - Method in class org.aludratest.config.impl.AbstractPreferences
 
getStringValue(String, String) - Method in class org.aludratest.config.impl.AbstractPreferences
 
getStringValue(String) - Method in interface org.aludratest.config.Preferences
Returns the String representation of the given configuration key's value.
getStringValue(String, String) - Method in interface org.aludratest.config.Preferences
Returns the String representation of the given configuration key's value, or the given default value when no value is stored for this key, or the stored value is null.
getStringValue(String) - Method in class org.aludratest.config.ValidatingPreferencesWrapper
 
getStringValue(String, String) - Method in class org.aludratest.config.ValidatingPreferencesWrapper
 
getSubTypeClassName() - Method in class org.aludratest.testcase.data.impl.xml.model.TestDataFieldMetadata
 
getTable(GUIElementLocator, int, int) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
getTableCellText(GUIElementLocator, int, int) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Fetches a table cell.
getTableCellText(GUIElementLocator, int, int) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Returns the text content of a table cell.
getTag(String) - Method in class org.aludratest.impl.log4testing.data.TestObject
Returns the value of a tag
getTaskCompletionTimeout() - Method in class org.aludratest.service.gui.web.selenium.SeleniumWrapperConfiguration
Returns the maximum time the framework waits for an activity to finish.
getTaskPollingInterval() - Method in class org.aludratest.service.gui.web.selenium.SeleniumWrapperConfiguration
Returns the polling interval for tasks, in milliseconds.
getTaskStartTimeout() - Method in class org.aludratest.service.gui.web.selenium.SeleniumWrapperConfiguration
Returns the time the framework waits for an activity to start.
getTechnicalArguments() - Method in class org.aludratest.impl.log4testing.data.TestStepLog
 
getTechnicalLocator() - Method in class org.aludratest.impl.log4testing.data.TestStepLog
 
getTemplate() - Method in class org.aludratest.impl.log4testing.output.writer.VelocityWriter
 
getTestAttributes(Class<? extends AludraTestCase>) - Static method in class org.aludratest.scheduler.impl.TestAttributeUtil
 
getTestCase(Class<?>) - Static method in class org.aludratest.impl.log4testing.data.TestLogger
 
getTestCase(String) - Static method in class org.aludratest.impl.log4testing.data.TestLogger
 
getTestCases() - Method in class org.aludratest.impl.log4testing.data.TestSuiteLog
 
getTestClass() - Method in class org.aludratest.invoker.AludraTestMethodInvoker
 
getTestClass() - Method in class org.aludratest.invoker.ErrorReportingInvoker
 
getTestClass() - Method in interface org.aludratest.invoker.TestInvoker
Returns the class which contains the test for execution, if any.
getTestDataSets(Method) - Method in class org.aludratest.testcase.data.impl.DatabeneFormatsTestDataProvider
Reads the data source and returns its data sets as a List of object arrays.
getTestDataSets(Method) - Method in class org.aludratest.testcase.data.impl.DefaultTestDataProvider
 
getTestDataSets(Method) - Method in class org.aludratest.testcase.data.impl.xml.XmlBasedTestDataProvider
 
getTestDataSets(Method) - Method in interface org.aludratest.testcase.data.TestDataProvider
Callback method by which the framework requests test data for the given method.
getTestInvoker() - Method in class org.aludratest.scheduler.node.RunnerLeaf
 
getTestMethodsWithExcelSource(Class<?>) - Static method in class org.aludratest.app.excelwizard.WizardUtil
Determines all methods of a class that have a Test annotation and at least one parameter marked with a Source annotation that references the URI of an Excel document.
getTestStatus() - Method in exception org.aludratest.exception.AccessFailure
 
getTestStatus() - Method in exception org.aludratest.exception.AludraTestException
Provides the TestStatus which is appropriate for this exception
getTestStatus() - Method in exception org.aludratest.exception.AutomationException
 
getTestStatus() - Method in exception org.aludratest.exception.FunctionalFailure
 
getTestStatus() - Method in exception org.aludratest.exception.PerformanceFailure
 
getTestStatus() - Method in exception org.aludratest.exception.TechnicalException
 
getTestStatus() - Method in class org.aludratest.testcase.event.ErrorReport
 
getTestStatus() - Method in class org.aludratest.testcase.event.impl.TestStepInfoBean
 
getTestStatus() - Method in interface org.aludratest.testcase.event.TestStepInfo
 
getTestStatus(Throwable) - Static method in class org.aludratest.util.AludraTestUtil
Provides the test status for a given exception.
getTestStep(int) - Method in class org.aludratest.impl.log4testing.data.TestStepGroup
Returns the TestStep at the given position
getTestStepGroups() - Method in class org.aludratest.impl.log4testing.data.TestCaseLog
 
getTestSteps() - Method in class org.aludratest.impl.log4testing.data.TestStepGroup
 
getTestSuite(Class<?>) - Static method in class org.aludratest.impl.log4testing.data.TestLogger
 
getTestSuite(String) - Static method in class org.aludratest.impl.log4testing.data.TestLogger
 
getTestSuites() - Method in class org.aludratest.impl.log4testing.data.TestCaseLog
 
getTestSuites() - Method in class org.aludratest.impl.log4testing.data.TestSuiteLog
 
getText() - Method in class org.aludratest.service.gui.component.impl.ButtonImpl
 
getText() - Method in class org.aludratest.service.gui.component.impl.FileFieldImpl
 
getText() - Method in class org.aludratest.service.gui.component.impl.InputFieldImpl
 
getText() - Method in class org.aludratest.service.gui.component.impl.LabelImpl
 
getText() - Method in class org.aludratest.service.gui.component.impl.LinkImpl
 
getText() - Method in interface org.aludratest.service.gui.component.impl.ValueComponent
Reads the value of this component and returns it as a String without conversion/manipulation.
getText(String, String, GUIElementLocator) - Method in interface org.aludratest.service.gui.GUIInteraction
Gets the text of an element.
getText(String, String, GUIElementLocator, boolean) - Method in interface org.aludratest.service.gui.GUIInteraction
Gets the text of an element and is adjustable to the check of the visibility of the element
getText(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
getText(String, String, GUIElementLocator, boolean) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
getText(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
 
getText(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
 
getText(GUIElementLocator, boolean) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Returns the text of the GUI element identified by the locator
getText(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
getText(String, String, GUIElementLocator, boolean) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
getText(GUIElementLocator, Boolean) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
getTextToValidate(WebElement) - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.ValidatingCondition
 
getTimeout() - Method in class org.aludratest.service.file.impl.FileServiceConfiguration
 
getTimeout() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
 
getTimeout() - Method in class org.aludratest.service.gui.web.selenium.selenium2.AbstractSelenium2Action
 
getTimeout() - Method in class org.aludratest.service.gui.web.selenium.SeleniumWrapperConfiguration
Timeout in milliseconds after which a test step stops retrying doing a action.
getTimeout() - Method in class org.aludratest.util.poll.PollService
 
getTitle() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
 
getTitle() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
 
getTitle() - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
getTitle() - Method in class org.aludratest.service.locator.window.TitleLocator
 
getToPath() - Method in class org.aludratest.service.gitclient.data.RenamedStatusData
Returns the RenamedStatusData.toPath
getType() - Method in class org.aludratest.service.edifactfile.data.LocalDiffTypeData
 
getType() - Method in class org.aludratest.testcase.data.impl.xml.model.TestDataFieldMetadata
 
getUnmodifiedFiles() - Method in class org.aludratest.service.gitclient.data.StatusData
 
getUntrackedFiles() - Method in class org.aludratest.service.gitclient.data.StatusData
 
getUpdatedFiles() - Method in class org.aludratest.service.gitclient.data.StatusData
 
getUpstream() - Method in class org.aludratest.service.gitclient.data.RebaseData
Returns the upstream.
getUrlOfAut() - Method in class org.aludratest.service.gui.web.selenium.SeleniumWrapperConfiguration
URL of the application under test.
getUrlOfAutAsUrl() - Method in class org.aludratest.service.gui.web.selenium.SeleniumWrapperConfiguration
 
getUsedArguments() - Method in class org.aludratest.impl.log4testing.data.TestStepLog
 
getUsedOption() - Method in class org.aludratest.service.locator.element.ElementLocators.ElementLocatorsGUI
 
getUsedSeleniumHost() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
 
getUsedSeleniumHost() - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
getUser() - Method in class org.aludratest.service.file.impl.FileServiceConfiguration
 
getUtilityBaseClass() - Method in class org.aludratest.codecheck.rule.pmd.AbstractUtilityClassRule
 
getUtilityBaseClass() - Method in class org.aludratest.codecheck.rule.pmd.page.PageUtilityClassStructure
 
getUtilityBaseClass() - Method in class org.aludratest.codecheck.rule.pmd.uimap.UIMapUtilityClassStructure
 
getValue() - Method in class org.aludratest.content.flat.data.WrappedRowData
 
getValue() - Method in class org.aludratest.content.separated.data.WrappedSeparatedData
 
getValue() - Method in class org.aludratest.service.gitclient.data.ConfigData
Returns the value.
getValue(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
 
getValue(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Returns the value of a web GUI component.
getValue(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
getValue() - Method in class org.aludratest.testcase.data.impl.xml.model.StringValue
 
getValue() - Method in class org.aludratest.util.data.ByteArrayData
 
getValue() - Method in class org.aludratest.util.data.IntData
 
getValue() - Method in class org.aludratest.util.data.KeyValueStringData
 
getValue() - Method in class org.aludratest.util.data.StringData
 
getValue() - Method in interface org.aludratest.util.Provider
Returns the value to provide.
getValueRegex() - Method in class org.aludratest.service.gitclient.data.ConfigData
Returns the value regex.
getValues(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
 
getValues() - Method in class org.aludratest.testcase.data.impl.xml.model.StringValueList
 
getVariable() - Method in class org.aludratest.impl.log4testing.output.writer.VelocityWriter
 
getVersion() - Method in interface org.aludratest.config.AludraTestConfig
 
getVersion() - Method in class org.aludratest.config.impl.AludraTestConfigImpl
 
getVersionNumber() - Method in class org.aludratest.service.gitclient.data.VersionData
 
getWarnings() - Method in class org.aludratest.app.excelwizard.WorkbookTracker
 
getWindowHandle() - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
getWorkbook() - Method in class org.aludratest.app.excelwizard.WorkbookTracker
 
getWrappedElement() - Method in interface org.aludratest.service.gui.web.selenium.selenium2.ElementWrapper
Returns the wrapped WebElement.
getXlsRootPath() - Method in interface org.aludratest.config.AludraTestConfig
 
getXlsRootPath() - Method in class org.aludratest.config.impl.AludraTestConfigImpl
 
getXpath() - Method in class org.aludratest.service.edifactfile.data.LocalDiffTypeData
 
getXPathCount(String) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Counts the number of matches of an XPath expression within the currently active web page.
GitClient - Class in org.aludratest.service.gitclient
Provides access to a git command line client using the CommandLineService.
GitClient(CommandLineService) - Constructor for class org.aludratest.service.gitclient.GitClient
 
GitClient(CommandLineService, int, int) - Constructor for class org.aludratest.service.gitclient.GitClient
 
GUIComponent - Interface in org.aludratest.service.gui.component
Parent interface for all Components of a Graphical User Interface, e.g.
GUIComponentFactory - Interface in org.aludratest.service.gui.component
Factory for creating components for a GUI service.
GUICondition - Interface in org.aludratest.service.gui
Extends the Condition interface providing GUI related features.
GUIElementLocator - Class in org.aludratest.service.locator.element
Parent class for GUI component locators.
GUIElementLocator(String) - Constructor for class org.aludratest.service.locator.element.GUIElementLocator
Constructor.
GUIInteraction - Interface in org.aludratest.service.gui
The interface Interaction provides several methods to interact with the active screen of the application under test.
GUIVerification - Interface in org.aludratest.service.gui
The interface Verification provides several methods to verify values in the active screen of the application under test.

H

handle(HttpRequest, HttpResponse, HttpContext) - Method in class org.aludratest.service.gui.web.selenium.httpproxy.ProxyHandler
 
hasFinished() - Method in class org.aludratest.service.cmdline.impl.ProcessWrapper
Tells if the process has finished.
hasFocus(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
 
hasFocus(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
 
hasFocus(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
hash(E) - Method in interface org.aludratest.util.MostRecentUseCache.HashCalculator
Calculate the hash value for the given object.
hashCode() - Method in class org.aludratest.scheduler.node.RunnerLeaf
 
hashCode() - Method in class org.aludratest.service.ComponentId
 
hashCode() - Method in class org.aludratest.service.gitclient.data.RenamedStatusData
 
hashCode() - Method in class org.aludratest.service.gitclient.data.VersionData
 
hashCode() - Method in class org.aludratest.service.locator.element.ElementLocators.ElementLocatorsGUI
 
hashCode() - Method in class org.aludratest.service.locator.element.ElementLocators
 
hashCode() - Method in class org.aludratest.service.locator.Locator
 
hashCode() - Method in class org.aludratest.service.util.SystemConnectorProxy
 
highlight(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Highlights a web GUI element.
highlight(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
HTML_UNIT - Static variable in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Driver
HTMLUnit driver
HTMLReportObserver - Class in org.aludratest.impl.log4testing.observer
Exports test suite and test case results in HTML format.
HTMLReportObserver() - Constructor for class org.aludratest.impl.log4testing.observer.HTMLReportObserver
Public default constructor.
HTTP_CONN_KEEPALIVE - Static variable in interface org.aludratest.service.gui.web.selenium.httpproxy.ProxyConstants
 
HTTP_IN_CONN - Static variable in interface org.aludratest.service.gui.web.selenium.httpproxy.ProxyConstants
 
HTTP_OUT_CONN - Static variable in interface org.aludratest.service.gui.web.selenium.httpproxy.ProxyConstants
 
HttpHeaderFormat - Class in org.aludratest.service.gui.web
 
HttpHeaderFormat() - Constructor for class org.aludratest.service.gui.web.HttpHeaderFormat
 

I

id - Variable in class org.aludratest.service.database.DatabaseQuery
The query id
IdLocator - Class in org.aludratest.service.locator.element
Locates an element by its ID.
IdLocator(String) - Constructor for class org.aludratest.service.locator.element.IdLocator
Constructor
ignore() - Method in class org.aludratest.impl.log4testing.data.TestCaseLog
Marks the test case to be ignored
ignore(String) - Method in class org.aludratest.impl.log4testing.data.TestCaseLog
Marks the test case to be ignored for a given reason.
IGNORE - Static variable in interface org.aludratest.scheduler.util.CommonRunnerLeafAttributes
 
IGNORE_ENABLED_PROP - Static variable in interface org.aludratest.config.AludraTestConfig
Configuration property name.
IGNORE_REASON - Static variable in interface org.aludratest.scheduler.util.CommonRunnerLeafAttributes
 
Ignored - Annotation Type in org.aludratest.testcase
Annotates a test method to be evaluated as ignored.
IllegalAddException - Exception in org.aludratest.impl.log4testing.data
 
IllegalAddException() - Constructor for exception org.aludratest.impl.log4testing.data.IllegalAddException
 
IllegalParentException - Exception in org.aludratest.impl.log4testing.data
 
IllegalParentException() - Constructor for exception org.aludratest.impl.log4testing.data.IllegalParentException
 
Implementation - Annotation Type in org.aludratest.service
Marks an implementation of a service or component interface.
ImportRestrictions - Class in org.aludratest.codecheck.rule.pmd
Configurable and extensible rule for restricting imports.
ImportRestrictions() - Constructor for class org.aludratest.codecheck.rule.pmd.ImportRestrictions
Creates a new instance of this rule.
includeFile(FileSelectInfo) - Method in class org.aludratest.service.file.impl.FilePathSelector
Includes only the file with the expected FilePathSelector.absolutePath.
IndexLocator - Class in org.aludratest.service.locator.option
Locates an option by its index.
IndexLocator(int) - Constructor for class org.aludratest.service.locator.option.IndexLocator
Locates a DropDownBox option by its (zero-based) index.
init(AludraServiceContext) - Method in class org.aludratest.service.AbstractAludraService
Implements the init() method.
init(AludraServiceContext) - Method in interface org.aludratest.service.AludraService
This method is called by the framework when the service is about to be used.
init() - Method in class org.aludratest.service.gitclient.GitClient
Creates an empty git repository or reinitializes an existing one.
init(AludraServiceManager) - Static method in class org.aludratest.util.data.helper.DataMarkerCheck
 
init(RuntimeServices) - Method in class org.apache.velocity.slf4j.Slf4jLogChute
LogChute methods
initialized - Variable in class org.aludratest.impl.log4testing.observer.VelocityReportTestObserver
 
initService() - Method in class org.aludratest.service.AbstractAludraService
Abstract initialization method to be implemented by child classes for individual initialization operations.
initService() - Method in class org.aludratest.service.cmdline.impl.CommandLineServiceImpl
 
initService() - Method in class org.aludratest.service.edifactfile.edifatto.EdifattoFileService
Initializes the service
initService() - Method in class org.aludratest.service.file.impl.FileServiceImpl
 
initService() - Method in class org.aludratest.service.flatfile.impl.DefaultFlatFileService
Callback method that is called by the AludraTest framework and initializes the service.
initService() - Method in class org.aludratest.service.gui.web.selenium.selenium1.AludraSelenium1
Used by the framework to configure the service
initService() - Method in class org.aludratest.service.gui.web.selenium.selenium2.AludraSelenium2
Used by the framework to configure the service
initService() - Method in class org.aludratest.service.jms.impl.AludraJMSImpl
Deprecated.  
initService() - Method in class org.aludratest.service.separatedfile.impl.DefaultSeparatedFileService
Callback method that is called by the AludraTest framework and initializes the service.
InputField - Interface in org.aludratest.service.gui.component
Represents an input field in a GUI.
InputFieldImpl - Class in org.aludratest.service.gui.component.impl
Default implementation of the InputField interface.
InputFieldImpl() - Constructor for class org.aludratest.service.gui.component.impl.InputFieldImpl
 
insert(Object) - Method in interface org.aludratest.service.database.DatabaseInteraction
Inserts a row into the database
insertEmptyColumn(Sheet, int) - Static method in class org.aludratest.util.ExcelUtil
Inserts a column without cells into a sheet at the given index.
insertUpdate(DocumentEvent) - Method in class org.aludratest.app.excelwizard.ExcelSettingsPane.FilterListener
 
IntData - Class in org.aludratest.util.data
Data class for wrapping an integer.
IntData() - Constructor for class org.aludratest.util.data.IntData
Public default constructor.
IntData(int) - Constructor for class org.aludratest.util.data.IntData
Full constructor.
Interaction - Interface in org.aludratest.service
Common interface for interacting with a system under test.
InternalComponent - Annotation Type in org.aludratest.config
This annotation marks a component or service interface as "internal".
internalGetStringValue(String) - Method in class org.aludratest.config.impl.AbstractPreferences
Performs the actual task of retrieving the plain stored value for a given key on this Preferences node.
internalGetStringValue(String) - Method in class org.aludratest.config.impl.PropertyPriorityPreferences
 
internalGetStringValue(String) - Method in class org.aludratest.config.impl.SimplePreferences
 
InternalTestListener - Interface in org.aludratest.testcase.event
Internal adapter to be used for AludraTestContextImpl to decouple step group and step creation logic from test context.
INTERNET_EXPLORER - Static variable in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Driver
Internet Explorer driver
InvocationData - Class in org.aludratest.service.gitclient.data
Wraps data for the invocation of the GitClient's invokeGenerically method.
InvocationData() - Constructor for class org.aludratest.service.gitclient.data.InvocationData
Public default constructor.
InvocationData(String, String...) - Constructor for class org.aludratest.service.gitclient.data.InvocationData
Constructor with full definition of process name and arguments.
invoke() - Method in class org.aludratest.invoker.AludraTestMethodInvoker
First executes all @Before methods, then the test method and finally all @After methods on the AludraTestMethodInvoker.testObject
invoke() - Method in class org.aludratest.invoker.ErrorReportingInvoker
rethrows the error.
invoke() - Method in interface org.aludratest.invoker.TestInvoker
Performs the test.
invoke(Object, Method, Object[]) - Method in class org.aludratest.testcase.event.impl.AludraServiceInvocationHandler
Performs the actual method invocation on the real object, and on calls to methods perform(), verify() or check() it creates or reuses logging proxies that track the invocation information with log4testing.
invoke(Object, Method, Object[]) - Method in class org.aludratest.util.ControlFlowHandler
Handles the actual invocation.
invokeGenerically(InvocationData) - Method in class org.aludratest.service.gitclient.GitClient
Provides individually parameterized git invocations.
isAbbreviating() - Method in class org.aludratest.impl.log4testing.output.writer.FileWriter
 
isAllowedImport(String, Class<?>) - Method in class org.aludratest.codecheck.rule.pmd.ImportRestrictions
 
isAludraTestClassWithExcelBasedTests(Class<?>) - Static method in class org.aludratest.app.excelwizard.WizardUtil
Tells if the specified class is an AludraTest test class with Excel sources.
isAWLClass(AbstractJavaNode) - Static method in class org.aludratest.codecheck.rule.pmd.AbstractAludraTestRule
 
isBusy() - Method in interface org.aludratest.service.util.SystemBusyIndicator
Tells if the system is ready to receive new requests or user actions.
isChecked() - Method in interface org.aludratest.service.gui.component.Checkbox
Returns if the checkbox is currently checked or not.
isChecked() - Method in class org.aludratest.service.gui.component.impl.CheckboxImpl
Returns if the checkbox is currently checked or not.
isChecked(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Tells if a Checkbox is checked.
isChecked(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Tells if a web GUI element is checked.
isChecked(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
isConfigTabRequired() - Method in interface org.aludratest.config.AludraTestConfig
 
isConfigTabRequired() - Method in class org.aludratest.config.impl.AludraTestConfigImpl
 
isDataClass(AbstractJavaNode) - Static method in class org.aludratest.codecheck.rule.pmd.AbstractAludraTestRule
 
isDataClass(Class<?>) - Static method in class org.aludratest.codecheck.rule.pmd.AbstractAludraTestRule
 
isDebugAttachmentsOnFrameworkException() - Method in interface org.aludratest.config.AludraTestConfig
Returns if debug attachments shall be created when a Framework Exception occurs.
isDebugAttachmentsOnFrameworkException() - Method in class org.aludratest.config.impl.AludraTestConfigImpl
 
isDestinationAvailable(String, AludraJMSImpl) - Static method in class org.aludratest.service.jms.impl.JMSUtil
 
isDestinationPresent(String) - Method in class org.aludratest.service.jms.impl.JMSActionImpl
Deprecated.  
isDestinationPresent(String) - Method in interface org.aludratest.service.jms.JMSCondition
 
isDirectory(String) - Method in interface org.aludratest.service.file.FileCondition
Tells if the given path represents a directory.
isDirectory() - Method in class org.aludratest.service.file.FileInfo
Tells if the file is a directory.
isDirectory(String) - Method in class org.aludratest.service.file.impl.FileActionImpl
Tells if the given path represents a directory.
isEditable(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Tells if a web GUI element is editable.
isEditable(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Tells if an element is editable.
isElementChecked(String, String, GUIElementLocator) - Method in interface org.aludratest.service.gui.GUICondition
Determines if the specified element is checked.
isElementChecked(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Condition
 
isElementChecked(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Condition
 
isElementEditable(String, String, GUIElementLocator) - Method in interface org.aludratest.service.gui.GUICondition
Determines whether the specified input element is editable, i.e. is not disabled and would accept user text input.
isElementEditable(String, String, GUIElementLocator, long) - Method in interface org.aludratest.service.gui.GUICondition
Determines whether the specified input element is editable within the given timeout, i.e. is not disabled and would accept user text input.
isElementEditable(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Condition
 
isElementEditable(String, String, GUIElementLocator, long) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Condition
 
isElementEditable(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Condition
 
isElementEditable(String, String, GUIElementLocator, long) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Condition
 
isElementEnabled(String, String, GUIElementLocator) - Method in interface org.aludratest.service.gui.GUICondition
Determines whether the specified input element is enabled, ie hasn't been disabled.
isElementEnabled(String, String, GUIElementLocator, long) - Method in interface org.aludratest.service.gui.GUICondition
Determines whether the specified input element is enabled in the over given timeout, ie hasn't been disabled.
isElementEnabled(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Condition
 
isElementEnabled(String, String, GUIElementLocator, long) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Condition
 
isElementEnabled(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Condition
 
isElementEnabled(String, String, GUIElementLocator, long) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Condition
 
isElementNotPresent(String, String, GUIElementLocator) - Method in interface org.aludratest.service.gui.GUICondition
Determines that the specified element is not on the page
isElementNotPresent(String, String, GUIElementLocator, long) - Method in interface org.aludratest.service.gui.GUICondition
Determines that the specified element is not on the page within timeout
isElementNotPresent(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Condition
 
isElementNotPresent(String, String, GUIElementLocator, long) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Condition
 
isElementNotPresent(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Condition
 
isElementNotPresent(String, String, GUIElementLocator, long) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Condition
 
isElementPresent(String, String, GUIElementLocator) - Method in interface org.aludratest.service.gui.GUICondition
Determines that the specified element is somewhere on the page in a given timeout
isElementPresent(String, String, GUIElementLocator, long) - Method in interface org.aludratest.service.gui.GUICondition
Determines that the specified element is somewhere on the page in a given timeout
isElementPresent(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Condition
 
isElementPresent(String, String, GUIElementLocator, long) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Condition
 
isElementPresent(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Tells if an element is present.
isElementPresent(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Tells if an element is present.
isElementPresent(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Condition
 
isElementPresent(String, String, GUIElementLocator, long) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Condition
 
isElementPresentandInForeground(String, String, GUIElementLocator) - Method in interface org.aludratest.service.gui.GUICondition
Determines that the specified element is somewhere on the page and in foreground
isElementPresentandInForeground(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Condition
 
isElementPresentandInForeground(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Condition
 
isElementVisible(String, String, GUIElementLocator) - Method in interface org.aludratest.service.gui.GUICondition
Determines if the specified element is visible.
isElementVisible(String, String, GUIElementLocator, long) - Method in interface org.aludratest.service.gui.GUICondition
Determines if the specified element is visible within timeout
isElementVisible(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Condition
 
isElementVisible(String, String, GUIElementLocator, long) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Condition
 
isElementVisible(String, String, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Condition
 
isElementVisible(String, String, GUIElementLocator, long) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Condition
 
isEmpty() - Method in class org.aludratest.scheduler.node.RunnerGroup
 
isEnabled() - Method in interface org.aludratest.service.gui.component.Element
Checks whether this input element is enabled.
isEnabled(long) - Method in interface org.aludratest.service.gui.component.Element
Checks whether this input element is enabled.
isEnabled() - Method in class org.aludratest.service.gui.component.impl.AbstractElement
 
isEnabled(long) - Method in class org.aludratest.service.gui.component.impl.AbstractElement
 
isEnabled(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Tells if a web GUI element is enabled.
isEnabled(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Tells if an element is enabled.
isFailed() - Method in class org.aludratest.impl.log4testing.data.TestObject
 
isFailed() - Method in class org.aludratest.impl.log4testing.data.TestStepContainer
Checks if the TestStepContainer is failed.
isFailed() - Method in class org.aludratest.impl.log4testing.data.TestStepLog
Checks if the TestStep is failed.
isFailure() - Method in enum org.aludratest.testcase.TestStatus
Tells if the status signals a test that finished without success.
isFinished() - Method in class org.aludratest.impl.log4testing.data.TestCaseLog
Tells if the test case has finished.
isFinished() - Method in class org.aludratest.impl.log4testing.data.TestSuiteLog
Tells if the test suite was finished.
isFinished() - Method in class org.aludratest.impl.log4testing.data.TestSuiteLogComponent
Tells if the component has finished execution.
isHtml() - Method in class org.aludratest.impl.log4testing.output.writer.FileWriter
 
isIgnored() - Method in class org.aludratest.impl.log4testing.data.TestCaseLog
Tells if the test shall be ignored
isIgnored() - Method in class org.aludratest.testcase.data.impl.TestDataLoadInfo
 
isIgnored() - Method in class org.aludratest.testcase.data.impl.xml.model.TestDataConfiguration
 
isIgnored() - Method in class org.aludratest.testcase.data.TestCaseData
Returns true if this dataset should not be tested, but skipped.
isIgnoredAndFailed() - Method in class org.aludratest.impl.log4testing.data.TestCaseLog
 
isIgnoredAndPassed() - Method in class org.aludratest.impl.log4testing.data.TestCaseLog
 
isIgnoreEnabled() - Method in interface org.aludratest.config.AludraTestConfig
 
isIgnoreEnabled() - Method in class org.aludratest.config.impl.AludraTestConfigImpl
 
isInForeground(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Checks if an element is blocked by a modal dialog
isInForeground(WebElement) - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.ZIndexSupport
Checks if a element is blocked by a modal dialog.
isInteraction() - Method in class org.aludratest.service.gui.web.selenium.ElementCommand
 
isInterfaceImplemented(AbstractJavaNode, Class<?>) - Static method in class org.aludratest.codecheck.rule.pmd.AbstractAludraTestRule
Returns true if the given AST node or its first ClassOrInterfaceDeclaration parent node implements the given interface or extends the given class.
isLevelEnabled(int) - Method in class org.apache.velocity.slf4j.Slf4jLogChute
Checks whether the specified log level is enabled.
isNotPresent() - Method in interface org.aludratest.service.gui.component.Element
Checks if the specified element is nowhere on the page within the standard timeout.
isNotPresent(long) - Method in interface org.aludratest.service.gui.component.Element
Checks if the specified element is nowhere on the page within the standard timeout.
isNotPresent() - Method in class org.aludratest.service.gui.component.impl.AbstractElement
 
isNotPresent(long) - Method in class org.aludratest.service.gui.component.impl.AbstractElement
 
isNull(String) - Static method in class org.aludratest.util.data.helper.DataMarkerCheck
 
isPageClass(AbstractJavaNode) - Static method in class org.aludratest.codecheck.rule.pmd.AbstractAludraTestRule
 
isPageHelperClass(AbstractJavaNode) - Static method in class org.aludratest.codecheck.rule.pmd.AbstractAludraTestRule
 
isPageUtilityClass(AbstractJavaNode) - Static method in class org.aludratest.codecheck.rule.pmd.AbstractAludraTestRule
 
isPageUtilityClass(Class<?>) - Static method in class org.aludratest.codecheck.rule.pmd.AbstractAludraTestRule
 
isParallel() - Method in class org.aludratest.scheduler.node.RunnerGroup
Tells if the child nodes may be executed concurrently.
isPresent() - Method in interface org.aludratest.service.gui.component.Element
Checks if the specified element is somewhere on the page within the standard timeout.
isPresent(long) - Method in interface org.aludratest.service.gui.component.Element
Checks if the specified element is somewhere on the page within a given timeout
isPresent() - Method in class org.aludratest.service.gui.component.impl.AbstractElement
 
isPresent(long) - Method in class org.aludratest.service.gui.component.impl.AbstractElement
 
isPresentAndInForeground() - Method in interface org.aludratest.service.gui.component.Element
Checks if the specified element is somewhere on the page and in foreground within the standard timeout.
isPresentAndInForeground() - Method in class org.aludratest.service.gui.component.impl.AbstractElement
 
isPublic(Field) - Static method in class org.aludratest.app.excelwizard.WizardUtil
Tells if a Java attribute is public.
isRunning() - Method in class org.aludratest.service.cmdline.impl.ProcessWrapper
Tells if the process is running.
isRunning() - Method in class org.aludratest.service.gui.web.selenium.httpproxy.AuthenticatingHttpProxy
 
isScript() - Method in class org.aludratest.testcase.data.impl.xml.model.TestDataFieldValue
 
isShortTimeFormat() - Method in class org.aludratest.impl.log4testing.output.writer.FileWriter
 
isStopped(AludraTestContext) - Method in class org.aludratest.util.FlowController
Tells if the given test case was stopped.
isStopTestCaseOnInteractionException() - Method in interface org.aludratest.config.AludraTestConfig
 
isStopTestCaseOnInteractionException() - Method in class org.aludratest.config.impl.AludraTestConfigImpl
 
isStopTestCaseOnOtherException() - Method in interface org.aludratest.config.AludraTestConfig
 
isStopTestCaseOnOtherException() - Method in class org.aludratest.config.impl.AludraTestConfigImpl
 
isStopTestCaseOnVerificationException() - Method in interface org.aludratest.config.AludraTestConfig
 
isStopTestCaseOnVerificationException() - Method in class org.aludratest.config.impl.AludraTestConfigImpl
 
isTestCaseClass(AbstractJavaNode) - Static method in class org.aludratest.codecheck.rule.pmd.AbstractAludraTestRule
 
isUIMapClass(AbstractJavaNode) - Static method in class org.aludratest.codecheck.rule.pmd.AbstractAludraTestRule
 
isUIMapHelperClass(AbstractJavaNode) - Static method in class org.aludratest.codecheck.rule.pmd.AbstractAludraTestRule
 
isUIMapUtilityClass(AbstractJavaNode) - Static method in class org.aludratest.codecheck.rule.pmd.AbstractAludraTestRule
 
isUsingLocalProxy() - Method in class org.aludratest.service.gui.web.selenium.SeleniumWrapperConfiguration
Returns, for Selenium 2, if a local proxy server shall be used.
isUsingRemoteDriver() - Method in class org.aludratest.service.gui.web.selenium.SeleniumWrapperConfiguration
Returns, for Selenium 2, if a remote driver shall be used.
isUtilClass(Class<?>) - Static method in class org.aludratest.codecheck.rule.pmd.AbstractAludraTestRule
Returns true if and only if the given class fulfills the following criteria: All public methods are static The constructor is not visible (package-private or private)
isValidImport(Class<?>, Class<?>) - Method in class org.aludratest.codecheck.rule.pmd.UsageRestrictionCheck
 
isVisible() - Method in interface org.aludratest.service.gui.component.Element
Checks if the specified element is visible within the standard timeout.
isVisible(long) - Method in interface org.aludratest.service.gui.component.Element
Checks if the specified element is visible within the given timeout.
isVisible() - Method in class org.aludratest.service.gui.component.impl.AbstractElement
 
isVisible(long) - Method in class org.aludratest.service.gui.component.impl.AbstractElement
 
isVisible(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
 
isWindowOpen(String, String, WindowLocator) - Method in interface org.aludratest.service.gui.GUICondition
Determines if a specified window is open
isWindowOpen(String, String, WindowLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Condition
 
isWindowOpen(String, String, WindowLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Condition
 
isWritingPermitted() - Method in class org.aludratest.service.file.impl.FileServiceConfiguration
 
isXlsFormattedByDefault() - Method in class org.aludratest.config.impl.AludraTestConfigImpl
 
iterator() - Method in class org.aludratest.service.locator.element.ElementLocators.ElementLocatorsGUI
 
iterator() - Method in class org.aludratest.service.locator.element.ElementLocators
 

J

JavaBeanExcelDocumentMapper - Class in org.aludratest.app.excelwizard
Creates and updates Excel documents that match the annotations and data structure of a test method.
JMSActionImpl - Class in org.aludratest.service.jms.impl
Deprecated. The implementation is not yet functional; implementation was suspended in favour of other tasks!
JMSActionImpl(AludraJMSImpl) - Constructor for class org.aludratest.service.jms.impl.JMSActionImpl
Deprecated. Initializes a JMSActionImpl with an AludraJMSImpl.
JMSCondition - Interface in org.aludratest.service.jms
Specialization of the Condition interface which provides JMS related checking features.
JMSInteraction - Interface in org.aludratest.service.jms
Specialization of the Interaction interface which provides JMS related interaction features.
JMSUtil - Class in org.aludratest.service.jms.impl
Provides common JMS-related utility methods.
JMSVerification - Interface in org.aludratest.service.jms
Specialization of the Verification interface which provides JMS related verification features.
JUnitUtil - Class in org.aludratest.junit
Utility class that provides general JUnit related testing features.

K

KeyExpressionData - Class in org.aludratest.service.edifactfile.data
Provides an XPath expression for querying an ID string of an XML element.
KeyExpressionData() - Constructor for class org.aludratest.service.edifactfile.data.KeyExpressionData
Public default constructor.
KeyExpressionData(String, String) - Constructor for class org.aludratest.service.edifactfile.data.KeyExpressionData
Constructor with all property values.
keyPress(int) - Method in interface org.aludratest.service.gui.GUIInteraction
Presses a key on the keyboard.
keyPress(int) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
keyPress(int) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Sends a key-press to the web GUI.
keyPress(int) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Sends a key-press event to the web GUI.
keyPress(int) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
keyPress(int) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
KeyValueStringData - Class in org.aludratest.util.data
Data class that wraps a pair of key and value of type string.
KeyValueStringData() - Constructor for class org.aludratest.util.data.KeyValueStringData
Default constructor.
KeyValueStringData(String, String) - Constructor for class org.aludratest.util.data.KeyValueStringData
Full constructor.

L

Label - Interface in org.aludratest.service.gui.component
Represents a Label in a GUI.
LabelImpl - Class in org.aludratest.service.gui.component.impl
Default implementation of the Label interface.
LabelImpl() - Constructor for class org.aludratest.service.gui.component.impl.LabelImpl
 
LabelLocator - Class in org.aludratest.service.locator.element
Locates a link element by its text content.
LabelLocator(String) - Constructor for class org.aludratest.service.locator.element.LabelLocator
Constructor.
LabelLocator - Class in org.aludratest.service.locator.option
Identifies a GUI option by its label text.
LabelLocator(String) - Constructor for class org.aludratest.service.locator.option.LabelLocator
Constructor.
LastModifiedTimeFileFilter - Class in org.aludratest.service.file.filter
Filters files by (optional) minumum and (optional) maximum time stamps of their lastModifiedTime.
LastModifiedTimeFileFilter(Long, Long) - Constructor for class org.aludratest.service.file.filter.LastModifiedTimeFileFilter
Constructor.
Line - Class in org.aludratest.service.cmdline
Class for verifying process output line-wise.
Linefeed - Enum in org.aludratest.service.file.impl
Provides line feed information for different operating systems.
Link - Interface in org.aludratest.service.gui.component
Represents a link in a GUI.
LinkImpl - Class in org.aludratest.service.gui.component.impl
Default implementation of the Link interface.
LinkImpl() - Constructor for class org.aludratest.service.gui.component.impl.LinkImpl
 
listBranches(BranchListData) - Method in class org.aludratest.service.gitclient.GitClient
Lists branches.
LocalDiffTypeData - Class in org.aludratest.service.edifactfile.data
Defines a difference in one or more locations which are represented by an XPath expression.
LocalDiffTypeData() - Constructor for class org.aludratest.service.edifactfile.data.LocalDiffTypeData
Refers to any change art any location
LocalDiffTypeData(String, String) - Constructor for class org.aludratest.service.edifactfile.data.LocalDiffTypeData
Refers to a certain type of difference at (a) given location(s)
LocalSeleniumResourceService - Class in org.aludratest.service.gui.web.selenium
Creates and manages a pool of Selenium hosts by their URL using an ObjectPool.
LocalSeleniumResourceService() - Constructor for class org.aludratest.service.gui.web.selenium.LocalSeleniumResourceService
 
locator - Variable in class org.aludratest.service.gui.component.impl.AbstractGUIComponent
 
locator - Variable in class org.aludratest.service.gui.web.selenium.selenium2.condition.AbstractElementCondition
 
Locator - Class in org.aludratest.service.locator
Identifies a component of the SUT, for example a button in a GUI.
Locator(String) - Constructor for class org.aludratest.service.locator.Locator
Constructor.
locator - Variable in class org.aludratest.service.locator.Locator
 
locatorSupport - Variable in class org.aludratest.service.gui.web.selenium.selenium2.condition.AbstractElementCondition
 
LocatorSupport - Class in org.aludratest.service.gui.web.selenium.selenium2
Maps AludraTest Locators to Selenium 2 By objects.
LocatorSupport(WebDriver, SeleniumWrapperConfiguration) - Constructor for class org.aludratest.service.gui.web.selenium.selenium2.LocatorSupport
Private constructor of utility class preventing instantiation by other classes
log(LogData) - Method in class org.aludratest.service.gitclient.GitClient
Provides the git log.
log - Variable in class org.apache.velocity.slf4j.Slf4jLogChute
the commons-logging Log instance
log(int, String) - Method in class org.apache.velocity.slf4j.Slf4jLogChute
Send a log message from Velocity.
log(int, String, Throwable) - Method in class org.apache.velocity.slf4j.Slf4jLogChute
Send a log message from Velocity with an error.
Log4TestingConfiguration - Class in org.aludratest.impl.log4testing.configuration
Singleton class that reads the log4testing configuration file.
Log4TestingRunnerListener - Class in org.aludratest.impl.log4testing
 
Log4TestingRunnerListener() - Constructor for class org.aludratest.impl.log4testing.Log4TestingRunnerListener
 
LOGCHUTE_SLF4J_NAME - Static variable in class org.apache.velocity.slf4j.Slf4jLogChute
Property key for specifying the name for the log instance
LogData - Class in org.aludratest.service.gitclient.data
Wraps data for the invocation of the GitClient's log method.
LogData() - Constructor for class org.aludratest.service.gitclient.data.LogData
Public default constructor.
logError(String, TestStatus) - Method in class org.aludratest.testcase.AludraTestCase
Logs a testing error to the AludraTest logging engine.
logError(String, Throwable) - Method in class org.aludratest.testcase.AludraTestCase
Logs a testing error to the AludraTest logging engine.
logError(String, TestStatus) - Method in interface org.aludratest.testcase.AludraTestContext
Reports an execution failure to the framework.
logError(String, Throwable) - Method in interface org.aludratest.testcase.AludraTestContext
Reports an execution error (a kind of "uncaught" exception) to the framework.
logError(String, TestStatus) - Method in class org.aludratest.testcase.impl.AludraTestContextImpl
 
logError(String, Throwable) - Method in class org.aludratest.testcase.impl.AludraTestContextImpl
 
logErrorAsNewGroup(RunnerListenerRegistry, RunnerLeaf, Throwable, boolean) - Static method in class org.aludratest.testcase.event.impl.LogUtil
 
logErrorAsNewGroup(AludraTestContext, String, Throwable) - Static method in class org.aludratest.testcase.event.impl.LogUtil
 
logErrorAsNewGroup(AludraTestContext, String, TestStatus) - Static method in class org.aludratest.testcase.event.impl.LogUtil
 
logger - Variable in class org.aludratest.service.gui.web.selenium.selenium2.AbstractSelenium2Action
 
LogItemData - Class in org.aludratest.service.gitclient.data
Wraps result data of the GitClient's log method.
LogItemData() - Constructor for class org.aludratest.service.gitclient.data.LogItemData
Public default constructor.
LogItemData(String, String, String, String, String) - Constructor for class org.aludratest.service.gitclient.data.LogItemData
Full constructor.
LogUtil - Class in org.aludratest.testcase.event.impl
 

M

main(String[]) - Static method in class org.aludratest.AludraTest
Main method for running Aludra tests.
main(String[]) - Static method in class org.aludratest.app.excelwizard.CLIExcelCreator
Main method of the class.
main(String[]) - Static method in class org.aludratest.app.excelwizard.ExcelWizard
Main method that which sets up and displays the GUI.
main(String[]) - Static method in class org.aludratest.app.RunnerTreeDotExporter
Main method that interprets the first parameter as class name, parses its internal test suite structure and exports it to a DOT file named '<classname>.dot'.
main(String[]) - Static method in class org.aludratest.testcase.data.impl.xml.model.TestData
 
mapTargetToProxyUrl(String) - Method in class org.aludratest.service.gui.web.selenium.httpproxy.AuthenticatingHttpProxy
 
matches(Class<?>) - Method in interface org.aludratest.codecheck.rule.pmd.ClassMatcher
 
matches(Class<? extends AludraTestCase>) - Method in class org.aludratest.scheduler.impl.AndTestClassFilter
 
matches(Class<? extends AludraTestCase>) - Method in class org.aludratest.scheduler.impl.AttributeBasedTestClassFilter
 
matches(Class<? extends AludraTestCase>) - Method in class org.aludratest.scheduler.impl.OrTestClassFilter
 
matches(Class<? extends AludraTestCase>) - Method in interface org.aludratest.scheduler.TestClassFilter
Checks the given class if it fulfills the criteria of this filter.
matches(Method, Throwable, int) - Method in interface org.aludratest.util.retry.AutoRetry
Checks if a retry shall be performed after an invocation of the given method caused the given Throwable.
matches(Method, Throwable, int) - Method in class org.aludratest.util.retry.AutoRetryImpl
 
merge(MergeData) - Method in class org.aludratest.service.gitclient.GitClient
Join two or more development histories together.
MergeData - Class in org.aludratest.service.gitclient.data
Wraps data for the invocation of the GitClient's merge method.
MergeData() - Constructor for class org.aludratest.service.gitclient.data.MergeData
Public default constructor.
MergeData(String, String...) - Constructor for class org.aludratest.service.gitclient.data.MergeData
Fully parameterized constructor.
message - Variable in class org.aludratest.service.gui.web.selenium.selenium2.condition.AbstractElementCondition
 
MethodNameCellRenderer - Class in org.aludratest.app.excelwizard
Renders the names of Methods as list cells.
MethodNameCellRenderer() - Constructor for class org.aludratest.app.excelwizard.MethodNameCellRenderer
 
MethodSelector - Class in org.aludratest.app.excelwizard
Lists the test methods of a class which have a Source annotation.
MethodSelector() - Constructor for class org.aludratest.app.excelwizard.MethodSelector
Default constructor.
MISSING - Static variable in class org.aludratest.service.edifactfile.EdifactFileVerifier
 
MixedElementCondition - Class in org.aludratest.service.gui.web.selenium.selenium2.condition
Performs a combination of checks on a web GUI element: It always checks for presence and if it is in foreground and can be configured to check for visibility additionally.
MixedElementCondition(GUIElementLocator, LocatorSupport, boolean, boolean) - Constructor for class org.aludratest.service.gui.web.selenium.selenium2.condition.MixedElementCondition
Constructor.
MostRecentUseCache<K,V> - Class in org.aludratest.util
This class implements a MRU (Most recently used), factory-based cache.
MostRecentUseCache(MostRecentUseCache.Factory<K, V>, int) - Constructor for class org.aludratest.util.MostRecentUseCache
Creates a new MRU Cache with the given factory and the given maximum capacity.
MostRecentUseCache(MostRecentUseCache.Factory<K, V>, int, MostRecentUseCache.HashCalculator<K>) - Constructor for class org.aludratest.util.MostRecentUseCache
Creates a new MRU Cache with the given factory, the given maximum capacity, and the given calculator for hash values for used keys.
MostRecentUseCache.Factory<I,O> - Interface in org.aludratest.util
Interface for factories being able to create an object of type O when getting an input object of type I.
MostRecentUseCache.HashCalculator<E> - Interface in org.aludratest.util
Interface for hash value calculators.
move(String, String, boolean) - Method in interface org.aludratest.service.file.FileInteraction
Renames or moves a file or folder.
move(String, String, boolean) - Method in class org.aludratest.service.file.impl.FileActionImpl
Renames or moves a file or folder.
MOVED - Static variable in class org.aludratest.service.edifactfile.EdifactFileVerifier
 
moveTo(TargetFileData) - Method in class org.aludratest.service.file.File
Moves the file to a new location and/or renames it.
MutablePreferences - Interface in org.aludratest.config
Interface for configuration Preferences objects which can be modified.
mv(MvData) - Method in class org.aludratest.service.gitclient.GitClient
Moves or renames a file, directory, or symlink
MvData - Class in org.aludratest.service.gitclient.data
Wraps data for the invocation of the GitClient's mv method.
MvData() - Constructor for class org.aludratest.service.gitclient.data.MvData
Public default constructor.
MvData(String, String) - Constructor for class org.aludratest.service.gitclient.data.MvData
Fully parameterized constructor.

N

name - Variable in class org.aludratest.scheduler.node.RunnerNode
The tree path of the node
newComponentInstance(Class<T>) - Method in interface org.aludratest.service.AludraContext
Creates a new instance of the given component class.
newComponentInstance(Class<T>) - Method in class org.aludratest.service.impl.AludraServiceContextImpl
 
newComponentInstance(Class<T>) - Method in class org.aludratest.testcase.impl.AludraTestContextImpl
 
newImplementorInstance(Class<T>) - Method in interface org.aludratest.service.AludraServiceManager
Selects the default implementor class configured for the requested interface and returns a new instance of it.
newImplementorInstance(Class<T>) - Method in class org.aludratest.service.impl.AludraServiceManagerImpl
 
newLocalDriver() - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Driver
 
newMutableInstance() - Method in class org.aludratest.service.locator.element.ElementLocators
Creates a new mutable instance of this locators object which can be used as GUIElementLocator and will be modified by the AludraTest framework.
newRemoteDriver(URL, String[]) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Driver
 
newTestStep() - Method in class org.aludratest.impl.log4testing.data.TestCaseLog
Creates a new TestStep and adds it to the current TestStepGroup.
newTestStep(TestStatus, String, String) - Method in class org.aludratest.impl.log4testing.data.TestCaseLog
Creates a new TestStep.
newTestStep() - Method in class org.aludratest.impl.log4testing.data.TestStepGroup
Adds a TestStep to the Array of TestSteps
newTestStep(TestStatus, String, String) - Method in class org.aludratest.impl.log4testing.data.TestStepGroup
Creates a new test step and adds it to this group.
newTestStep(TestStepLog) - Method in class org.aludratest.impl.log4testing.data.TestStepGroup
 
newTestStep(RunnerLeaf, TestStepInfo) - Method in class org.aludratest.impl.log4testing.Log4TestingRunnerListener
 
newTestStep(RunnerLeaf, TestStepInfo) - Method in class org.aludratest.junit.AludraTestJUnitSuite
 
newTestStep(RunnerLeaf, TestStepInfo) - Method in class org.aludratest.scheduler.AbstractRunnerListener
 
newTestStep(RunnerLeaf, TestStepInfo) - Method in interface org.aludratest.scheduler.RunnerListener
Called when a single test step within a test case has been performed.
newTestStep(TestStepInfo) - Method in interface org.aludratest.testcase.event.InternalTestListener
 
newTestStepGroup(String) - Method in class org.aludratest.impl.log4testing.data.TestCaseLog
Creates a new TestStepGroup with the given name
newTestStepGroup(RunnerLeaf, String) - Method in class org.aludratest.impl.log4testing.Log4TestingRunnerListener
 
newTestStepGroup(RunnerLeaf, String) - Method in class org.aludratest.junit.AludraTestJUnitSuite
 
newTestStepGroup(RunnerLeaf, String) - Method in class org.aludratest.scheduler.AbstractRunnerListener
 
newTestStepGroup(RunnerLeaf, String) - Method in interface org.aludratest.scheduler.RunnerListener
Called when a new test step group within the given test case node starts.
newTestStepGroup(String) - Method in class org.aludratest.testcase.AludraTestCase
Creates a new Test Step Group.
newTestStepGroup(String) - Method in interface org.aludratest.testcase.AludraTestContext
Starts a new group of test steps with the given name.
newTestStepGroup(String) - Method in interface org.aludratest.testcase.event.InternalTestListener
 
newTestStepGroup(String) - Method in class org.aludratest.testcase.impl.AludraTestContextImpl
 
newThread(Runnable) - Method in class org.aludratest.scheduler.util.PoolThreadFactory
Creates a new thread which belongs to the ThreadGroup of this factory instance and which gets a unique name with the information about the group name, that it is a thread and its number in the ThreadGroup.
newUnsupportedLocatorException(Object) - Static method in class org.aludratest.service.util.ServiceUtil
Creates an exception that represents an unsupported Locator
nextLine() - Method in class org.aludratest.service.cmdline.Out
 
NoComparator - Class in org.aludratest.scheduler.sort
RunnerNode Comparator which is meant to indicate that no sorting should be applied.
NoComparator() - Constructor for class org.aludratest.scheduler.sort.NoComparator
 
nodeAttributes - Variable in class org.aludratest.scheduler.node.RunnerNode
Arbitrary attributes stored on this node which can be used by listeners etc. to add information for later use.
NonCombinableAnnotations - Class in org.aludratest.codecheck.rule.pmd.annot
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
NonCombinableAnnotations() - Constructor for class org.aludratest.codecheck.rule.pmd.annot.NonCombinableAnnotations
Creates a new instance of this rule.
NotCondition - Class in org.aludratest.service.gui.web.selenium.selenium2.condition
Negates the given condition for every call to apply().
NotCondition(ExpectedCondition<Boolean>) - Constructor for class org.aludratest.service.gui.web.selenium.selenium2.condition.NotCondition
Creates a new negating condition object.
NotEqualsValidator - Class in org.aludratest.util.validator
Requires validated strings to be different from the validation term.
NotEqualsValidator(String) - Constructor for class org.aludratest.util.validator.NotEqualsValidator
Constructor.
notifyFinishedTestCase(TestCaseLog) - Method in class org.aludratest.impl.log4testing.observer.TestObserverManager
 
notifyFinishedTestProcess(TestSuiteLog) - Method in class org.aludratest.impl.log4testing.observer.TestObserverManager
 
notifyFinishedTestSuite(TestSuiteLog) - Method in class org.aludratest.impl.log4testing.observer.TestObserverManager
 
notifyStartingTestCase(TestCaseLog) - Method in class org.aludratest.impl.log4testing.observer.TestObserverManager
 
notifyStartingTestProcess(TestSuiteLog) - Method in class org.aludratest.impl.log4testing.observer.TestObserverManager
 
notifyStartingTestSuite(TestSuiteLog) - Method in class org.aludratest.impl.log4testing.observer.TestObserverManager
 
NoTrailingCommaInAnnotationArray - Class in org.aludratest.codecheck.rule.pmd.annot
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
NoTrailingCommaInAnnotationArray() - Constructor for class org.aludratest.codecheck.rule.pmd.annot.NoTrailingCommaInAnnotationArray
 
nullOrPrimitiveDefault(Class<?>) - Static method in class org.aludratest.util.AludraTestUtil
Returns a value of the given type which can be used to replace null values.
NUMBER_OF_THREADS_PROP - Static variable in interface org.aludratest.config.AludraTestConfig
Configuration property name.
NumberStringGreaterValidator - Class in org.aludratest.util.validator
Requires numbers (formatted as strings) to be greater than a reference value.
NumberStringGreaterValidator(String, double) - Constructor for class org.aludratest.util.validator.NumberStringGreaterValidator
Constructor.
NumberStringLessValidator - Class in org.aludratest.util.validator
Requires numbers (formatted as strings) to be less than a reference value.
NumberStringLessValidator(String, double) - Constructor for class org.aludratest.util.validator.NumberStringLessValidator
Constructor.
NUMERIC_TOLERANCE_PROP - Static variable in interface org.aludratest.config.AludraTestConfig
Configuration property name.

O

ObjectPool<E> - Class in org.aludratest.util
Provides object pool functionality with a limited pool size.
ObjectPool(int, boolean) - Constructor for class org.aludratest.util.ObjectPool
Constructor
Offset - Annotation Type in org.aludratest.testcase
Specifies a number of data sets to skip initially in test execution.
OnlyUIMapsConstructGUIComponent - Class in org.aludratest.codecheck.rule.pmd.guicomponent
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
OnlyUIMapsConstructGUIComponent() - Constructor for class org.aludratest.codecheck.rule.pmd.guicomponent.OnlyUIMapsConstructGUIComponent
 
open() - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
open(String) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Opens the web page with the provided url.
open(String) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Opens a web page.
open() - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
open(String) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
open() - Method in interface org.aludratest.service.gui.web.WebGUIInteraction
Opens the main URL of the Application Unter Test (configuration property: url.of.aut) in a new browser window and waits until the page is fully loaded.
OptionLocator - Class in org.aludratest.service.locator.option
Abstract parent class for locators that identify GUI options.
OptionLocator(String) - Constructor for class org.aludratest.service.locator.option.OptionLocator
Constructor.
OptionSelected - Class in org.aludratest.service.gui.web.selenium.selenium2.condition
Checks if an element has a selected option.
OptionSelected(GUIElementLocator, LocatorSupport) - Constructor for class org.aludratest.service.gui.web.selenium.selenium2.condition.OptionSelected
Constructor.
OrFileFilter - Class in org.aludratest.service.file.filter
Combines several other FileFilter components and accepts a file if any of the components does.
OrFileFilter(FileFilter...) - Constructor for class org.aludratest.service.file.filter.OrFileFilter
Constructor
org.aludratest - package org.aludratest
 
org.aludratest.app - package org.aludratest.app
 
org.aludratest.app.excelwizard - package org.aludratest.app.excelwizard
 
org.aludratest.codecheck.rule.pmd - package org.aludratest.codecheck.rule.pmd
 
org.aludratest.codecheck.rule.pmd.annot - package org.aludratest.codecheck.rule.pmd.annot
 
org.aludratest.codecheck.rule.pmd.awl - package org.aludratest.codecheck.rule.pmd.awl
 
org.aludratest.codecheck.rule.pmd.data - package org.aludratest.codecheck.rule.pmd.data
 
org.aludratest.codecheck.rule.pmd.guicomponent - package org.aludratest.codecheck.rule.pmd.guicomponent
 
org.aludratest.codecheck.rule.pmd.page - package org.aludratest.codecheck.rule.pmd.page
 
org.aludratest.codecheck.rule.pmd.testcase - package org.aludratest.codecheck.rule.pmd.testcase
 
org.aludratest.codecheck.rule.pmd.uimap - package org.aludratest.codecheck.rule.pmd.uimap
 
org.aludratest.config - package org.aludratest.config
 
org.aludratest.config.impl - package org.aludratest.config.impl
 
org.aludratest.content - package org.aludratest.content
 
org.aludratest.content.edifact - package org.aludratest.content.edifact
 
org.aludratest.content.edifact.edifatto - package org.aludratest.content.edifact.edifatto
 
org.aludratest.content.flat - package org.aludratest.content.flat
 
org.aludratest.content.flat.data - package org.aludratest.content.flat.data
 
org.aludratest.content.flat.webdecs - package org.aludratest.content.flat.webdecs
 
org.aludratest.content.separated - package org.aludratest.content.separated
 
org.aludratest.content.separated.data - package org.aludratest.content.separated.data
 
org.aludratest.content.separated.util - package org.aludratest.content.separated.util
 
org.aludratest.content.separated.webdecs - package org.aludratest.content.separated.webdecs
 
org.aludratest.content.xml - package org.aludratest.content.xml
 
org.aludratest.content.xml.impl - package org.aludratest.content.xml.impl
 
org.aludratest.data - package org.aludratest.data
 
org.aludratest.dict - package org.aludratest.dict
 
org.aludratest.exception - package org.aludratest.exception
 
org.aludratest.impl - package org.aludratest.impl
 
org.aludratest.impl.log4testing - package org.aludratest.impl.log4testing
 
org.aludratest.impl.log4testing.configuration - package org.aludratest.impl.log4testing.configuration
 
org.aludratest.impl.log4testing.data - package org.aludratest.impl.log4testing.data
 
org.aludratest.impl.log4testing.observer - package org.aludratest.impl.log4testing.observer
 
org.aludratest.impl.log4testing.output - package org.aludratest.impl.log4testing.output
 
org.aludratest.impl.log4testing.output.util - package org.aludratest.impl.log4testing.output.util
 
org.aludratest.impl.log4testing.output.writer - package org.aludratest.impl.log4testing.output.writer
 
org.aludratest.impl.log4testing.util - package org.aludratest.impl.log4testing.util
 
org.aludratest.impl.plexus - package org.aludratest.impl.plexus
 
org.aludratest.invoker - package org.aludratest.invoker
 
org.aludratest.junit - package org.aludratest.junit
 
org.aludratest.scheduler - package org.aludratest.scheduler
 
org.aludratest.scheduler.impl - package org.aludratest.scheduler.impl
 
org.aludratest.scheduler.node - package org.aludratest.scheduler.node
 
org.aludratest.scheduler.sort - package org.aludratest.scheduler.sort
 
org.aludratest.scheduler.util - package org.aludratest.scheduler.util
 
org.aludratest.service - package org.aludratest.service
 
org.aludratest.service.cmdline - package org.aludratest.service.cmdline
 
org.aludratest.service.cmdline.impl - package org.aludratest.service.cmdline.impl
 
org.aludratest.service.database - package org.aludratest.service.database
 
org.aludratest.service.edifactfile - package org.aludratest.service.edifactfile
 
org.aludratest.service.edifactfile.data - package org.aludratest.service.edifactfile.data
 
org.aludratest.service.edifactfile.edifatto - package org.aludratest.service.edifactfile.edifatto
 
org.aludratest.service.file - package org.aludratest.service.file
 
org.aludratest.service.file.data - package org.aludratest.service.file.data
 
org.aludratest.service.file.filter - package org.aludratest.service.file.filter
 
org.aludratest.service.file.impl - package org.aludratest.service.file.impl
 
org.aludratest.service.file.util - package org.aludratest.service.file.util
 
org.aludratest.service.flatfile - package org.aludratest.service.flatfile
 
org.aludratest.service.flatfile.impl - package org.aludratest.service.flatfile.impl
 
org.aludratest.service.gitclient - package org.aludratest.service.gitclient
 
org.aludratest.service.gitclient.data - package org.aludratest.service.gitclient.data
 
org.aludratest.service.gui - package org.aludratest.service.gui
 
org.aludratest.service.gui.component - package org.aludratest.service.gui.component
 
org.aludratest.service.gui.component.impl - package org.aludratest.service.gui.component.impl
 
org.aludratest.service.gui.web - package org.aludratest.service.gui.web
 
org.aludratest.service.gui.web.page - package org.aludratest.service.gui.web.page
 
org.aludratest.service.gui.web.selenium - package org.aludratest.service.gui.web.selenium
 
org.aludratest.service.gui.web.selenium.httpproxy - package org.aludratest.service.gui.web.selenium.httpproxy
 
org.aludratest.service.gui.web.selenium.selenium1 - package org.aludratest.service.gui.web.selenium.selenium1
 
org.aludratest.service.gui.web.selenium.selenium2 - package org.aludratest.service.gui.web.selenium.selenium2
 
org.aludratest.service.gui.web.selenium.selenium2.condition - package org.aludratest.service.gui.web.selenium.selenium2.condition
 
org.aludratest.service.gui.web.uimap - package org.aludratest.service.gui.web.uimap
 
org.aludratest.service.impl - package org.aludratest.service.impl
 
org.aludratest.service.jms - package org.aludratest.service.jms
 
org.aludratest.service.jms.impl - package org.aludratest.service.jms.impl
 
org.aludratest.service.locator - package org.aludratest.service.locator
 
org.aludratest.service.locator.element - package org.aludratest.service.locator.element
 
org.aludratest.service.locator.option - package org.aludratest.service.locator.option
 
org.aludratest.service.locator.window - package org.aludratest.service.locator.window
 
org.aludratest.service.separatedfile - package org.aludratest.service.separatedfile
 
org.aludratest.service.separatedfile.impl - package org.aludratest.service.separatedfile.impl
 
org.aludratest.service.util - package org.aludratest.service.util
 
org.aludratest.testcase - package org.aludratest.testcase
 
org.aludratest.testcase.data - package org.aludratest.testcase.data
 
org.aludratest.testcase.data.impl - package org.aludratest.testcase.data.impl
 
org.aludratest.testcase.data.impl.xml - package org.aludratest.testcase.data.impl.xml
 
org.aludratest.testcase.data.impl.xml.model - package org.aludratest.testcase.data.impl.xml.model
 
org.aludratest.testcase.event - package org.aludratest.testcase.event
 
org.aludratest.testcase.event.attachment - package org.aludratest.testcase.event.attachment
 
org.aludratest.testcase.event.impl - package org.aludratest.testcase.event.impl
 
org.aludratest.testcase.impl - package org.aludratest.testcase.impl
 
org.aludratest.util - package org.aludratest.util
 
org.aludratest.util.data - package org.aludratest.util.data
 
org.aludratest.util.data.helper - package org.aludratest.util.data.helper
 
org.aludratest.util.poll - package org.aludratest.util.poll
 
org.aludratest.util.retry - package org.aludratest.util.retry
 
org.aludratest.util.timeout - package org.aludratest.util.timeout
 
org.aludratest.util.validator - package org.aludratest.util.validator
 
org.apache.commons.vfs2.provider.local - package org.apache.commons.vfs2.provider.local
 
org.apache.velocity.slf4j - package org.apache.velocity.slf4j
 
OrTestClassFilter - Class in org.aludratest.scheduler.impl
 
OrTestClassFilter(List<? extends TestClassFilter>) - Constructor for class org.aludratest.scheduler.impl.OrTestClassFilter
 
Out - Class in org.aludratest.service.cmdline
Common parent class for the output streams of a process: stdout and errout.
Out(CommandLineProcess<?>) - Constructor for class org.aludratest.service.cmdline.Out
 
outputDir - Variable in class org.aludratest.impl.log4testing.observer.VelocityReportTestObserver
 
outputFile(String, String, String, boolean, String) - Static method in class org.aludratest.impl.log4testing.output.util.OutputUtil
Creates an empty file for the provided test situation
OutputUtil - Class in org.aludratest.impl.log4testing.output.util
Provides utility methods for test log output.
overwrite - Variable in class org.aludratest.service.edifactfile.EdifactFileWriter
 

P

Page - Class in org.aludratest.service.gui.web.page
A Page is the base class for every new class which shall provide access to a web page of the application under test.
Page(AludraWebGUI) - Constructor for class org.aludratest.service.gui.web.page.Page
The passed through instance aludraTest is used to perform low level actions on the application under test.
PageActionMethodReturnPageObject - Class in org.aludratest.codecheck.rule.pmd.page
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
PageActionMethodReturnPageObject() - Constructor for class org.aludratest.codecheck.rule.pmd.page.PageActionMethodReturnPageObject
 
PageClassNamingConvention - Class in org.aludratest.codecheck.rule.pmd.page
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
PageClassNamingConvention() - Constructor for class org.aludratest.codecheck.rule.pmd.page.PageClassNamingConvention
 
PageClassSimpleNameMustBeUnique - Class in org.aludratest.codecheck.rule.pmd.page
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
PageClassSimpleNameMustBeUnique() - Constructor for class org.aludratest.codecheck.rule.pmd.page.PageClassSimpleNameMustBeUnique
 
PageHelper - Class in org.aludratest.service.gui.web.page
Abstract base class for so-called "Page Helpers".
PageHelper() - Constructor for class org.aludratest.service.gui.web.page.PageHelper
 
PageHelperUsageRestriction - Class in org.aludratest.codecheck.rule.pmd.page
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
PageHelperUsageRestriction() - Constructor for class org.aludratest.codecheck.rule.pmd.page.PageHelperUsageRestriction
 
PageImportRestriction - Class in org.aludratest.codecheck.rule.pmd.page
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
PageImportRestriction() - Constructor for class org.aludratest.codecheck.rule.pmd.page.PageImportRestriction
 
PageNoPublicAttribute - Class in org.aludratest.codecheck.rule.pmd.page
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
PageNoPublicAttribute() - Constructor for class org.aludratest.codecheck.rule.pmd.page.PageNoPublicAttribute
 
PageUsageRestriction - Class in org.aludratest.codecheck.rule.pmd.page
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
PageUsageRestriction() - Constructor for class org.aludratest.codecheck.rule.pmd.page.PageUsageRestriction
 
PageUtility - Class in org.aludratest.service.gui.web.page
Abstract base class for so-called "Page Utilities".
PageUtility() - Constructor for class org.aludratest.service.gui.web.page.PageUtility
 
PageUtilityClassStructure - Class in org.aludratest.codecheck.rule.pmd.page
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
PageUtilityClassStructure() - Constructor for class org.aludratest.codecheck.rule.pmd.page.PageUtilityClassStructure
 
PageUtilityUsageRestriction - Class in org.aludratest.codecheck.rule.pmd.page
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
PageUtilityUsageRestriction() - Constructor for class org.aludratest.codecheck.rule.pmd.page.PageUtilityUsageRestriction
 
Parallel - Annotation Type in org.aludratest.testcase
Annotates a test class or method on which invocations may occur concurrently.
ParamConverter - Annotation Type in org.aludratest.testcase.data
Annotation to use for method parameters.
paramCount - Variable in class org.aludratest.service.database.DatabaseQuery
The number of query parameters
parent - Variable in class org.aludratest.impl.log4testing.data.TestSuiteLogComponent
Parent suite of the component
parent - Variable in class org.aludratest.scheduler.node.RunnerNode
The parent group of the node.
parse(InputStream) - Method in class org.aludratest.content.xml.impl.XMLContentImpl
 
parse(InputStream) - Method in interface org.aludratest.content.xml.XMLContent
Parses an XML document from a stream.
parse(String) - Method in class org.aludratest.scheduler.impl.FilterParser
Parses the given filter string.
parseBoolean(String) - Static method in class org.aludratest.util.DataUtil
Parses a boolean value in a string ("tru" or "false").
parseDouble(String, boolean) - Static method in class org.aludratest.util.validator.AbstractNumberStringValidator
 
parseFilterString(String) - Static method in class org.aludratest.scheduler.AnnotationBasedExecution
Builds a new test class filter from the given filter string.
parseFlatFileColumns(Class<?>, Locale) - Static method in class org.aludratest.content.flat.webdecs.AnnotationUtil
Parses the structure of a FlatFileBean class and maps it to an array of FixedWidthColumnDescriptors.
parseObject(String, ParsePosition) - Method in class org.aludratest.service.gui.web.HttpHeaderFormat
 
parseRow(String) - Method in class org.aludratest.content.flat.webdecs.RowParser
Parses a flat file row with the aid of its RowParser.rowTypes.
pathFromBaseDir(File, File) - Static method in class org.aludratest.impl.log4testing.output.util.OutputUtil
 
pathFromRoot(FileObject) - Method in class org.aludratest.service.file.impl.FileServiceConfiguration
 
pathToBaseDir(File, File) - Static method in class org.aludratest.impl.log4testing.output.util.OutputUtil
 
PendingTestsObserver - Class in org.aludratest.impl.log4testing.observer
Logs how many test cases are pending in the test process.
PendingTestsObserver() - Constructor for class org.aludratest.impl.log4testing.observer.PendingTestsObserver
 
perform() - Method in interface org.aludratest.service.AludraService
Called by test code to create a service specific child class of the Interaction interface.
perform() - Method in interface org.aludratest.service.cmdline.CommandLineService
Exhibits the service's Interaction implementor
perform() - Method in class org.aludratest.service.cmdline.impl.CommandLineServiceImpl
 
perform() - Method in interface org.aludratest.service.database.DatabaseService
 
perform() - Method in interface org.aludratest.service.edifactfile.EdifactFileService
Provides an object to parses and save EDIFACT and X12 documents from and to streams.
perform() - Method in class org.aludratest.service.edifactfile.edifatto.EdifattoFileService
Provides an object to parses and save EDIFACT and X12 documents from and to streams.
perform() - Method in interface org.aludratest.service.file.FileService
 
perform() - Method in class org.aludratest.service.file.impl.FileServiceImpl
Provides the service's interaction operations.
perform() - Method in interface org.aludratest.service.flatfile.FlatFileService
 
perform() - Method in class org.aludratest.service.flatfile.impl.DefaultFlatFileService
Provides an object that implements the FlatFileInteraction interface.
perform() - Method in interface org.aludratest.service.gui.AludraGUI
 
perform() - Method in class org.aludratest.service.gui.component.impl.AbstractGUIComponent
 
perform() - Method in interface org.aludratest.service.gui.web.AludraWebGUI
 
perform() - Method in class org.aludratest.service.gui.web.selenium.selenium1.AludraSelenium1
 
perform() - Method in class org.aludratest.service.gui.web.selenium.selenium2.AludraSelenium2
 
perform() - Method in interface org.aludratest.service.jms.AludraJMS
Deprecated. Provides a JMSInteraction instance for performing JMS interactions.
perform() - Method in class org.aludratest.service.jms.impl.AludraJMSImpl
Deprecated.  
perform() - Method in class org.aludratest.service.separatedfile.impl.DefaultSeparatedFileService
Provides an object that implements the SeparatedFileInteraction interface.
perform() - Method in interface org.aludratest.service.separatedfile.SeparatedFileService
 
PerformanceFailure - Exception in org.aludratest.exception
Indicates that a system did not respond within a reasonable time.
PerformanceFailure(String) - Constructor for exception org.aludratest.exception.PerformanceFailure
Basic constructor.
PerformanceFailure(String, Throwable) - Constructor for exception org.aludratest.exception.PerformanceFailure
Chaining constructor.
PHANTOMJS - Static variable in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Driver
PhantomJS driver
poll(PolledTask<T>) - Method in class org.aludratest.util.poll.PollService
Executes the PolledTask repeatedly until it is successful or a timeout is exceeded.
PolledTask<E> - Interface in org.aludratest.util.poll
Interface for operations to be invoked repeatedly until they succeed (polling).
PolledValidationTask - Class in org.aludratest.util
PolledTask implementation for polling a Provider until it provides a value accepted by a Validator (or a timeout occurs)
PolledValidationTask(Provider<String>, Validator<String>) - Constructor for class org.aludratest.util.PolledValidationTask
Constructor
PollService - Class in org.aludratest.util.poll
Executes a PolledTask repeatedly until it is successful or a timeout is exceeded.
PollService(int, int) - Constructor for class org.aludratest.util.poll.PollService
Constructor initializing all attributes.
PoolThreadFactory - Class in org.aludratest.scheduler.util
ThreadFactory implementation which names the created Threads by a given name plus an incremental thread number.
PoolThreadFactory(String) - Constructor for class org.aludratest.scheduler.util.PoolThreadFactory
Creates a new instance of PoolThreadFactory and increments the internal pool counter.
PreconditionFailedException - Exception in org.aludratest
This exception is used when a precondition required for AludraTest to run is not fulfilled.
PreconditionFailedException(String) - Constructor for exception org.aludratest.PreconditionFailedException
 
PreconditionFailedException(String, Throwable) - Constructor for exception org.aludratest.PreconditionFailedException
 
Preferences - Interface in org.aludratest.config
The basic interface for configuration data.
PrefixRowType - Class in org.aludratest.content.flat
Associates a flat file row prefix with a bean class.
PrefixRowType(Class<?>, String) - Constructor for class org.aludratest.content.flat.PrefixRowType
Constructor
prepareOutputDir() - Method in class org.aludratest.impl.log4testing.observer.HTMLReportObserver
 
prepareOutputDir() - Method in class org.aludratest.impl.log4testing.observer.VelocityReportTestObserver
 
print(TestSuiteLog) - Static method in class org.aludratest.impl.log4testing.output.SuitePrinter
 
process(HttpRequest, HttpContext) - Method in class org.aludratest.service.gui.web.selenium.httpproxy.AbstractHttpProcessor
 
process(HttpResponse, HttpContext) - Method in class org.aludratest.service.gui.web.selenium.httpproxy.AbstractHttpProcessor
 
process(HttpRequest, HttpContext) - Method in class org.aludratest.service.gui.web.selenium.httpproxy.RequestHeaderOverwriter
 
ProcessWrapper - Class in org.aludratest.service.cmdline.impl
Wraps a Java ProcessBuilder, uses it to configure and create a Process instance and gives the user control of the process.
ProcessWrapper(int, int, int, String...) - Constructor for class org.aludratest.service.cmdline.impl.ProcessWrapper
Creates a ProcessWrapper instance.
ProcessWrapper.WaitUntilFinishedTask - Class in org.aludratest.service.cmdline.impl
PolledTask implementation that queries a process' exit value until the process has finished or a timeout occurs.
ProcessWrapper.WaitUntilFinishedTask() - Constructor for class org.aludratest.service.cmdline.impl.ProcessWrapper.WaitUntilFinishedTask
 
PropertyPriorityPreferences - Class in org.aludratest.config.impl
Preferences wrapper dealing with the complex AludraText configuration overwrite mechanisms.
PropertyPriorityPreferences(String, Preferences) - Constructor for class org.aludratest.config.impl.PropertyPriorityPreferences
 
PropertyPriorityPreferences(String, String, Preferences) - Constructor for class org.aludratest.config.impl.PropertyPriorityPreferences
 
Provider<E> - Interface in org.aludratest.util
Interface for classes which provide data.
ProxyConstants - Interface in org.aludratest.service.gui.web.selenium.httpproxy
Common constants for the proxy components.
ProxyHandler - Class in org.aludratest.service.gui.web.selenium.httpproxy
HttpRequestHandler for handling requests and responses.
ProxyHandler(HttpHost, HttpProcessor, HttpRequestExecutor) - Constructor for class org.aludratest.service.gui.web.selenium.httpproxy.ProxyHandler
 
ProxyPool - Class in org.aludratest.service.gui.web.selenium
Creates and manages a pool of AuthenticatingHttpProxy instances using an ObjectPool.
ProxyPool(String, int, int, int) - Constructor for class org.aludratest.service.gui.web.selenium.ProxyPool
Creates a pool of proxies which forward all calls to the same target server and port, but each one listening on a different local port.
pull(PullData) - Method in class org.aludratest.service.gitclient.GitClient
Fetches from and merges with another repository or a local branch
PullData - Class in org.aludratest.service.gitclient.data
Wraps data for the invocation of the GitClient's pull method.
PullData() - Constructor for class org.aludratest.service.gitclient.data.PullData
Public default constructor.
PullData(String, String) - Constructor for class org.aludratest.service.gitclient.data.PullData
Fully parameterized constructor.
push(PushData) - Method in class org.aludratest.service.gitclient.GitClient
Updates remote refs along with associated objects.
PushData - Class in org.aludratest.service.gitclient.data
Wraps data for the invocation of the GitClient's push method.
PushData() - Constructor for class org.aludratest.service.gitclient.data.PushData
Public default constructor.
PushData(String, String) - Constructor for class org.aludratest.service.gitclient.data.PushData
Fully parameterized constructor.

Q

query(Class<T>) - Method in interface org.aludratest.service.database.DatabaseInteraction
Queries a list of rows from the Database.
query(Class<T>, String) - Method in interface org.aludratest.service.database.DatabaseInteraction
Queries a list of rows from the Database.
query - Variable in class org.aludratest.service.database.DatabaseQuery
The query text
queryInt(String) - Method in interface org.aludratest.service.database.DatabaseInteraction
Queries an integer from the database
queryString(String) - Method in interface org.aludratest.service.database.DatabaseInteraction
Queries a String from the database.
queryXML(Interchange, String, QName) - Method in interface org.aludratest.content.edifact.EdifactContent
Creates an XML representation of the interchange and performs an XPath query on it.
queryXML(Interchange, String, QName) - Method in class org.aludratest.content.edifact.edifatto.EdifattoContent
Creates an XML representation of the interchange and performs an XPath query on it.
queryXML(String, String, Interchange, String, QName) - Method in interface org.aludratest.service.edifactfile.EdifactFileCondition
Creates an XML representation of the interchange and performs an XPath query on it.
queryXML(String, String, Interchange, String, QName) - Method in class org.aludratest.service.edifactfile.edifatto.EdifattoFileAction
Creates an XML representation of the interchange and performs an XPath query on it.
queryXPath(Document, String, QName) - Method in class org.aludratest.content.xml.impl.XMLContentImpl
 
queryXPath(Document, String, QName) - Method in interface org.aludratest.content.xml.XMLContent
Performs an XPath query on an XML document.
quit() - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 

R

RadioButton - Interface in org.aludratest.service.gui.component
Represents a radio button on a GUI.
RadioButtonImpl - Class in org.aludratest.service.gui.component.impl
Default implementation of the RadioButton interface.
RadioButtonImpl() - Constructor for class org.aludratest.service.gui.component.impl.RadioButtonImpl
 
read(InputStream) - Static method in class org.aludratest.testcase.data.impl.xml.model.TestData
 
readBinaryFile(String) - Method in interface org.aludratest.service.file.FileInteraction
Reads a binary file and provides its content as an array of bytes.
readBinaryFile(String) - Method in class org.aludratest.service.file.impl.FileActionImpl
Reads a binary file and provides its content as an array of bytes.
readHeader(Object) - Method in interface org.aludratest.content.separated.SeparatedContent
Reads a file header row.
readHeader(Object) - Method in class org.aludratest.content.separated.webdecs.WebdecsSeparatedContent
 
readHeader(Object) - Method in class org.aludratest.service.separatedfile.impl.DefaultSeparatedFileAction
 
readHeader(Object) - Method in interface org.aludratest.service.separatedfile.SeparatedFileInteraction
Reads a header line from a separated file.
readHeader(StringData) - Method in class org.aludratest.service.separatedfile.SeparatedFileReader
 
readInterchange(InputStream) - Method in interface org.aludratest.content.edifact.EdifactContent
Parses an EDIFACT or X12 interchange available in an InputStream.
readInterchange(InputStream) - Method in class org.aludratest.content.edifact.edifatto.EdifattoContent
Parses an EDIFACT or X12 interchange available in an InputStream.
readInterchange(String, String, String) - Method in interface org.aludratest.service.edifactfile.EdifactFileInteraction
Reads an Interchange from a file system.
readInterchange(String, String, String) - Method in class org.aludratest.service.edifactfile.edifatto.EdifattoFileAction
 
readLineOfErrOut(String, String, int) - Method in interface org.aludratest.service.cmdline.CommandLineInteraction
Reads the next line of the referenced process' error output.
readLineOfErrOut(String, String, int) - Method in class org.aludratest.service.cmdline.impl.CommandLineActionImpl
 
readLineOfStdOut(String, String, int) - Method in interface org.aludratest.service.cmdline.CommandLineInteraction
Reads the next line of the referenced process' standard output.
readLineOfStdOut(String, String, int) - Method in class org.aludratest.service.cmdline.impl.CommandLineActionImpl
 
readRaw() - Method in class org.aludratest.content.separated.webdecs.SeparatedFileReader
 
readRow(Object) - Method in interface org.aludratest.content.flat.FlatContent
Reads a flat file cell and provides it as Java object.
readRow() - Method in class org.aludratest.content.flat.webdecs.FlatFileBeanReader
Reads a single text row of the flat file, determines its FlatFileBean type using the configured RowTypeDatas and creates a FlatFileBean instance configured by the row data.
readRow(Object) - Method in class org.aludratest.content.flat.webdecs.WebdecsFlatContent
Reads a flat file cell and provides it as Java object.
readRow(Object) - Method in interface org.aludratest.content.separated.SeparatedContent
Reads a flat file cell and provides it as Java object.
readRow() - Method in class org.aludratest.content.separated.webdecs.SeparatedFileReader
Reads a single text row of the flat file, determines its FlatFileBean type using the configured RowTypeDatas and creates a FlatFileBean instance configured by the row data.
readRow(Object) - Method in class org.aludratest.content.separated.webdecs.WebdecsSeparatedContent
Reads a separated file row and provides it as Java object.
readRow(Object) - Method in interface org.aludratest.service.flatfile.FlatFileInteraction
Reads a flat file row and provides it as Java object.
readRow(WrappedRowData) - Method in class org.aludratest.service.flatfile.FlatFileReader
Reads a single row from the flat file and maps it to a Java object instance.
readRow(Object) - Method in class org.aludratest.service.flatfile.impl.DefaultFlatFileAction
 
readRow(Object) - Method in class org.aludratest.service.separatedfile.impl.DefaultSeparatedFileAction
 
readRow(Object) - Method in interface org.aludratest.service.separatedfile.SeparatedFileInteraction
Reads a separated file row and provides it as Java object.
readRow(WrappedSeparatedData<B>) - Method in class org.aludratest.service.separatedfile.SeparatedFileReader
Reads a single row from the separated file and maps it to a Java object instance.
readTextContent(StringData) - Method in class org.aludratest.service.file.File
Reads the content of a text file.
readTextFile(String) - Method in interface org.aludratest.service.file.FileInteraction
Reads a text file and provides its content as String.
readTextFile(String) - Method in class org.aludratest.service.file.impl.FileActionImpl
Reads a text file and provides its content as String.
rebase(RebaseData) - Method in class org.aludratest.service.gitclient.GitClient
Forward-ports local commits to the updated upstream head.
RebaseData - Class in org.aludratest.service.gitclient.data
Wraps data for the invocation of the GitClient's rebase method.
RebaseData() - Constructor for class org.aludratest.service.gitclient.data.RebaseData
Public default constructor.
RebaseData(String, String, String...) - Constructor for class org.aludratest.service.gitclient.data.RebaseData
Fully parameterized constructor.
receiveMessage(String) - Method in class org.aludratest.service.jms.impl.JMSActionImpl
Deprecated.  
receiveMessage(String) - Method in interface org.aludratest.service.jms.JMSInteraction
 
redirectErrOutTo(String, String, int, OutputStream) - Method in interface org.aludratest.service.cmdline.CommandLineInteraction
Redirects the error output of the referenced process to the provided OutputStream.
redirectErrOutTo(String, String, int, OutputStream) - Method in class org.aludratest.service.cmdline.impl.CommandLineActionImpl
 
redirectFrom(StringData) - Method in class org.aludratest.service.cmdline.StdIn
Redirects data from a String to the assigned process' standard input.
redirectFrom(byte[]) - Method in class org.aludratest.service.cmdline.StdIn
Redirects data from a byte array to the assigned process' standard input.
redirectFrom(InputStream) - Method in class org.aludratest.service.cmdline.StdIn
Redirects data from an InputStream to the assigned process' standard input.
redirectStdInFrom(String, String, int, InputStream) - Method in interface org.aludratest.service.cmdline.CommandLineInteraction
Redirects provided OutputStream's output to the standard input of the referenced process.
redirectStdInFrom(String, String, int, InputStream) - Method in class org.aludratest.service.cmdline.impl.CommandLineActionImpl
 
redirectStdOutTo(String, String, int, OutputStream) - Method in interface org.aludratest.service.cmdline.CommandLineInteraction
Redirects the standard output of the referenced process to the provided OutputStream.
redirectStdOutTo(String, String, int, OutputStream) - Method in class org.aludratest.service.cmdline.impl.CommandLineActionImpl
 
redirectTo(OutputStream) - Method in class org.aludratest.service.cmdline.ErrOut
Redirects the process' errout to a stream.
redirectTo(StringData) - Method in class org.aludratest.service.cmdline.Out
Redirects the process' output to a stream.
redirectTo(ByteArrayData) - Method in class org.aludratest.service.cmdline.Out
Redirects the process' stdout to a stream.
redirectTo(OutputStream) - Method in class org.aludratest.service.cmdline.Out
Redirects the output to a stream.
redirectTo(OutputStream) - Method in class org.aludratest.service.cmdline.StdOut
Redirects the output to a stream.
ReflectionUtil - Class in org.aludratest.impl.log4testing.configuration
Utility class for object creation and manipulation.
refresh() - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
refresh() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
refreshes the currently active web page.
refresh() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Refreshes the currently active web page.
refresh() - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
refresh() - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
refresh() - Method in interface org.aludratest.service.gui.web.WebGUIInteraction
Refreshes the page of the currently selected window and waits until the page is fully loaded.
RegexFilePathFilter - Class in org.aludratest.service.file.filter
Matches the file path against a regular expression.
RegexFilePathFilter(String) - Constructor for class org.aludratest.service.file.filter.RegexFilePathFilter
Constructor.
release(String) - Method in class org.aludratest.service.gui.web.selenium.LocalSeleniumResourceService
Puts back a used host URL into the pool.
release(AuthenticatingHttpProxy) - Method in class org.aludratest.service.gui.web.selenium.ProxyPool
Puts back a used proxy into the pool.
release(String) - Method in interface org.aludratest.service.gui.web.selenium.SeleniumResourceService
Releases a server and makes it available to other clients again.
release(String) - Method in class org.aludratest.service.gui.web.selenium.TAFMSSeleniumResourceService
 
release(E) - Method in class org.aludratest.util.ObjectPool
Puts back an element into the pool.
removeChildNode(String) - Method in class org.aludratest.config.impl.SimplePreferences
 
removeChildNode(String) - Method in interface org.aludratest.config.MutablePreferences
Removes the child configuration node with the given name.
removeKey(String) - Method in class org.aludratest.config.impl.SimplePreferences
 
removeKey(String) - Method in interface org.aludratest.config.MutablePreferences
Removes the configuration key-value pair with the given key from this configuration node.
removeObserver(TestObserver) - Method in class org.aludratest.impl.log4testing.observer.TestObserverManager
 
removeRunnerListener(RunnerListener) - Method in class org.aludratest.scheduler.impl.RunnerListenerRegistryImpl
 
removeRunnerListener(RunnerListener) - Method in interface org.aludratest.scheduler.RunnerListenerRegistry
 
removeSingleton(Class<?>) - Method in interface org.aludratest.service.AludraServiceManager
Removes an instantiated singleton from the internal map of singletons, if it has already been instantiated.
removeSingleton(Class<?>) - Method in class org.aludratest.service.impl.AludraServiceManagerImpl
 
removeUpdate(DocumentEvent) - Method in class org.aludratest.app.excelwizard.ExcelSettingsPane.FilterListener
 
RenamedStatusData - Class in org.aludratest.service.gitclient.data
Provides data structure for the result of the GitClient's status method.
RenamedStatusData() - Constructor for class org.aludratest.service.gitclient.data.RenamedStatusData
Public default constructor.
RenamedStatusData(String, String) - Constructor for class org.aludratest.service.gitclient.data.RenamedStatusData
Full constructor.
reorderChildren(List<RunnerNode>) - Method in class org.aludratest.scheduler.node.RunnerGroup
Reorders the children of this group, so they are in the order of the passed list.
replace(String) - Method in class org.aludratest.impl.log4testing.configuration.Log4TestingConfiguration
 
RequestHeaderOverwriter - Class in org.aludratest.service.gui.web.selenium.httpproxy
HttpProcessor that sets an HTTP header, removing possible former values.
RequestHeaderOverwriter(String, String) - Constructor for class org.aludratest.service.gui.web.selenium.httpproxy.RequestHeaderOverwriter
 
RequestProcessorThread - Class in org.aludratest.service.gui.web.selenium.httpproxy
Processes a single HTTP request.
RequestProcessorThread(AuthenticatingHttpProxy, HttpService, HttpServerConnection, HttpClientConnection) - Constructor for class org.aludratest.service.gui.web.selenium.httpproxy.RequestProcessorThread
Creates a RequestProcessorThread and initializes all attributes.
reset() - Method in class org.aludratest.util.FlowController
Clears the list of stopped test contexts, making each one executable again.
ResetData - Class in org.aludratest.service.gitclient.data
Wraps data for the invocation of the GitClient's reset method.
ResetData() - Constructor for class org.aludratest.service.gitclient.data.ResetData
Public default constructor.
ResetData(String) - Constructor for class org.aludratest.service.gitclient.data.ResetData
Fully parameterized constructor.
resetHard(ResetData) - Method in class org.aludratest.service.gitclient.GitClient
Resets the current HEAD to the specified state.
resetMixed(ResetData) - Method in class org.aludratest.service.gitclient.GitClient
Resets the current HEAD to the specified state.
resetSoft(ResetData) - Method in class org.aludratest.service.gitclient.GitClient
Resets the current HEAD to the specified state.
RetryService - Class in org.aludratest.util.retry
Invokes a method on an object with the provided arguments.
RetryService() - Constructor for class org.aludratest.util.retry.RetryService
 
retryUntilTimeout(ConditionCheck) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Retries to evaluate the condition.
ReverseNodeComparator - Class in org.aludratest.scheduler.sort
RunnerNode Comparator inverts the order of another (base) Comparator.
ReverseNodeComparator(Comparator<RunnerNode>) - Constructor for class org.aludratest.scheduler.sort.ReverseNodeComparator
Constructor requiring the base comparator.
rm(RmData) - Method in class org.aludratest.service.gitclient.GitClient
Removes files from the working tree and from the index.
RmData - Class in org.aludratest.service.gitclient.data
Wraps data for the invocation of the GitClient's rm method.
RmData() - Constructor for class org.aludratest.service.gitclient.data.RmData
Public default constructor.
RmData(String) - Constructor for class org.aludratest.service.gitclient.data.RmData
Fully parameterized constructor.
ROLE - Static variable in interface org.aludratest.config.Configurator
 
ROLE - Static variable in interface org.aludratest.scheduler.AludraTestRunner
 
ROLE - Static variable in interface org.aludratest.scheduler.RunnerListenerRegistry
 
ROLE - Static variable in interface org.aludratest.scheduler.RunnerTreeBuilder
 
ROLE - Static variable in interface org.aludratest.service.ServiceWrapper
 
ROLE - Static variable in interface org.aludratest.testcase.data.impl.xml.ScriptLibrary
 
RowParser - Class in org.aludratest.content.flat.webdecs
Manages a collection of RowTypeDatas and provides the feature of finding the appropriate Java class for mapping a flat file row and mapping the file data to object features.
RowParser(Locale) - Constructor for class org.aludratest.content.flat.webdecs.RowParser
Constructor requiring the RowParser.defaultLocale.
RowTypeData - Class in org.aludratest.content.flat.data
Row type recognizer for the BeanFlatFileReader.
RowTypeData() - Constructor for class org.aludratest.content.flat.data.RowTypeData
 
run(File, String, String, ClassLoader) - Method in class org.aludratest.AludraTest
Executes tests based on their TestAttribute annotations.
run(Class<?>) - Method in class org.aludratest.AludraTest
Parses the test class/suite, executes it and waits until all tests are finished.
run(RunNotifier) - Method in class org.aludratest.junit.AludraTestJUnitSuite
 
run() - Method in class org.aludratest.service.cmdline.impl.ProcessWrapper.WaitUntilFinishedTask
 
run() - Method in class org.aludratest.service.file.impl.FileActionImpl.WaitForFirstMatchTask
 
run() - Method in class org.aludratest.service.gui.web.selenium.httpproxy.RequestProcessorThread
The Thread's worker method which processes the request.
run() - Method in interface org.aludratest.util.poll.PolledTask
The operation to execute.
run() - Method in class org.aludratest.util.PolledValidationTask
 
runAludraTests(RunnerTree) - Method in interface org.aludratest.scheduler.AludraTestRunner
 
runAludraTests(RunnerTree) - Method in class org.aludratest.scheduler.impl.AludraTestRunnerImpl
 
RunnerGroup - Class in org.aludratest.scheduler.node
RunnerNode implementation which forms a tree node that can have sub nodes which may be executed sequentially or concurrently.
RunnerGroup(String, ExecutionMode, RunnerGroup) - Constructor for class org.aludratest.scheduler.node.RunnerGroup
Constructor
RunnerLeaf - Class in org.aludratest.scheduler.node
RunnerNode implementation which represents a leaf, meaning an atomic executable test case, represented by an object implementing the Runnable interface.
RunnerLeaf(int, String, RunnerGroup, TestInvoker) - Constructor for class org.aludratest.scheduler.node.RunnerLeaf
Constructor requiring the tree path and the runnable to execute.
RunnerListener - Interface in org.aludratest.scheduler
Interface for listeners wanting to be notified about the progress of a testing run.
RunnerListenerRegistry - Interface in org.aludratest.scheduler
 
RunnerListenerRegistryImpl - Class in org.aludratest.scheduler.impl
 
RunnerListenerRegistryImpl() - Constructor for class org.aludratest.scheduler.impl.RunnerListenerRegistryImpl
 
RunnerNode - Class in org.aludratest.scheduler.node
Abstract parent class for all (leaf and group) nodes of the test (runner) tree.
RunnerNode(String, RunnerGroup) - Constructor for class org.aludratest.scheduler.node.RunnerNode
Constructor requiring the tree RunnerNode.name.
RunnerTree - Class in org.aludratest.scheduler
Assembles nodes in a tree structure and provides the feature of executing each node's sub nodes either concurrently or sequentially.
RunnerTree() - Constructor for class org.aludratest.scheduler.RunnerTree
 
RunnerTreeBuilder - Interface in org.aludratest.scheduler
 
RunnerTreeBuilderImpl - Class in org.aludratest.scheduler.impl
 
RunnerTreeBuilderImpl() - Constructor for class org.aludratest.scheduler.impl.RunnerTreeBuilderImpl
 
RunnerTreeDotExporter - Class in org.aludratest.app
Exports a RunnerTree structure as DOT diagram file.
RunnerTreeSorter - Class in org.aludratest.scheduler.sort
Helper class for sorting Runner Trees with the help of a Comparator.
RunnerTreeUtil - Class in org.aludratest.scheduler.util
 
RunStatus - Enum in org.aludratest.scheduler
 
runWithCmdLineArgs(String[]) - Static method in class org.aludratest.AludraTest
implements the functionality of the class' main method without calling System.exit(int), but providing the respective exit code as method return value.

S

SAFARI - Static variable in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Driver
Safari driver
save(Document, String, OutputStream) - Method in class org.aludratest.content.xml.impl.XMLContentImpl
 
save(Document, String, OutputStream) - Method in interface org.aludratest.content.xml.XMLContent
Saves an XML document in a stream.
saveDebugAttachments() - Method in class org.aludratest.content.xml.impl.XMLContentImpl
 
saveSource() - Method in class org.aludratest.service.gui.web.selenium.selenium1.AbstractSeleniumAction
Saves the HTML sources of the current web page.
saveSource() - Method in class org.aludratest.service.gui.web.selenium.selenium2.AbstractSelenium2Action
Saves the HTML sources of the current web page.
ScriptLibrary - Interface in org.aludratest.testcase.data.impl.xml
 
select(String) - Method in interface org.aludratest.service.gui.component.Checkbox
Selects or deselects a Checkbox due to overgiven String If the text is null or marked as null the operation is not executed.
select() - Method in interface org.aludratest.service.gui.component.Checkbox
Selects the checkbox.
select(String) - Method in class org.aludratest.service.gui.component.impl.CheckboxImpl
Selects or deselects a Checkbox due to overgiven String If the text is null or marked as null the operation is not executed.
select() - Method in class org.aludratest.service.gui.component.impl.CheckboxImpl
Selects the checkbox.
select() - Method in class org.aludratest.service.gui.component.impl.RadioButtonImpl
Selects this radio button.
select(String) - Method in class org.aludratest.service.gui.component.impl.RadioButtonImpl
Selects this radio button if and only if the passed string parameter has the value "true".
select() - Method in interface org.aludratest.service.gui.component.RadioButton
Selects this radio button.
select(String) - Method in interface org.aludratest.service.gui.component.RadioButton
Selects this radio button if and only if the passed string parameter has the value "true".
select(GUIElementLocator, OptionLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Selects a drop-down option in a web GUI.
select(GUIElementLocator, OptionLocator, int) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Selects an element.
select(GUIElementLocator, OptionLocator, int) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
selectCheckbox(String, String, GUIElementLocator, int) - Method in interface org.aludratest.service.gui.GUIInteraction
Selects a checkbox.
selectCheckbox(String, String, GUIElementLocator, int) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
selectCheckbox(String, String, GUIElementLocator, int) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
selectDropDownEntry(String, String, GUIElementLocator, OptionLocator, int) - Method in interface org.aludratest.service.gui.GUIInteraction
Selects an entry in a dropdownbox with the help of a OptionLocator.
selectDropDownEntry(String, String, GUIElementLocator, OptionLocator, int) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
selectDropDownEntry(String, String, GUIElementLocator, OptionLocator, int) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
selectEntry(String) - Method in interface org.aludratest.service.gui.component.Dropdownbox
Selects an entry of this Dropdownbox by its label.
selectEntry(OptionLocator) - Method in interface org.aludratest.service.gui.component.Dropdownbox
Selects an entry of a Dropdownbox by its locator, which must be either a LabelLocator or an IndexLocator.
selectEntry(String) - Method in class org.aludratest.service.gui.component.impl.DropdownboxImpl
Selects an entry of this Dropdownbox by its label.
selectEntry(OptionLocator) - Method in class org.aludratest.service.gui.component.impl.DropdownboxImpl
Selects an entry of a Dropdownbox by its locator, which must be either a LabelLocator or an IndexLocator.
selectRadiobutton(String, String, GUIElementLocator, int) - Method in interface org.aludratest.service.gui.GUIInteraction
Selects a radio button.
selectRadiobutton(String, String, GUIElementLocator, int) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
selectRadiobutton(String, String, GUIElementLocator, int) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
selectWindow(WindowLocator) - Method in interface org.aludratest.service.gui.GUIInteraction
Selects a window using a window locator.
selectWindow(WindowLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
selectWindow(String) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Selects a browser window.
selectWindow(WindowLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Selects a GUI window.
selectWindow(WindowLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Selects a window.
selectWindow(WindowLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
selectWindow(WindowLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
selectWindowByTechnicalName(String) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Selects a window by its technical name.
selectWindowByTechnicalName(String) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
selectWindowImmediately(WindowLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
Selenium1Condition - Class in org.aludratest.service.gui.web.selenium.selenium1
Selenium1 implementation of WebGUICondition
Selenium1Condition(SeleniumWrapper) - Constructor for class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Condition
Constructor
Selenium1Interaction - Class in org.aludratest.service.gui.web.selenium.selenium1
Provides to Web GUI interaction features.
Selenium1Interaction(SeleniumWrapper) - Constructor for class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
Constructor.
Selenium1Verification - Class in org.aludratest.service.gui.web.selenium.selenium1
This class is providing all operations for verify elements on a WebGUI with Selenium1
Selenium1Verification(SeleniumWrapper) - Constructor for class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Verification
Constructor.
Selenium2Condition - Class in org.aludratest.service.gui.web.selenium.selenium2
Provides the WebGUICondition feature set using Selenium 2.
Selenium2Condition(Selenium2Wrapper) - Constructor for class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Condition
Constructor.
Selenium2Driver - Class in org.aludratest.service.gui.web.selenium.selenium2
Enumerates the available web drivers for Selenium 2.
Selenium2Interaction - Class in org.aludratest.service.gui.web.selenium.selenium2
Provides to Web GUI interaction features.
Selenium2Interaction(Selenium2Wrapper) - Constructor for class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
Constructor.
Selenium2Verification - Class in org.aludratest.service.gui.web.selenium.selenium2
This class is providing all operations for verify elements on a WebGUI with Selenium2
Selenium2Wrapper - Class in org.aludratest.service.gui.web.selenium.selenium2
Wraps an instance of the Selenium2Facade and provides methods for accessing UI elements and timing.
Selenium2Wrapper(SeleniumWrapperConfiguration, SeleniumResourceService) - Constructor for class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
SeleniumFacade - Class in org.aludratest.service.gui.web.selenium.selenium1
Wraps an instance of the Selenium class (v.1.x) and provides delegation methods.
SeleniumFacade(SeleniumWrapperConfiguration, String) - Constructor for class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Constructor.
SeleniumResourceService - Interface in org.aludratest.service.gui.web.selenium
Abstraction of a service that provides server resources to AludraTest.
SeleniumWrapper - Class in org.aludratest.service.gui.web.selenium.selenium1
Wraps an instance of the SeleniumFacade and provides methods for accessing UI elements and timing.
SeleniumWrapper(String, SeleniumResourceService, SeleniumWrapperConfiguration) - Constructor for class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Constructor.
SeleniumWrapperConfiguration - Class in org.aludratest.service.gui.web.selenium
Configuration object for Selenium 1 and 2 services.
SeleniumWrapperConfiguration(Preferences) - Constructor for class org.aludratest.service.gui.web.selenium.SeleniumWrapperConfiguration
Creates a new typed configuration object for the given Preferences object
sendKeys(GUIElementLocator, String, int) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
sendMessage(Message, String) - Method in class org.aludratest.service.jms.impl.JMSActionImpl
Deprecated.  
sendMessage(Message, String) - Method in interface org.aludratest.service.jms.JMSInteraction
 
sendObjectMessage(Serializable, String) - Method in class org.aludratest.service.jms.impl.JMSActionImpl
Deprecated.  
sendObjectMessage(Serializable, String) - Method in interface org.aludratest.service.jms.JMSInteraction
 
sendTextMessage(String, String) - Method in class org.aludratest.service.jms.impl.JMSActionImpl
Deprecated.  
sendTextMessage(String, String) - Method in interface org.aludratest.service.jms.JMSInteraction
 
SeparatedColumn - Annotation Type in org.aludratest.content.separated
Assigns a separated-file coöumn index to an attribute of a SeparatedFileBeanData class.
SeparatedContent - Interface in org.aludratest.content.separated
Content Handler for separated file formats (like CSV or tab-separated).
SeparatedFileBeanData - Class in org.aludratest.content.separated.data
Parent class for all beans that represent entries of separated files.
SeparatedFileBeanData() - Constructor for class org.aludratest.content.separated.data.SeparatedFileBeanData
 
SeparatedFileCondition - Interface in org.aludratest.service.separatedfile
Condition interface of the SeparatedFileService.
SeparatedFileInteraction - Interface in org.aludratest.service.separatedfile
Interaction interface of the SeparatedFileService.
SeparatedFileReader<E extends SeparatedFileBeanData> - Class in org.aludratest.content.separated.webdecs
Reads data from a separated file.
SeparatedFileReader(Reader, Class<E>, char) - Constructor for class org.aludratest.content.separated.webdecs.SeparatedFileReader
Constructor of the WebdecsBeanFlatFileReader.
SeparatedFileReader<B extends SeparatedFileBeanData,R extends SeparatedFileReader<B,R>> - Class in org.aludratest.service.separatedfile
Parses separated files and provides each line as a Java object.
SeparatedFileReader(String, SeparatedFileService, Class<? extends SeparatedFileBeanData>, char) - Constructor for class org.aludratest.service.separatedfile.SeparatedFileReader
Constructor.
SeparatedFileService - Interface in org.aludratest.service.separatedfile
AludraTest service interface for separated file support.
SeparatedFileVerification - Interface in org.aludratest.service.separatedfile
Verification interface of the SeparatedFileService.
SeparatedFileWriter - Class in org.aludratest.content.separated.webdecs
Writes SeparatedFileBeanData objects to a stream using separators.
SeparatedFileWriter(Writer, Class<? extends SeparatedFileBeanData>, char, String) - Constructor for class org.aludratest.content.separated.webdecs.SeparatedFileWriter
Constructor which instantiates the internal writer and forwards the argument to it.
SeparatedFileWriter<C extends SeparatedFileBeanData,E extends SeparatedFileWriter<C,E>> - Class in org.aludratest.service.separatedfile
Writer class that serves as business delegate for the test developer.
SeparatedFileWriter(String, SeparatedFileService, boolean, Class<? extends SeparatedFileBeanData>, char, String) - Constructor for class org.aludratest.service.separatedfile.SeparatedFileWriter
Constructor.
SeparatedUtil - Class in org.aludratest.content.separated.util
Provides utilities for separated files.
Sequential - Annotation Type in org.aludratest.testcase
Annotates a test class or method on which invocations may not occur concurrently.
SequentialFirst - Class in org.aludratest.scheduler.sort
RunnerNode Comparator which puts serial test groups to the head of the list.
SequentialFirst() - Constructor for class org.aludratest.scheduler.sort.SequentialFirst
 
service - Variable in class org.aludratest.service.edifactfile.EdifactFileWriter
 
ServiceInterface - Annotation Type in org.aludratest.service
This annotation marks an Interface as Aludra Service interface, i.e. it can be used in a call to AludraTestCase.getService(ComponentId) as interface class in the component ID.
ServiceUtil - Class in org.aludratest.service.util
Provides general utility methods for AludraTest services.
ServiceWrapper - Interface in org.aludratest.service
 
setAbbreviating(boolean) - Method in class org.aludratest.impl.log4testing.observer.HTMLReportObserver
Sets the HTMLReportObserver.abbreviating flag
setAbbreviating(boolean) - Method in class org.aludratest.impl.log4testing.output.writer.FileWriter
Sets the FileWriter.abbreviating flag.
setAddedFiles(List<StringData>) - Method in class org.aludratest.service.gitclient.data.StatusData
Sets the list of added files
setAllowEmpty(String) - Method in class org.aludratest.service.gitclient.data.CommitData
Configures git whether to allow empty commits or not.
setArgs(List<String>) - Method in class org.aludratest.service.gitclient.data.InvocationData
Sets the invocation arguments.
setArguments(Class<? extends Annotation>, Object[]) - Method in class org.aludratest.testcase.event.impl.TestStepInfoBean
 
setAttribute(String, Object) - Method in class org.aludratest.scheduler.node.RunnerNode
 
setAuthor(String) - Method in class org.aludratest.service.gitclient.data.LogItemData
Sets the author.
setBasicAuthentication(String, String) - Method in class org.aludratest.service.gui.web.selenium.httpproxy.AuthenticatingHttpProxy
sets an 'Authorization' HTTP request header for BASIC authentication.
setBranches(List<StringData>) - Method in class org.aludratest.service.gitclient.data.BranchListData
Sets the list with the names of all branches.
setBranches(List<StringData>) - Method in class org.aludratest.service.gitclient.data.MergeData
Sets the branches.
setBranches(List<StringData>) - Method in class org.aludratest.service.gitclient.data.RebaseData
Sets the list of branches to rebase.
setBranchName(String) - Method in class org.aludratest.service.gitclient.data.BranchCreationData
Sets the name of the branch.
setBranchName(String) - Method in class org.aludratest.service.gitclient.data.BranchDeletionData
Sets the name of the branch to delete.
setBranchName(String) - Method in class org.aludratest.service.gitclient.data.CheckoutData
Sets the name of the branch to check out.
setCommand(String) - Method in class org.aludratest.impl.log4testing.data.TestStepLog
Is used to set the name of the command logged by this TestStepLog.
setCommand(String) - Method in class org.aludratest.testcase.event.impl.TestStepInfoBean
 
setCommandNameAndArguments(Method, Object[]) - Method in class org.aludratest.testcase.event.impl.TestStepInfoBean
 
setComment(String) - Method in class org.aludratest.impl.log4testing.data.TestObject
Is used to set a comment which explains what this test object shall do.
setCommit(String) - Method in class org.aludratest.service.gitclient.data.LogItemData
Sets the commit message.
setCommit(String) - Method in class org.aludratest.service.gitclient.data.ResetData
Sets the name of the commit.
setContext(AludraTestContext) - Method in class org.aludratest.invoker.AludraTestMethodInvoker
Sets the testCase property on the AludraTestMethodInvoker.testObject.
setContext(AludraTestContext) - Method in class org.aludratest.invoker.ErrorReportingInvoker
Is called to set the testCase property on the test object, but since the called instance of this class only exists to report an exception, this does nothing.
setContext(AludraTestContext) - Method in interface org.aludratest.invoker.TestInvoker
Sets the test context to use for execution.
setContext(AludraTestContext) - Method in class org.aludratest.testcase.AludraTestCase
Sets the AludraTestCase.context
setCopiedFiles(List<StringData>) - Method in class org.aludratest.service.gitclient.data.StatusData
Sets the list of copied files
setCurrentBranch(String) - Method in class org.aludratest.service.gitclient.data.BranchListData
Sets the name of the current branch.
setCurrentBranch(String) - Method in class org.aludratest.service.gitclient.data.StatusData
Sets the name of the current branch.
setCustomRequestHeader(String, String) - Method in class org.aludratest.service.gui.web.selenium.httpproxy.AuthenticatingHttpProxy
Sets the name-value pair of a custom HTTP request header to add to forwarded calls.
setDate(String) - Method in class org.aludratest.service.gitclient.data.LogItemData
Sets the date.
setDeletedFiles(List<StringData>) - Method in class org.aludratest.service.gitclient.data.StatusData
Sets the list of deleted files
setDestination(String) - Method in class org.aludratest.service.gitclient.data.MvData
Sets the destination.
setDirectory(String) - Method in class org.aludratest.service.gitclient.data.CloneRepositoryData
Sets the target directory in which to store the clone.
setElementName(String) - Method in class org.aludratest.impl.log4testing.data.TestStepLog
Sets the operation.
setElementName(String) - Method in class org.aludratest.service.edifactfile.data.KeyExpressionData
Sets the KeyExpressionData.elementName.
setElementType(String) - Method in class org.aludratest.impl.log4testing.data.TestStepLog
Sets the TestStepLog.elementType
setEnvironmentVariable(String, String, int, String, String) - Method in interface org.aludratest.service.cmdline.CommandLineInteraction
Sets an environment variable of the specified process.
setEnvironmentVariable(String, String) - Method in class org.aludratest.service.cmdline.CommandLineProcess
Sets an environment variable for the process.
setEnvironmentVariable(String, String, int, String, String) - Method in class org.aludratest.service.cmdline.impl.CommandLineActionImpl
 
setEnvironmentVariable(String, String) - Method in class org.aludratest.service.cmdline.impl.ProcessWrapper
Sets an environment variable of the process.
setError(Throwable) - Method in class org.aludratest.impl.log4testing.data.TestStepLog
Sets the TestStepLog.error
setError(Throwable) - Method in class org.aludratest.testcase.event.impl.TestStepInfoBean
 
setErrorMessage(String) - Method in class org.aludratest.impl.log4testing.data.TestStepLog
Sets the TestStepLog.errorMessage
setErrorMessage(String) - Method in class org.aludratest.testcase.event.impl.TestStepInfoBean
 
setExtension(String) - Method in class org.aludratest.impl.log4testing.output.writer.FileWriter
 
setFailOnErrOut(String) - Method in class org.aludratest.service.gitclient.data.InvocationData
Sets the InvocationData.failOnErrOut flag.
setFileName(String) - Method in class org.aludratest.testcase.event.attachment.Attachment
Sets the Attachment.fileName.
setFilePath(String) - Method in class org.aludratest.service.file.data.TargetFileData
Sets the file path.
setFilePattern(String) - Method in class org.aludratest.service.gitclient.data.AddData
Sets the AddData.filePattern.
setFilePattern(String) - Method in class org.aludratest.service.gitclient.data.RmData
Sets the file pattern.
setFinishingTime(DateTime) - Method in class org.aludratest.testcase.event.impl.TestStepInfoBean
 
setFromPath(String) - Method in class org.aludratest.service.gitclient.data.RenamedStatusData
Sets the RenamedStatusData.fromPath.
setIgnoreableRoot(String) - Method in class org.aludratest.impl.log4testing.observer.HTMLReportObserver
Sets the HTMLReportObserver.ignoreableRoot.
setIgnoreableRoot(String) - Method in class org.aludratest.impl.log4testing.output.writer.FileWriter
Sets the FileWriter.ignoreableRoot.
setItems(List<LogItemData>) - Method in class org.aludratest.service.gitclient.data.LogData
Sets the log items returned be the git invocation.
setKey(String) - Method in class org.aludratest.service.gitclient.data.ConfigData
Sets the key.
setKey(String) - Method in class org.aludratest.util.data.KeyValueStringData
Sets the KeyValueStringData.key.
setKeyExpression(String) - Method in class org.aludratest.service.edifactfile.data.KeyExpressionData
Sets the KeyExpressionData.keyExpression.
setLabel(String) - Method in class org.aludratest.testcase.event.attachment.Attachment
Sets the Attachment.label
setLocale(Locale) - Method in interface org.aludratest.content.flat.FlatContent
Sets the locale of the content handler.
setLocale(Locale) - Method in class org.aludratest.content.flat.webdecs.WebdecsFlatContent
Sets the WebdecsFlatContent.locale to use for rendering numbers and dates
setLocalLogs(LocalLogs) - Method in class org.aludratest.service.gui.web.selenium.selenium2.AludraSeleniumHttpCommandExecutor
 
setMaxCount(String) - Method in class org.aludratest.service.gitclient.data.LogData
Sets the LogData.maxCount.
setMerge(String) - Method in class org.aludratest.service.gitclient.data.LogItemData
Sets the merge info.
setMessage(String) - Method in class org.aludratest.service.gitclient.data.CommitData
Sets the commit message.
setMessage(String) - Method in class org.aludratest.service.gitclient.data.LogItemData
Sets the message.
setMessage(String) - Method in class org.aludratest.service.gitclient.data.MergeData
Sets the message.
setModifiedFiles(List<StringData>) - Method in class org.aludratest.service.gitclient.data.StatusData
Sets the list of modified files
setName(String) - Method in class org.aludratest.impl.log4testing.data.TestStepContainer
 
setNewbase(String) - Method in class org.aludratest.service.gitclient.data.RebaseData
Sets the new base.
setOpenBrowser(String) - Method in class org.aludratest.impl.log4testing.observer.HTMLReportObserver
Sets the HTMLReportObserver.openBrowser flag.
setOutputDir(String) - Method in class org.aludratest.impl.log4testing.observer.VelocityReportTestObserver
Sets the VelocityReportTestObserver.outputDir.
setOutputDir(String) - Method in class org.aludratest.impl.log4testing.output.writer.FileWriter
 
setOverwrite(String) - Method in class org.aludratest.service.file.data.TargetFileData
Verifies and sets the TargetFileData.overwrite flag.
setParent(TestSuiteLog) - Method in class org.aludratest.impl.log4testing.data.TestSuiteLogComponent
Sets the parent suite of the component
setProcessName(String) - Method in class org.aludratest.service.gitclient.data.InvocationData
Sets the name of the process.
setRealSystemConnector(SystemConnector) - Method in class org.aludratest.service.util.SystemConnectorProxy
Sets/changes the SystemConnectorProxy.realConnector.
setRefspec(String) - Method in class org.aludratest.service.gitclient.data.PullData
Sets the refspec.
setRefspec(String) - Method in class org.aludratest.service.gitclient.data.PushData
Sets the refspec.
setRelativeWorkingDirectory(String, String, int, String) - Method in interface org.aludratest.service.cmdline.CommandLineInteraction
Sets the working directory of the specified process.
setRelativeWorkingDirectory(String) - Method in class org.aludratest.service.cmdline.CommandLineProcess
Sets the working directory of the process
setRelativeWorkingDirectory(String, String, int, String) - Method in class org.aludratest.service.cmdline.impl.CommandLineActionImpl
 
setRelativeWorkingDirectory(StringData) - Method in class org.aludratest.service.gitclient.GitClient
Sets the working directory.
setRenamedFiles(List<RenamedStatusData>) - Method in class org.aludratest.service.gitclient.data.StatusData
Sets the list of renamed files
setRepository(String) - Method in class org.aludratest.service.gitclient.data.CloneRepositoryData
Sets the repository.
setRepository(String) - Method in class org.aludratest.service.gitclient.data.FetchData
Sets the repository.
setRepository(String) - Method in class org.aludratest.service.gitclient.data.PullData
Sets the repository.
setRepository(String) - Method in class org.aludratest.service.gitclient.data.PushData
Sets the repository.
setRequestTimeout(int) - Method in class org.aludratest.service.gui.web.selenium.selenium2.AludraSeleniumHttpCommandExecutor
Sets the request timeout to use, in milliseconds. 0 indicates no custom timeout - Selenium defaults apply (3 hours!).
setResourceNameAndContent(String, InputStream) - Method in interface org.aludratest.service.gui.component.FileField
Saves the InputStream's content in a new file with the given name.
setResourceNameAndContent(String, InputStream) - Method in class org.aludratest.service.gui.component.impl.FileFieldImpl
Saves the InputStream's content in a new file with the given name.
setRunStatus(RunStatus) - Method in class org.aludratest.scheduler.node.RunnerLeaf
 
setService(String) - Method in class org.aludratest.impl.log4testing.data.TestStepLog
Sets the TestStepLog.service.
setServiceId(ComponentId<? extends AludraService>) - Method in class org.aludratest.testcase.event.impl.TestStepInfoBean
 
setShortTimeFormat(boolean) - Method in class org.aludratest.impl.log4testing.observer.HTMLReportObserver
Sets the HTMLReportObserver.shortTimeFormat flag.
setShortTimeFormat(boolean) - Method in class org.aludratest.impl.log4testing.output.writer.FileWriter
Sets the FileWriter.shortTimeFormat.
setSource(String) - Method in class org.aludratest.service.gitclient.data.MvData
Sets the source path.
setStatus(TestStatus) - Method in class org.aludratest.impl.log4testing.data.TestStepLog
 
setStdOut(String) - Method in class org.aludratest.service.gitclient.data.InvocationData
Sets the std out of the process.
setSystemConnector(SystemConnector) - Method in class org.aludratest.service.AbstractAludraService
Implementation left empty since this is handled by a dynamic proxy.
setSystemConnector(SystemConnector) - Method in interface org.aludratest.service.Action
Injects a SystemConnector
setSystemConnector(SystemConnector) - Method in interface org.aludratest.service.AludraService
Allows the client code to inject an SystemConnector for providing informations of a SUT asynchronously.
setSystemConnector(SystemConnector) - Method in class org.aludratest.service.cmdline.impl.CommandLineActionImpl
 
setSystemConnector(SystemConnector) - Method in class org.aludratest.service.edifactfile.edifatto.EdifattoFileAction
 
setSystemConnector(SystemConnector) - Method in class org.aludratest.service.file.impl.FileActionImpl
 
setSystemConnector(SystemConnector) - Method in class org.aludratest.service.flatfile.impl.DefaultFlatFileAction
 
setSystemConnector(SystemConnector) - Method in class org.aludratest.service.gui.web.page.Page
Sets the SystemConnector
setSystemConnector(SystemConnector) - Method in class org.aludratest.service.gui.web.selenium.selenium1.AbstractSeleniumAction
 
setSystemConnector(SystemConnector) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Sets the SeleniumWrapper.systemConnector.
setSystemConnector(SystemConnector) - Method in class org.aludratest.service.gui.web.selenium.selenium2.AbstractSelenium2Action
 
setSystemConnector(SystemConnector) - Method in class org.aludratest.service.jms.impl.JMSActionImpl
Deprecated.  
setSystemConnector(SystemConnector) - Method in class org.aludratest.service.separatedfile.impl.DefaultSeparatedFileAction
 
setTag(String, String) - Method in class org.aludratest.impl.log4testing.data.TestObject
Sets a tag
setTechnicalArguments(String) - Method in class org.aludratest.impl.log4testing.data.TestStepLog
Sets the TestStepLog.technicalArguments
setTechnicalLocator(String) - Method in class org.aludratest.impl.log4testing.data.TestStepLog
Sets the TestStepLog.technicalLocator
setTemplate(String) - Method in class org.aludratest.impl.log4testing.output.writer.VelocityWriter
 
setTestCaseTemplate(String) - Method in class org.aludratest.impl.log4testing.observer.VelocityReportTestObserver
Sets the VelocityReportTestObserver.testCaseTemplate.
setTestClass(Class<?>) - Method in class org.aludratest.app.excelwizard.MethodSelector
Sets the test class of which to display the test methods.
setTestStatus(TestStatus) - Method in class org.aludratest.testcase.event.impl.TestStepInfoBean
 
setTestSuiteTemplate(String) - Method in class org.aludratest.impl.log4testing.observer.VelocityReportTestObserver
Sets the VelocityReportTestObserver.testSuiteTemplate.
setToPath(String) - Method in class org.aludratest.service.gitclient.data.RenamedStatusData
Sets the RenamedStatusData.toPath
setType(String) - Method in class org.aludratest.service.edifactfile.data.LocalDiffTypeData
Sets the type of the difference.
setUnmodifiedFiles(List<StringData>) - Method in class org.aludratest.service.gitclient.data.StatusData
Sets the list of unmodified files
setUntrackedFiles(List<StringData>) - Method in class org.aludratest.service.gitclient.data.StatusData
Sets the list of untracked files
setUpdatedFiles(List<StringData>) - Method in class org.aludratest.service.gitclient.data.StatusData
Sets the list of updated files
setUpstream(String) - Method in class org.aludratest.service.gitclient.data.RebaseData
Sets the upstream.
setUsedArguments(String) - Method in class org.aludratest.impl.log4testing.data.TestStepLog
Sets the TestStepLog.usedArguments
setUsedOption(GUIElementLocator) - Method in class org.aludratest.service.locator.element.ElementLocators.ElementLocatorsGUI
Sets the pointer to the given locator
setValue(String, String) - Method in class org.aludratest.config.impl.SimplePreferences
 
setValue(String, boolean) - Method in class org.aludratest.config.impl.SimplePreferences
 
setValue(String, int) - Method in class org.aludratest.config.impl.SimplePreferences
 
setValue(String, double) - Method in class org.aludratest.config.impl.SimplePreferences
 
setValue(String, float) - Method in class org.aludratest.config.impl.SimplePreferences
 
setValue(String, char) - Method in class org.aludratest.config.impl.SimplePreferences
 
setValue(String, String) - Method in interface org.aludratest.config.MutablePreferences
Sets the given configuration key's value to the given String value.
setValue(String, boolean) - Method in interface org.aludratest.config.MutablePreferences
Sets the given configuration key's value to the given boolean value.
setValue(String, int) - Method in interface org.aludratest.config.MutablePreferences
Sets the given configuration key's value to the given int value.
setValue(String, double) - Method in interface org.aludratest.config.MutablePreferences
Sets the given configuration key's value to the given double value.
setValue(String, float) - Method in interface org.aludratest.config.MutablePreferences
Sets the given configuration key's value to the given float value.
setValue(String, char) - Method in interface org.aludratest.config.MutablePreferences
Sets the given configuration key's value to the given char value.
setValue(FlatFileBeanData) - Method in class org.aludratest.content.flat.data.WrappedRowData
Sets the WrappedRowData.value to the provided argument
setValue(E) - Method in class org.aludratest.content.separated.data.WrappedSeparatedData
Sets the WrappedSeparatedData.value to the provided argument
setValue(String) - Method in class org.aludratest.service.gitclient.data.ConfigData
Sets the value.
setValue(byte[]) - Method in class org.aludratest.util.data.ByteArrayData
Sets the ByteArrayData.value
setValue(String) - Method in class org.aludratest.util.data.KeyValueStringData
 
setValue(String) - Method in class org.aludratest.util.data.StringData
Sets the StringData.value to the provided argument
setValueRegex(String) - Method in class org.aludratest.service.gitclient.data.ConfigData
Sets the value regex.
setVariable(String) - Method in class org.aludratest.impl.log4testing.output.writer.VelocityWriter
 
setVersionNumber(String) - Method in class org.aludratest.service.gitclient.data.VersionData
Sets the version number information.
setWorkingDirectory(File) - Method in class org.aludratest.service.cmdline.impl.ProcessWrapper
Sets the working directory of the process.
setXpath(String) - Method in class org.aludratest.service.edifactfile.data.LocalDiffTypeData
Sets an XPath expression of the related location(s)
shouldSaveDebugAttachments() - Method in exception org.aludratest.exception.AludraTestException
Tells the framework if it should save a screenshot when this exception occurs.
shouldSaveDebugAttachments() - Method in exception org.aludratest.exception.TechnicalException
 
SimplePreferences - Class in org.aludratest.config.impl
Default implementation of the MutablePreferences interface.
SimplePreferences() - Constructor for class org.aludratest.config.impl.SimplePreferences
 
size() - Method in class org.aludratest.util.ObjectPool
 
skipErrOutUntilLineMatches(String, String, int, Validator<String>) - Method in interface org.aludratest.service.cmdline.CommandLineInteraction
Skips lines of the refernced process' error output until a line matches the Validator.
skipErrOutUntilLineMatches(String, String, int, Validator<String>) - Method in class org.aludratest.service.cmdline.impl.CommandLineActionImpl
 
skipStdOutUntilLineMatches(String, String, int, Validator<String>) - Method in interface org.aludratest.service.cmdline.CommandLineInteraction
Skips the references process' standard output lines until a line matches the validator or the no more output is available.
skipStdOutUntilLineMatches(String, String, int, Validator<String>) - Method in class org.aludratest.service.cmdline.impl.CommandLineActionImpl
 
skipUntilLineMatches(Validator<String>) - Method in class org.aludratest.service.cmdline.ErrOut
Skips the output lines until a line matches the validator or the end of the file is reached.
skipUntilLineMatches(Validator<String>) - Method in class org.aludratest.service.cmdline.Out
Skips the output lines until a line matches the validator or the end of the file is reached.
skipUntilLineMatches(Validator<String>) - Method in class org.aludratest.service.cmdline.StdOut
Skips the output lines until a line matches the validator or the end of the file is reached.
Slf4jLogChute - Class in org.apache.velocity.slf4j
This class was taken from the Velocity SVN since it was not yet released (v 2.0), but needed for integrating Velocity log with slf4j.
Slf4jLogChute() - Constructor for class org.apache.velocity.slf4j.Slf4jLogChute
 
sortTree(RunnerTree, Comparator<RunnerNode>) - Static method in class org.aludratest.scheduler.sort.RunnerTreeSorter
Sorts the given RunnerTree's nodes according to the given comparator.
Source - Annotation Type in org.aludratest.testcase.data
Defines the data source for a parameterized test method.
start(RuleContext) - Method in class org.aludratest.codecheck.rule.pmd.data.DataClassSimpleNameMustBeUnique
 
start(RuleContext) - Method in class org.aludratest.codecheck.rule.pmd.page.PageClassSimpleNameMustBeUnique
 
start() - Method in class org.aludratest.impl.log4testing.data.TestCaseLog
Sets the test case to RUNNING state and notifies the parent suite.
start() - Method in class org.aludratest.impl.log4testing.data.TestStepLog
 
start(String, String, int) - Method in interface org.aludratest.service.cmdline.CommandLineInteraction
Starts the referenced process.
start() - Method in class org.aludratest.service.cmdline.CommandLineProcess
Starts the process.
start(String, String, int) - Method in class org.aludratest.service.cmdline.impl.CommandLineActionImpl
 
start() - Method in class org.aludratest.service.cmdline.impl.ProcessWrapper
Starts the process.
start() - Method in class org.aludratest.service.gui.web.selenium.httpproxy.AuthenticatingHttpProxy
 
start() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Starts the Selenium client.
startAndFinishEmpty() - Method in class org.aludratest.impl.log4testing.data.TestSuiteLog
Handles an empty test suite by starting and immediately closing it.
startFramework() - Static method in class org.aludratest.AludraTest
Starts the AludraTest framework
startingChild(TestSuiteLogComponent) - Method in class org.aludratest.impl.log4testing.data.TestSuiteLog
Callback method invoked by each child component, when the child is starting.
startingTestCase(TestCaseLog) - Method in class org.aludratest.impl.log4testing.observer.AbstractTestObserver
 
startingTestCase(TestCaseLog) - Method in class org.aludratest.impl.log4testing.observer.HTMLReportObserver
 
startingTestCase(TestCaseLog) - Method in class org.aludratest.impl.log4testing.observer.PendingTestsObserver
 
startingTestCase(TestCaseLog) - Method in interface org.aludratest.impl.log4testing.observer.TestObserver
 
startingTestGroup(RunnerGroup) - Method in class org.aludratest.junit.AludraTestJUnitSuite
 
startingTestGroup(RunnerGroup) - Method in class org.aludratest.scheduler.AbstractRunnerListener
 
startingTestGroup(RunnerGroup) - Method in interface org.aludratest.scheduler.RunnerListener
Called when the given test group is about to be started, i.e. the first test case within the group is about to run.
startingTestLeaf(RunnerLeaf) - Method in class org.aludratest.impl.log4testing.Log4TestingRunnerListener
 
startingTestLeaf(RunnerLeaf) - Method in class org.aludratest.junit.AludraTestJUnitSuite
 
startingTestLeaf(RunnerLeaf) - Method in class org.aludratest.scheduler.AbstractRunnerListener
 
startingTestLeaf(RunnerLeaf) - Method in interface org.aludratest.scheduler.RunnerListener
Called when the given test case is about to be run.
startingTestProcess(RunnerTree) - Method in class org.aludratest.impl.log4testing.Log4TestingRunnerListener
 
startingTestProcess(TestSuiteLog) - Method in class org.aludratest.impl.log4testing.observer.AbstractTestObserver
 
startingTestProcess(TestSuiteLog) - Method in class org.aludratest.impl.log4testing.observer.PendingTestsObserver
 
startingTestProcess(TestSuiteLog) - Method in interface org.aludratest.impl.log4testing.observer.TestObserver
 
startingTestProcess(TestSuiteLog) - Method in class org.aludratest.impl.log4testing.observer.VelocityReportTestObserver
 
startingTestProcess(RunnerTree) - Method in class org.aludratest.junit.AludraTestJUnitSuite
 
startingTestProcess(RunnerTree) - Method in class org.aludratest.scheduler.AbstractRunnerListener
 
startingTestProcess(RunnerTree) - Method in interface org.aludratest.scheduler.RunnerListener
Called when the overall test process is about to be started, i.e. the first test case is about to run.
startingTestSuite(TestSuiteLog) - Method in class org.aludratest.impl.log4testing.observer.AbstractTestObserver
 
startingTestSuite(TestSuiteLog) - Method in class org.aludratest.impl.log4testing.observer.HTMLReportObserver
 
startingTestSuite(TestSuiteLog) - Method in interface org.aludratest.impl.log4testing.observer.TestObserver
 
StartsWithIgnoreCaseValidator - Class in org.aludratest.util.validator
Requires strings to start with an expected substring, ignoring capitalization.
StartsWithIgnoreCaseValidator(String) - Constructor for class org.aludratest.util.validator.StartsWithIgnoreCaseValidator
Constructor.
StartsWithValidator - Class in org.aludratest.util.validator
A validator which checks that the string to validate starts with a given substring.
StartsWithValidator(String) - Constructor for class org.aludratest.util.validator.StartsWithValidator
Constructor
stashPop() - Method in class org.aludratest.service.gitclient.GitClient
Puts back previously stashed contents to the workspace.
stashSave() - Method in class org.aludratest.service.gitclient.GitClient
Saves the workspace to the stash.
status(StatusData) - Method in class org.aludratest.service.gitclient.GitClient
Provides the status.
StatusData - Class in org.aludratest.service.gitclient.data
Wraps data for the invocation of the GitClient's status method.
StatusData() - Constructor for class org.aludratest.service.gitclient.data.StatusData
Public default constructor.
stdIn() - Method in class org.aludratest.service.cmdline.CommandLineProcess
 
StdIn - Class in org.aludratest.service.cmdline
Provides access to a process' standard input.
stdOut() - Method in class org.aludratest.service.cmdline.CommandLineProcess
 
StdOut - Class in org.aludratest.service.cmdline
Provides access to the standard output of a process.
StdOut(CommandLineProcess<?>) - Constructor for class org.aludratest.service.cmdline.StdOut
 
stop() - Method in class org.aludratest.service.gui.web.selenium.httpproxy.AuthenticatingHttpProxy
 
stop() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Stops the Selenium client
STOP_ON_INTERACTION_PROP - Static variable in interface org.aludratest.config.AludraTestConfig
Configuration property name.
STOP_ON_VERIFICATION_PROP - Static variable in interface org.aludratest.config.AludraTestConfig
Configuration property name.
stopFramework() - Method in class org.aludratest.AludraTest
Stops the AludraTest framework
stopTestCaseExecution(AludraTestContext) - Method in class org.aludratest.util.FlowController
Stores the information that the given test case is stopped.
StringAttachment - Class in org.aludratest.testcase.event.attachment
 
StringAttachment(String, String, String) - Constructor for class org.aludratest.testcase.event.attachment.StringAttachment
 
StringCondition - Class in org.aludratest.service.gui.web.selenium.selenium2.condition
Parent class for ExpectedCondition implementations that rely on the presence of a WebElement and return a string value.
StringCondition(GUIElementLocator, LocatorSupport) - Constructor for class org.aludratest.service.gui.web.selenium.selenium2.condition.StringCondition
Full constructor
StringData - Class in org.aludratest.util.data
Wraps a String in a DataClass.
StringData() - Constructor for class org.aludratest.util.data.StringData
Default constructor that sets the StringData.value to null
StringData(String) - Constructor for class org.aludratest.util.data.StringData
Constructor that initializes the StringData.value with the provided argument.
StringValue - Class in org.aludratest.testcase.data.impl.xml.model
 
StringValue() - Constructor for class org.aludratest.testcase.data.impl.xml.model.StringValue
 
StringValueList - Class in org.aludratest.testcase.data.impl.xml.model
 
StringValueList() - Constructor for class org.aludratest.testcase.data.impl.xml.model.StringValueList
 
Suite - Annotation Type in org.aludratest.testcase
Marks a class as test suite.
SUITE_SYSPROP - Static variable in class org.aludratest.junit.AludraTestJUnitSuite
 
SuitePrinter - Class in org.aludratest.impl.log4testing.output
Prints a test suite hierarchy to the console recursively.
switchToIFrame(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
switchToIFrame(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Switches to the requested IFrame.
switchToIFrame(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Switches to the requested IFrame.
switchToIFrame(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
switchToIFrame(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
switchToIFrame(GUIElementLocator) - Method in interface org.aludratest.service.gui.web.WebGUIInteraction
Switches to the given iframe element of the current web page in the current window, or switches back to default content.
SystemBusyIndicator - Interface in org.aludratest.service.util
 
SystemConnector - Interface in org.aludratest.service
Callback interface for systems to provide information about asynchronous state changes of the system under test, e.g. busy indication or system error reports.
SystemConnectorInterface - Interface in org.aludratest.service
Parent interface for interfaces available for SystemConnector.getConnector(Class).
SystemConnectorProxy - Class in org.aludratest.service.util
Permits separation of an SystemConnector reference and its implementation.
SystemConnectorProxy(SystemConnector) - Constructor for class org.aludratest.service.util.SystemConnectorProxy
Constructor expecting the SystemConnectorProxy.realConnector.
SystemErrorReporter - Interface in org.aludratest.testcase.event
Interface to be implemented by System Connectors to report the error status of a system under test.

T

TAFMSSeleniumResourceService - Class in org.aludratest.service.gui.web.selenium
Uses a TAFMS server to obtain Selenium resources.
TAFMSSeleniumResourceService() - Constructor for class org.aludratest.service.gui.web.selenium.TAFMSSeleniumResourceService
 
takeScreenShot() - Method in class org.aludratest.service.gui.web.selenium.selenium1.AbstractSeleniumAction
Takes a screen shot of the current web page.
takeScreenShot() - Method in class org.aludratest.service.gui.web.selenium.selenium2.AbstractSelenium2Action
Takes a screen shot of the current web page.
targetDirPath(String, String, boolean, File) - Static method in class org.aludratest.impl.log4testing.output.util.OutputUtil
Determines the proper target directory path for the provided test situation.
TargetFileData - Class in org.aludratest.service.file.data
Represents the target data of a copy or move operation.
TargetFileData() - Constructor for class org.aludratest.service.file.data.TargetFileData
Public default constructor that initializes all properties to null.
TargetFileData(String, String) - Constructor for class org.aludratest.service.file.data.TargetFileData
Constructor that initializes each property.
taskCompletionTimeout - Variable in class org.aludratest.service.gui.component.impl.AbstractElement
 
TaskCompletionUtil - Class in org.aludratest.service.util
Provides utility methods for controlling the completion of (synchronous or asynchronous) tasks.
tearDown() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Closes the application under test.
tearDown() - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
Closes the application under test.
TechnicalArgument - Annotation Type in org.aludratest.impl.log4testing
Marks a service method argument to be logged as technical argument.
TechnicalException - Exception in org.aludratest.exception
Parent class for all technical exceptions in AludraTest.
TechnicalException(String) - Constructor for exception org.aludratest.exception.TechnicalException
Constructor.
TechnicalException(String, Throwable) - Constructor for exception org.aludratest.exception.TechnicalException
Constructor.
TechnicalLocator - Annotation Type in org.aludratest.impl.log4testing
Marks a service method argument to be logged as technical locator.
templateUri - Variable in class org.aludratest.service.edifactfile.EdifactFileWriter
 
Test - Annotation Type in org.aludratest.testcase
Annotates a method as test method.
TestAttribute - Annotation Type in org.aludratest.testcase
 
TestAttributes - Annotation Type in org.aludratest.testcase
 
TestAttributeUtil - Class in org.aludratest.scheduler.impl
 
TestCaseData - Class in org.aludratest.testcase.data
Represents the data for a single invocation of a method of a test class.
TestCaseData(String, String, Data[]) - Constructor for class org.aludratest.testcase.data.TestCaseData
Constructs a new TestCaseData object.
TestCaseData(String, String, Data[], boolean) - Constructor for class org.aludratest.testcase.data.TestCaseData
Constructs a new TestCaseData object.
TestCaseData(String, String, Data[], boolean, String) - Constructor for class org.aludratest.testcase.data.TestCaseData
Constructs a new TestCaseData object.
TestCaseData(String, Throwable) - Constructor for class org.aludratest.testcase.data.TestCaseData
Constructs a new TestCaseData object, for a dataset which could not be loaded for a given reason.
TestCaseImportRestriction - Class in org.aludratest.codecheck.rule.pmd.testcase
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
TestCaseImportRestriction() - Constructor for class org.aludratest.codecheck.rule.pmd.testcase.TestCaseImportRestriction
 
TestCaseLog - Class in org.aludratest.impl.log4testing.data
A TestCase provides a List of TestSteps which are combined in this TestCase Context of a TestCase: A TestCase contains many TestSteps, which will be performed if this TestCase is used.
TestCaseLog(String) - Constructor for class org.aludratest.impl.log4testing.data.TestCaseLog
Constructor which just calls the superclass
testCaseTemplate - Variable in class org.aludratest.impl.log4testing.observer.VelocityReportTestObserver
 
testCaseWriter - Variable in class org.aludratest.impl.log4testing.observer.VelocityReportTestObserver
 
TestClassFilter - Interface in org.aludratest.scheduler
Interface for filters which filter test classes.
TestClassList - Class in org.aludratest.app.excelwizard
Displays a list of test classes and filters them accordings to the settings imposed by TestClassList.updateFilter(String).
TestClassList(String) - Constructor for class org.aludratest.app.excelwizard.TestClassList
Constructor.
TestConfigInfoHelper - Class in org.aludratest.testcase.data.impl
Provides information from an the testConfiguration tab of a test data Excel document.
TestConfigInfoHelper(AludraTestConfig) - Constructor for class org.aludratest.testcase.data.impl.TestConfigInfoHelper
 
TestData - Class in org.aludratest.testcase.data.impl.xml.model
 
TestData() - Constructor for class org.aludratest.testcase.data.impl.xml.model.TestData
 
TestDataConfiguration - Class in org.aludratest.testcase.data.impl.xml.model
 
TestDataConfiguration() - Constructor for class org.aludratest.testcase.data.impl.xml.model.TestDataConfiguration
 
TestDataConfigurationSegment - Class in org.aludratest.testcase.data.impl.xml.model
 
TestDataConfigurationSegment() - Constructor for class org.aludratest.testcase.data.impl.xml.model.TestDataConfigurationSegment
 
TestDataFieldMetadata - Class in org.aludratest.testcase.data.impl.xml.model
 
TestDataFieldMetadata() - Constructor for class org.aludratest.testcase.data.impl.xml.model.TestDataFieldMetadata
 
TestDataFieldType - Enum in org.aludratest.testcase.data.impl.xml.model
 
TestDataFieldValue - Class in org.aludratest.testcase.data.impl.xml.model
 
TestDataFieldValue() - Constructor for class org.aludratest.testcase.data.impl.xml.model.TestDataFieldValue
 
TestDataLoadInfo - Class in org.aludratest.testcase.data.impl
Provides additional information for a test data record and consequential test data set.
TestDataLoadInfo(String, boolean) - Constructor for class org.aludratest.testcase.data.impl.TestDataLoadInfo
Good case constructor porting a test message.
TestDataLoadInfo(String, boolean, String) - Constructor for class org.aludratest.testcase.data.impl.TestDataLoadInfo
Good case constructor porting a test message and a reason for the test data record being ignored.
TestDataLoadInfo(Throwable) - Constructor for class org.aludratest.testcase.data.impl.TestDataLoadInfo
Bad case constructor porting a Throwable for reporting an initialization error.
TestDataMetadata - Class in org.aludratest.testcase.data.impl.xml.model
 
TestDataMetadata() - Constructor for class org.aludratest.testcase.data.impl.xml.model.TestDataMetadata
 
TestDataProvider - Interface in org.aludratest.testcase.data
Abstraction of a test data provider.
TestDataSegmentMetadata - Class in org.aludratest.testcase.data.impl.xml.model
 
TestDataSegmentMetadata() - Constructor for class org.aludratest.testcase.data.impl.xml.model.TestDataSegmentMetadata
 
testInfos(Method, int) - Method in class org.aludratest.testcase.data.impl.TestConfigInfoHelper
Reads the test configuration information from the corresponding tab of the test data file.
TestInvoker - Interface in org.aludratest.invoker
Abstraction of a test invoker.
TestLogger - Class in org.aludratest.impl.log4testing.data
Main facade class for log4testing, used for test suite and test case creation.
TestObject - Class in org.aludratest.impl.log4testing.data
Every test object even if it is a simple test step or a complex test suite with several test cases and test suites as its children must provide the general information of this object.
TestObject() - Constructor for class org.aludratest.impl.log4testing.data.TestObject
 
TestObserver - Interface in org.aludratest.impl.log4testing.observer
Interface for classes that want to be notified of testing progress.
TestObserverManager - Class in org.aludratest.impl.log4testing.observer
Singleton class that manages TestObservers.
TestStatus - Enum in org.aludratest.testcase
Enumeration for the possible states of a TestObject.
TestStepArgumentMarker - Annotation Type in org.aludratest.testcase.event
An annotation for annotations which mark "special" arguments in service methods.
TestStepContainer - Class in org.aludratest.impl.log4testing.data
Represents the parent class of the TestCase, TestStepGroup and TestSuite
TestStepContainer(String) - Constructor for class org.aludratest.impl.log4testing.data.TestStepContainer
Calls the constructor of the super Class
TestStepGroup - Class in org.aludratest.impl.log4testing.data
Represents a Group of TestSteps which could be identified by the name.
TestStepGroup(String, TestCaseLog) - Constructor for class org.aludratest.impl.log4testing.data.TestStepGroup
Constructor.
TestStepInfo - Interface in org.aludratest.testcase.event
 
TestStepInfoBean - Class in org.aludratest.testcase.event.impl
 
TestStepInfoBean() - Constructor for class org.aludratest.testcase.event.impl.TestStepInfoBean
 
TestStepLog - Class in org.aludratest.impl.log4testing.data
This class stores all the data which corresponds to a test step.
TestStepLog(TestStepGroup) - Constructor for class org.aludratest.impl.log4testing.data.TestStepLog
Constructor.
TestStepLog() - Constructor for class org.aludratest.impl.log4testing.data.TestStepLog
 
TestSuiteLog - Class in org.aludratest.impl.log4testing.data
Class which represents a TestSuite.
TestSuiteLog(String) - Constructor for class org.aludratest.impl.log4testing.data.TestSuiteLog
Constructor.
TestSuiteLogComponent - Class in org.aludratest.impl.log4testing.data
Common parent class for all test objects that can be part of a test suite: TestSuiteLogs and TestCaseLog.
TestSuiteLogComponent(String) - Constructor for class org.aludratest.impl.log4testing.data.TestSuiteLogComponent
Constructor with component name
testSuiteTemplate - Variable in class org.aludratest.impl.log4testing.observer.VelocityReportTestObserver
 
testSuiteWriter - Variable in class org.aludratest.impl.log4testing.observer.VelocityReportTestObserver
 
timedOut() - Method in class org.aludratest.service.cmdline.impl.ProcessWrapper.WaitUntilFinishedTask
 
timedOut() - Method in class org.aludratest.service.file.impl.FileActionImpl.WaitForFirstMatchTask
 
timedOut() - Method in interface org.aludratest.util.poll.PolledTask
Called by the framework when a task did not succeed within the timeout period.
timedOut() - Method in class org.aludratest.util.PolledValidationTask
 
TimeoutService - Class in org.aludratest.util.timeout
Performs Java invocations applying a timeout.
TimeoutService() - Constructor for class org.aludratest.util.timeout.TimeoutService
 
TimeoutService.CallableWithTimeout<E> - Class in org.aludratest.util.timeout
Wraps another Callable applying a timeout to the invocation of Callable.call().
TimeoutService.CallableWithTimeout(Callable<E>, long) - Constructor for class org.aludratest.util.timeout.TimeoutService.CallableWithTimeout
 
TitleLocator - Class in org.aludratest.service.locator.window
Identifies a GUI window by its title.
TitleLocator(String) - Constructor for class org.aludratest.service.locator.window.TitleLocator
Constructor.
tolerance - Variable in class org.aludratest.util.validator.AbstractNumberStringValidator
 
toString() - Method in class org.aludratest.app.excelwizard.WorkbookTracker
 
toString() - Method in class org.aludratest.content.flat.data.WrappedRowData
 
toString() - Method in class org.aludratest.content.separated.data.WrappedSeparatedData
 
toString() - Method in class org.aludratest.impl.log4testing.data.TestStepContainer
 
toString() - Method in class org.aludratest.impl.log4testing.data.TestStepLog
 
toString() - Method in class org.aludratest.impl.log4testing.observer.VelocityReportTestObserver
 
toString() - Method in class org.aludratest.invoker.AludraTestMethodInvoker
Creates a String representation of the object.
toString() - Method in class org.aludratest.invoker.ErrorReportingInvoker
Creates a String representation of the object.
toString() - Method in class org.aludratest.scheduler.impl.RunnerListenerRegistryImpl
 
toString() - Method in class org.aludratest.scheduler.node.RunnerGroup
Creates a string representation of this group.
toString() - Method in class org.aludratest.scheduler.node.RunnerLeaf
Creates a string representation of the leaf.
toString() - Method in class org.aludratest.scheduler.RunnerTree
Creates a string representation of the object.
toString() - Method in class org.aludratest.service.AbstractAludraService
 
toString() - Method in class org.aludratest.service.cmdline.CommandLineProcess
 
toString() - Method in class org.aludratest.service.cmdline.impl.ProcessWrapper
 
toString() - Method in class org.aludratest.service.cmdline.impl.ProcessWrapper.WaitUntilFinishedTask
 
toString() - Method in class org.aludratest.service.ComponentId
 
toString() - Method in class org.aludratest.service.database.DatabaseQuery
 
toString() - Method in class org.aludratest.service.edifactfile.data.KeyExpressionData
 
toString() - Method in class org.aludratest.service.file.data.TargetFileData
 
toString() - Method in class org.aludratest.service.file.FileInfo
Provides the file name.
toString() - Method in class org.aludratest.service.file.filter.CompositeFileFilter
Creates a string representation of the filter.
toString() - Method in class org.aludratest.service.file.impl.FileActionImpl.WaitForFirstMatchTask
 
toString() - Method in class org.aludratest.service.flatfile.FlatFileReader
Creates a string representation of the reader.
toString() - Method in class org.aludratest.service.flatfile.FlatFileWriter
Creates a string representation of the writer
toString() - Method in class org.aludratest.service.gitclient.data.ConfigData
 
toString() - Method in class org.aludratest.service.gitclient.data.LogItemData
 
toString() - Method in class org.aludratest.service.gitclient.data.RenamedStatusData
 
toString() - Method in class org.aludratest.service.gitclient.data.StatusData
 
toString() - Method in class org.aludratest.service.gitclient.data.VersionData
 
toString() - Method in class org.aludratest.service.gui.web.selenium.ElementCommand
 
toString() - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.AnyDropDownOptions
 
toString() - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.DropDownBoxOptionLabelsPresence
 
toString() - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.DropDownOptionLocatable
 
toString() - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.ElementAbsence
 
toString() - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.ElementPresence
 
toString() - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.ElementValuePresence
 
toString() - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.MixedElementCondition
 
toString() - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.NotCondition
 
toString() - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.OptionSelected
 
toString() - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.ValidatingCondition
 
toString() - Method in class org.aludratest.service.gui.web.selenium.selenium2.condition.WindowPresence
 
toString() - Method in class org.aludratest.service.locator.element.ElementLocators.ElementLocatorsGUI
 
toString() - Method in class org.aludratest.service.locator.element.ElementLocators
 
toString() - Method in class org.aludratest.service.locator.Locator
 
toString() - Method in class org.aludratest.service.separatedfile.SeparatedFileReader
Creates a string representation of the reader.
toString() - Method in class org.aludratest.service.separatedfile.SeparatedFileWriter
Creates a string representation of the writer
toString() - Method in class org.aludratest.service.util.AbstractSystemConnector
 
toString() - Method in class org.aludratest.service.util.SystemConnectorProxy
 
toString() - Method in class org.aludratest.testcase.data.TestCaseData
 
toString() - Method in class org.aludratest.testcase.event.ErrorReport
 
toString() - Method in class org.aludratest.testcase.event.impl.TestStepInfoBean
 
toString() - Method in class org.aludratest.util.data.StringData
 
toString() - Method in interface org.aludratest.util.poll.PolledTask
Creates a String representation of the task and is used for logging.
toString() - Method in class org.aludratest.util.PolledValidationTask
 
toString() - Method in class org.aludratest.util.validator.AbstractNullStringValidator
Creates a String representation of the validator.
totalSegmentCountIn(List<T>) - Static method in class org.aludratest.service.edifactfile.data.EdifactData
 
traverseDescendents(FileSelectInfo) - Method in class org.aludratest.service.file.impl.FilePathSelector
Refuses recursion.
type(String, String, GUIElementLocator, String, int) - Method in interface org.aludratest.service.gui.GUIInteraction
Types in some text without conversion/manipulation of the passed through text.
type(String, String, GUIElementLocator, String, int) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
type(GUIElementLocator, String) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Sends some key events to the specified web GUI element.
type(GUIElementLocator, String, int) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Sends characters to a web GUI element.
type(String, String, GUIElementLocator, String, int) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
type(GUIElementLocator, String, int) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 

U

UIMap - Class in org.aludratest.service.gui.web.uimap
A UIMap is a class which provides access to elements of a web page.
UIMap(AludraWebGUI) - Constructor for class org.aludratest.service.gui.web.uimap.UIMap
Makes the passed through instance aludraTest available to all the sub classes of this class.
UIMapHelper - Class in org.aludratest.service.gui.web.uimap
Abstract base class for so-called "UIMap Helpers".
UIMapHelper() - Constructor for class org.aludratest.service.gui.web.uimap.UIMapHelper
 
UIMapHelperImportRestriction - Class in org.aludratest.codecheck.rule.pmd.uimap
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
UIMapHelperImportRestriction() - Constructor for class org.aludratest.codecheck.rule.pmd.uimap.UIMapHelperImportRestriction
 
UIMapImportRestriction - Class in org.aludratest.codecheck.rule.pmd.uimap
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
UIMapImportRestriction() - Constructor for class org.aludratest.codecheck.rule.pmd.uimap.UIMapImportRestriction
 
UIMapMethodReturnComponent - Class in org.aludratest.codecheck.rule.pmd.uimap
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
UIMapMethodReturnComponent() - Constructor for class org.aludratest.codecheck.rule.pmd.uimap.UIMapMethodReturnComponent
 
UIMapNamingConvention - Class in org.aludratest.codecheck.rule.pmd.uimap
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
UIMapNamingConvention() - Constructor for class org.aludratest.codecheck.rule.pmd.uimap.UIMapNamingConvention
 
UIMapNoInstanceField - Class in org.aludratest.codecheck.rule.pmd.uimap
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
UIMapNoInstanceField() - Constructor for class org.aludratest.codecheck.rule.pmd.uimap.UIMapNoInstanceField
 
UIMapNoPublicField - Class in org.aludratest.codecheck.rule.pmd.uimap
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
UIMapNoPublicField() - Constructor for class org.aludratest.codecheck.rule.pmd.uimap.UIMapNoPublicField
 
UIMapUsageRestriction - Class in org.aludratest.codecheck.rule.pmd.uimap
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
UIMapUsageRestriction() - Constructor for class org.aludratest.codecheck.rule.pmd.uimap.UIMapUsageRestriction
 
UIMapUtility - Class in org.aludratest.service.gui.web.uimap
Abstract base class for so-called "UIMap Utilities".
UIMapUtility() - Constructor for class org.aludratest.service.gui.web.uimap.UIMapUtility
 
UIMapUtilityClassStructure - Class in org.aludratest.codecheck.rule.pmd.uimap
See src/main/resources/pmd-rules-aludra.xml or the project Site for rule description.
UIMapUtilityClassStructure() - Constructor for class org.aludratest.codecheck.rule.pmd.uimap.UIMapUtilityClassStructure
 
UNEXPECTED - Static variable in class org.aludratest.service.edifactfile.EdifactFileVerifier
 
unwrap(WebElement) - Static method in class org.aludratest.service.gui.web.selenium.selenium2.LocatorSupport
Unwraps ElementWrappers.
unwrapInvocationTargetException(Throwable) - Static method in class org.aludratest.util.AludraTestUtil
Unwraps the root cause of an exception.
update(Object) - Method in interface org.aludratest.service.database.DatabaseInteraction
Updates a row in the database.
updateFilter(String) - Method in class org.aludratest.app.excelwizard.TestClassList
Updates the filter.
UsageRestrictionCheck - Class in org.aludratest.codecheck.rule.pmd
 
UsageRestrictionCheck(Class<?>) - Constructor for class org.aludratest.codecheck.rule.pmd.UsageRestrictionCheck
 
UsageRestrictionCheck(ClassMatcher) - Constructor for class org.aludratest.codecheck.rule.pmd.UsageRestrictionCheck
 
UTF_8 - Static variable in class org.aludratest.util.DataUtil
Charset instance for the UTF-8 character encoding
UTIL_CLASSES_ALLOWED_DESCRIPTOR - Static variable in class org.aludratest.codecheck.rule.pmd.ImportRestrictions
Property descriptor for the configuration property if imports of utility classes should generally be ignored.

V

valid(String) - Method in class org.aludratest.util.validator.AbstractNullStringValidator
Implements the Validator interface.
Validatable - Interface in org.aludratest.impl.log4testing.configuration
Common interface for all classes that can be generically configured and verified.
validate() - Method in interface org.aludratest.impl.log4testing.configuration.Validatable
This method is called by the log4testing framework after the configuration file has been parsed and applied and requests the Writer instance to verify if it was configured properly.
validate() - Method in class org.aludratest.impl.log4testing.observer.AbstractTestObserver
 
validate() - Method in class org.aludratest.impl.log4testing.output.writer.FileWriter
 
validate() - Method in class org.aludratest.impl.log4testing.output.writer.VelocityWriter
 
ValidatingCondition - Class in org.aludratest.service.gui.web.selenium.selenium2.condition
Parent class for ExpectedCondition implementations that validates a text related to a WebElement and uses a Validator.
ValidatingCondition(GUIElementLocator, LocatorSupport, Validator<String>, String) - Constructor for class org.aludratest.service.gui.web.selenium.selenium2.condition.ValidatingCondition
Full constructor.
ValidatingPreferencesWrapper - Class in org.aludratest.config
Helper class for Preferences consumers which can be used to have getter methods which validate the existence of a configuration property when trying to retrieve it.
ValidatingPreferencesWrapper(Preferences) - Constructor for class org.aludratest.config.ValidatingPreferencesWrapper
Creates a new ValidatingPreferencesWrapper object which wraps the given Preferences object.
validationTerm - Variable in class org.aludratest.util.validator.AbstractNullStringValidator
The string on which validation is based.
validator - Variable in class org.aludratest.service.gui.web.selenium.selenium2.condition.ValidatingCondition
 
validImpl(String) - Method in class org.aludratest.util.validator.AbstractNullStringValidator
Delegate for string validation to be implemented by child classes.
validImpl(String) - Method in class org.aludratest.util.validator.ContainsIgnoreCaseTrimmedValidator
 
validImpl(String) - Method in class org.aludratest.util.validator.ContainsIgnoreCaseValidator
 
validImpl(String) - Method in class org.aludratest.util.validator.ContainsValidator
 
validImpl(String) - Method in class org.aludratest.util.validator.EndsWithValidator
 
validImpl(String) - Method in class org.aludratest.util.validator.EqualsIgnoreCaseTrimmedValidator
 
validImpl(String) - Method in class org.aludratest.util.validator.EqualsIgnoreCaseValidator
 
validImpl(String) - Method in class org.aludratest.util.validator.EqualsValidator
 
validImpl(String) - Method in class org.aludratest.util.validator.NotEqualsValidator
 
validImpl(String) - Method in class org.aludratest.util.validator.NumberStringGreaterValidator
 
validImpl(String) - Method in class org.aludratest.util.validator.NumberStringLessValidator
 
validImpl(String) - Method in class org.aludratest.util.validator.StartsWithIgnoreCaseValidator
 
validImpl(String) - Method in class org.aludratest.util.validator.StartsWithValidator
 
valueChanged(ListSelectionEvent) - Method in class org.aludratest.app.excelwizard.ExcelSettingsPane.TestClassListener
 
ValueComponent - Interface in org.aludratest.service.gui.component.impl
Interface for components carrying a text value (e.g.
valueOf(String) - Static method in enum org.aludratest.scheduler.node.ExecutionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.aludratest.scheduler.RunStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.aludratest.service.file.impl.Linefeed
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Driver
 
valueOf(String) - Static method in enum org.aludratest.testcase.data.impl.xml.model.TestDataFieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.aludratest.testcase.TestStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.aludratest.scheduler.node.ExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.aludratest.scheduler.RunStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.aludratest.service.file.impl.Linefeed
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.aludratest.testcase.data.impl.xml.model.TestDataFieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.aludratest.testcase.TestStatus
Returns an array containing the constants of this enum type, in the order they are declared.
VelocityReportTestObserver - Class in org.aludratest.impl.log4testing.observer
Parent class for test observers that use Velocity for creating report files.
VelocityReportTestObserver() - Constructor for class org.aludratest.impl.log4testing.observer.VelocityReportTestObserver
 
VelocityTestCaseWriter - Class in org.aludratest.impl.log4testing.output.writer
Writes test cases using a Velocity macro.
VelocityTestCaseWriter() - Constructor for class org.aludratest.impl.log4testing.output.writer.VelocityTestCaseWriter
 
VelocityTestSuiteWriter - Class in org.aludratest.impl.log4testing.output.writer
Writes test suite logs based on a Velocity template file.
VelocityTestSuiteWriter() - Constructor for class org.aludratest.impl.log4testing.output.writer.VelocityTestSuiteWriter
 
VelocityWriter<T extends TestStepContainer> - Class in org.aludratest.impl.log4testing.output.writer
Writes log files based on a Velocity template.
VelocityWriter() - Constructor for class org.aludratest.impl.log4testing.output.writer.VelocityWriter
 
VelocityWriter.HtmlFormat - Class in org.aludratest.impl.log4testing.output.writer
Formats texts in HTML.
VelocityWriter.HtmlFormat() - Constructor for class org.aludratest.impl.log4testing.output.writer.VelocityWriter.HtmlFormat
 
VelocityWriter.NameFormat - Class in org.aludratest.impl.log4testing.output.writer
Formats names
VelocityWriter.NameFormat() - Constructor for class org.aludratest.impl.log4testing.output.writer.VelocityWriter.NameFormat
 
VelocityWriter.TimeFormat - Class in org.aludratest.impl.log4testing.output.writer
Formats Periods.
VelocityWriter.TimeFormat() - Constructor for class org.aludratest.impl.log4testing.output.writer.VelocityWriter.TimeFormat
 
Verification - Interface in org.aludratest.service
Common interface for verifying the state of a system under test.
verify() - Method in interface org.aludratest.service.AludraService
Called by test code to create a service specific child class of the Verification interface.
verify() - Method in interface org.aludratest.service.cmdline.CommandLineService
Exhibits the service's Verification implementor
verify() - Method in class org.aludratest.service.cmdline.impl.CommandLineServiceImpl
 
verify() - Method in interface org.aludratest.service.database.DatabaseService
 
verify() - Method in interface org.aludratest.service.edifactfile.EdifactFileService
Provides an object to verify EDIFACT or X12 documents.
verify() - Method in class org.aludratest.service.edifactfile.edifatto.EdifattoFileService
Provides an object to verify EDIFACT or X12 documents.
verify() - Method in interface org.aludratest.service.file.FileService
 
verify() - Method in class org.aludratest.service.file.impl.FileServiceImpl
Provides the service's verification operations.
verify() - Method in interface org.aludratest.service.flatfile.FlatFileService
 
verify() - Method in class org.aludratest.service.flatfile.impl.DefaultFlatFileService
Provides an object that implements the FlatFileVerification interface.
verify() - Method in interface org.aludratest.service.gui.AludraGUI
 
verify() - Method in class org.aludratest.service.gui.component.impl.AbstractGUIComponent
 
verify() - Method in interface org.aludratest.service.gui.web.AludraWebGUI
 
verify() - Method in class org.aludratest.service.gui.web.selenium.selenium1.AludraSelenium1
 
verify() - Method in class org.aludratest.service.gui.web.selenium.selenium2.AludraSelenium2
 
verify() - Method in interface org.aludratest.service.jms.AludraJMS
Deprecated. Provides a JMSVerification instance for performing JMS related verifications
verify() - Method in class org.aludratest.service.jms.impl.AludraJMSImpl
Deprecated.  
verify() - Method in class org.aludratest.service.separatedfile.impl.DefaultSeparatedFileService
Provides an object that implements the SeparatedFileVerification interface.
verify() - Method in interface org.aludratest.service.separatedfile.SeparatedFileService
 
verifyFilePath(String) - Static method in class org.aludratest.service.file.util.FileUtil
Requires a file path not to be empty or null.
verifyState() - Method in interface org.aludratest.dict.ActionWordLibrary
Verifies the state.
verifyState() - Method in class org.aludratest.service.edifactfile.EdifactFileVerifier
 
verifyState() - Method in class org.aludratest.service.edifactfile.EdifactFileWriter
 
verifyState() - Method in class org.aludratest.service.file.File
 
verifyState() - Method in class org.aludratest.service.flatfile.FlatFileReader
 
verifyState() - Method in class org.aludratest.service.flatfile.FlatFileWriter
 
verifyState() - Method in class org.aludratest.service.gitclient.GitClient
 
verifyState() - Method in class org.aludratest.service.gui.web.page.Page
 
verifyState() - Method in class org.aludratest.service.separatedfile.SeparatedFileReader
 
verifyState() - Method in class org.aludratest.service.separatedfile.SeparatedFileWriter
 
verifyWith(StringData) - Method in class org.aludratest.service.edifactfile.EdifactFileVerifier
Asserts that the interchange stored in this document is equals to the provided interchange, ignoring the provided paths.
version(VersionData) - Method in class org.aludratest.service.gitclient.GitClient
Queries the git client for its version number.
VersionData - Class in org.aludratest.service.gitclient.data
Wraps data for the invocation of the GitClient's version method.
VersionData() - Constructor for class org.aludratest.service.gitclient.data.VersionData
Public default constructor.
visit(ASTClassOrInterfaceDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.AbstractUsageRestrictionRule
 
visit(ASTClassOrInterfaceDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.AbstractUtilityClassRule
 
visit(ASTAnnotation, Object) - Method in class org.aludratest.codecheck.rule.pmd.annot.NonCombinableAnnotations
 
visit(ASTAnnotation, Object) - Method in class org.aludratest.codecheck.rule.pmd.annot.NoTrailingCommaInAnnotationArray
 
visit(ASTClassOrInterfaceDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.awl.AWLAbstractNameForAbstractClass
 
visit(ASTMethodDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.awl.AWLActionMethodReturnAWL
 
visit(ASTMethodDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.awl.AWLActionParameterDataClass
 
visit(ASTFieldDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.awl.AWLNoNonFinalStaticAttribute
 
visit(ASTMethodDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.awl.AWLNoPublicStaticMethod
 
visit(ASTFieldDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.awl.AWLNoTestCaseAttribute
 
visit(ASTFieldDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.data.DataAttributeMustBeAccessible
 
visit(ASTClassOrInterfaceDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.data.DataClassImplementToString
 
visit(ASTClassOrInterfaceDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.data.DataClassNamingConvention
 
visit(ASTClassOrInterfaceDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.data.DataClassNoArgConstructor
 
visit(ASTClassOrInterfaceDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.data.DataClassSimpleNameMustBeUnique
 
visit(ASTFieldDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.data.DataFieldsMustNotBePublic
 
visit(ASTClassOrInterfaceDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.data.DataNoCircularGraphs
 
visit(ASTMethodDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.data.DataNoParametersInGetters
 
visit(ASTFieldDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.data.DataNoStaticAttributes
 
visit(ASTFieldDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.data.DataSimpleAttribute
 
visit(ASTClassOrInterfaceDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.guicomponent.OnlyUIMapsConstructGUIComponent
 
visit(ASTName, Object) - Method in class org.aludratest.codecheck.rule.pmd.guicomponent.OnlyUIMapsConstructGUIComponent
 
visit(ASTClassOrInterfaceDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.ImportRestrictions
 
visit(ASTClassOrInterfaceDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.page.PageActionMethodReturnPageObject
 
visit(ASTMethodDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.page.PageActionMethodReturnPageObject
 
visit(ASTClassOrInterfaceDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.page.PageClassNamingConvention
 
visit(ASTClassOrInterfaceDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.page.PageClassSimpleNameMustBeUnique
 
visit(ASTClassOrInterfaceDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.page.PageHelperUsageRestriction
 
visit(ASTClassOrInterfaceDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.page.PageImportRestriction
 
visit(ASTFieldDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.page.PageNoPublicAttribute
 
visit(ASTClassOrInterfaceDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.page.PageUsageRestriction
 
visit(ASTClassOrInterfaceDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.page.PageUtilityUsageRestriction
 
visit(ASTClassOrInterfaceDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.testcase.TestCaseImportRestriction
 
visit(ASTClassOrInterfaceDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.uimap.UIMapHelperImportRestriction
 
visit(ASTClassOrInterfaceDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.uimap.UIMapImportRestriction
 
visit(ASTMethodDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.uimap.UIMapMethodReturnComponent
 
visit(ASTClassOrInterfaceDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.uimap.UIMapNamingConvention
 
visit(ASTFieldDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.uimap.UIMapNoInstanceField
 
visit(ASTFieldDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.uimap.UIMapNoPublicField
 
visit(ASTClassOrInterfaceDeclaration, Object) - Method in class org.aludratest.codecheck.rule.pmd.uimap.UIMapUsageRestriction
 

W

waitFor(ExpectedCondition<T>, long, Class<? extends Exception>...) - Method in class org.aludratest.service.gui.web.selenium.selenium2.LocatorSupport
Waits until a condition is met.
waitForActivityAndCompletion(SystemConnector, String, int, int, int) - Static method in class org.aludratest.service.util.TaskCompletionUtil
Waits a limited amount of time for an activity to start and finish using the SystemConnector#isBusy() of the connector object.
waitForAnyDropDownOptionLabels(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
waitForAnyDropDownOptionValues(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
waitForDropDownEntries(GUIElementLocator, String[], boolean) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
waitForDropDownEntryLocatablity(OptionLocator, GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
waitForEditable(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Waits until an element is editable.
waitForEditable(GUIElementLocator, long) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Waits until an element is enabled.
waitForElement(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Waits until an element is present.
waitForElement(GUIElementLocator, long) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Waits until an element is present.
waitForElementNotPresent(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Waits until an element is absent.
waitForElementNotPresent(GUIElementLocator, long) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Waits until an element is absent.
waitForEnabled(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Waits until an element is enabled.
waitForEnabled(GUIElementLocator, long) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Waits until an element is enabled.
waitForFirstMatch(String, FileFilter) - Method in interface org.aludratest.service.file.FileInteraction
Polls the given directory until the filter finds a match or a timeout is exceeded.
waitForFirstMatch(String, FileFilter) - Method in class org.aludratest.service.file.impl.FileActionImpl
Polls the given directory until the filter finds a match or a timeout is exceeded.
waitForInForeground(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Waits until an element is in the foreground.
waitForInForeground(GUIElementLocator, long) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Waits until an element is in the foreground.
waitForPageToLoad(int) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Waits until the currently loading web page is completely loaded.
waitForPageToLoad() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Waits for a web page to load.
waitForRequestsToEnd() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Waits until the currently active requests have ended.
waitForSelectedLabelValidity(GUIElementLocator, Validator<String>) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
waitForSelection(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
waitForTextValidity(GUIElementLocator, Validator<String>) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
waitForValidity(ValidatingCondition) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
waitForValue(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
waitForValueValidity(GUIElementLocator, Validator<String>) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
waitForVisible(GUIElementLocator) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Waits until an element is visible.
waitForVisible(GUIElementLocator, long) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
Waits until an element is visible.
waitForWindowToBeClosed(String, String, TitleLocator, int) - Method in interface org.aludratest.service.gui.GUIInteraction
Waits until the given window is closed, or the given timeout is reached.
waitForWindowToBeClosed(String, String, TitleLocator, int) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
waitForWindowToBeClosed(WindowLocator, int) - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
 
waitForWindowToBeClosed(String, String, TitleLocator, int) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
waitForWindowToBeClosed(TitleLocator, int) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
waitingUntilTaskCompletion() - Method in interface org.aludratest.service.gui.component.Element
Activates the waiting until task completion feature on the underlying aludraGUI with the default value for the task completion timeout.
waitingUntilTaskCompletion(int) - Method in interface org.aludratest.service.gui.component.Element
Sets the #taskCompletionTimeout to the specified value.
waitingUntilTaskCompletion() - Method in class org.aludratest.service.gui.component.impl.AbstractElement
 
waitingUntilTaskCompletion(int) - Method in class org.aludratest.service.gui.component.impl.AbstractElement
 
waitUntilEditable(GUIElementLocator, long) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
waitUntilElementNotPresent(GUIElementLocator, long) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
waitUntilEnabled(GUIElementLocator, long) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
waitUntilExists(String, String, String) - Method in interface org.aludratest.service.edifactfile.EdifactFileInteraction
Polls the file system until a file at the given path is found or a timeout occurs.
waitUntilExists() - Method in class org.aludratest.service.edifactfile.EdifactFileVerifier
Polls the file system until a file at the given path is found or a timeout occurs.
waitUntilExists(String, String, String) - Method in class org.aludratest.service.edifactfile.edifatto.EdifattoFileAction
 
waitUntilExists() - Method in class org.aludratest.service.file.File
Waits until the file exists or a timeout occurs.
waitUntilExists(String, String) - Method in interface org.aludratest.service.file.FileInteraction
Polls the file system for a given file until it is found or a timeout is exceeded.
waitUntilExists() - Method in class org.aludratest.service.file.FileStream
Polls the file system until a file at the given path is found or a timeout occurs.
waitUntilExists(String, String) - Method in class org.aludratest.service.file.impl.FileActionImpl
Polls the file system for a given file until it is found or a timeout is exceeded.
waitUntilExists(String, String) - Method in interface org.aludratest.service.flatfile.FlatFileInteraction
Polls the file system until a file at the given path is found or a timeout occurs.
waitUntilExists(String, String) - Method in class org.aludratest.service.flatfile.impl.DefaultFlatFileAction
 
waitUntilExists(String, String) - Method in class org.aludratest.service.separatedfile.impl.DefaultSeparatedFileAction
 
waitUntilExists(String, String) - Method in interface org.aludratest.service.separatedfile.SeparatedFileInteraction
Polls the file system until a file at the given path is found or a timeout occurs.
waitUntilFinished(String, String, int) - Method in interface org.aludratest.service.cmdline.CommandLineInteraction
Waits until the references process has finished.
waitUntilFinished() - Method in class org.aludratest.service.cmdline.CommandLineProcess
Waits for the process to finish.
waitUntilFinished(String, String, int) - Method in class org.aludratest.service.cmdline.impl.CommandLineActionImpl
 
waitUntilFinished() - Method in class org.aludratest.service.cmdline.impl.ProcessWrapper
Waits until the process has finished or the provided timeout is exceeded.
waitUntilInForeground(GUIElementLocator, long) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
waitUntilInitialized() - Method in class org.aludratest.impl.log4testing.observer.VelocityReportTestObserver
 
waitUntilNotBusy(SystemConnector, int, int, String) - Static method in class org.aludratest.service.util.TaskCompletionUtil
Repeats a delayed loop until the provided SystemConnector reports false on invocation of SystemConnector#isBusy().
waitUntilNotExists(String, String, String) - Method in interface org.aludratest.service.edifactfile.EdifactFileInteraction
Polls the file system until no file is found at the given path.
waitUntilNotExists() - Method in class org.aludratest.service.edifactfile.EdifactFileVerifier
Polls the file system until no file is found at the given path.
waitUntilNotExists() - Method in class org.aludratest.service.edifactfile.EdifactFileWriter
 
waitUntilNotExists(String, String, String) - Method in class org.aludratest.service.edifactfile.edifatto.EdifattoFileAction
 
waitUntilNotExists() - Method in class org.aludratest.service.file.File
Waits until the file does not exist or a timeout occurs.
waitUntilNotExists(String) - Method in interface org.aludratest.service.file.FileInteraction
Polls the file system for a given file until it has disappeared or a timeout is exceeded.
waitUntilNotExists() - Method in class org.aludratest.service.file.FileStream
Polls the file system until no file is found at the given path.
waitUntilNotExists(String) - Method in class org.aludratest.service.file.impl.FileActionImpl
Polls the file system for a given file until it has disappeared or a timeout is exceeded.
waitUntilNotExists(String) - Method in interface org.aludratest.service.flatfile.FlatFileInteraction
Polls the file system until no file is found at the given path.
waitUntilNotExists(String) - Method in class org.aludratest.service.flatfile.impl.DefaultFlatFileAction
 
waitUntilNotExists(String) - Method in class org.aludratest.service.separatedfile.impl.DefaultSeparatedFileAction
 
waitUntilNotExists(String) - Method in interface org.aludratest.service.separatedfile.SeparatedFileInteraction
Polls the file system until no file is found at the given path.
waitUntilPresent(GUIElementLocator, long) - Method in class org.aludratest.service.gui.web.selenium.selenium2.LocatorSupport
 
waitUntilPresent(GUIElementLocator, long) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
waitUntilVisible(GUIElementLocator, long) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
WebdecsFlatContent - Class in org.aludratest.content.flat.webdecs
FlatContent implementation based on the Databene Webdecs library.
WebdecsFlatContent() - Constructor for class org.aludratest.content.flat.webdecs.WebdecsFlatContent
Constructor.
WebdecsFlatContent(Locale) - Constructor for class org.aludratest.content.flat.webdecs.WebdecsFlatContent
Constructor.
WebdecsSeparatedContent - Class in org.aludratest.content.separated.webdecs
Webdecs-based content handler for separated files
WebdecsSeparatedContent() - Constructor for class org.aludratest.content.separated.webdecs.WebdecsSeparatedContent
Constructor.
WebElementCondition - Class in org.aludratest.service.gui.web.selenium.selenium2.condition
Parent class for ExpectedCondition implementations that rely on the presence of a WebElement and return a WebElement value.
WebElementCondition(GUIElementLocator, LocatorSupport) - Constructor for class org.aludratest.service.gui.web.selenium.selenium2.condition.WebElementCondition
Full constructor.
WebGUICondition - Interface in org.aludratest.service.gui.web
Specialization of the GUICondition interface which may add features specific to Web GUIs.
WebGUIInteraction - Interface in org.aludratest.service.gui.web
Specialization of the GUIInteraction interface which adds features specific for Web GUIs.
WebGUIVerification - Interface in org.aludratest.service.gui.web
Specialization of the GUIVerification which may add features specific for Web GUIs.
Window - Interface in org.aludratest.service.gui.component
Represents a Window/Frame in a GUI.
WindowCommand - Interface in org.aludratest.service.gui.web.selenium
The ElementCommand is used for execution operations on a window e.g. select a window
windowFocus() - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
windowFocus() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Focuses the GUI window
windowFocus() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
 
windowFocus() - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
windowFocus() - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
windowFocus() - Method in interface org.aludratest.service.gui.web.WebGUIInteraction
Gives focus to the currently selected window.
WindowImpl - Class in org.aludratest.service.gui.component.impl
Default implementation of the Window interface.
WindowImpl() - Constructor for class org.aludratest.service.gui.component.impl.WindowImpl
 
WindowLocator - Class in org.aludratest.service.locator.window
Parent class for all Locators that identify a GUI window.
WindowLocator(String) - Constructor for class org.aludratest.service.locator.window.WindowLocator
Constructor.
windowMaximize() - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
windowMaximize() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumFacade
Maximizes the currently active window.
windowMaximize() - Method in class org.aludratest.service.gui.web.selenium.selenium1.SeleniumWrapper
 
windowMaximize() - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 
windowMaximize() - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Wrapper
 
windowMaximize() - Method in interface org.aludratest.service.gui.web.WebGUIInteraction
Maximizes the currently selected window.
WindowPresence - Class in org.aludratest.service.gui.web.selenium.selenium2.condition
Checks the presence of a window.
WindowPresence(WindowLocator, Selenium2Wrapper) - Constructor for class org.aludratest.service.gui.web.selenium.selenium2.condition.WindowPresence
Constructor.
WizardUtil - Class in org.aludratest.app.excelwizard
Provides utility methods for AludraTest's wizards.
WorkbookTracker - Class in org.aludratest.app.excelwizard
Encapsulates data needed for synchronizing and validating Excel documents that provide test data to an AludraTest test method.
wrap(T, ComponentId<T>, AludraContext) - Method in interface org.aludratest.service.ServiceWrapper
 
wrap(T, ComponentId<T>, AludraContext) - Method in class org.aludratest.testcase.event.impl.DefaultAludraServiceWrapper
 
WrappedRowData - Class in org.aludratest.content.flat.data
Wraps a FlatFileBeanData object for flat file parsing.
WrappedRowData() - Constructor for class org.aludratest.content.flat.data.WrappedRowData
Default constructor that sets the WrappedRowData.value to null
WrappedRowData(FlatFileBeanData) - Constructor for class org.aludratest.content.flat.data.WrappedRowData
Constructor that initializes the WrappedRowData.value with the provided argument.
WrappedSeparatedData<E extends SeparatedFileBeanData> - Class in org.aludratest.content.separated.data
Wraps a SeparatedFileBeanData object for separated file parsing.
WrappedSeparatedData() - Constructor for class org.aludratest.content.separated.data.WrappedSeparatedData
Default constructor that sets the WrappedSeparatedData.value to null
WrappedSeparatedData(E) - Constructor for class org.aludratest.content.separated.data.WrappedSeparatedData
Constructor that initializes the WrappedSeparatedData.value with the provided argument.
wrapper - Variable in class org.aludratest.service.gui.web.selenium.selenium1.AbstractSeleniumAction
The wrapper which provides the actual Selenium server access.
wrapper - Variable in class org.aludratest.service.gui.web.selenium.selenium2.AbstractSelenium2Action
The wrapper which provides the actual Selenium server access.
wrapWithControlFlowHandler(U, Class<T>, ComponentId<? extends AludraService>, SystemConnector, AludraContext) - Static method in class org.aludratest.util.AludraTestUtil
Wraps the given object with a dynamic proxy that implements a parent interface of the object and transparently add control flow logic using the ControlFlowHandler.
wrapWithInvocationHandler(Class<T>, InvocationHandler) - Static method in class org.aludratest.util.AludraTestUtil
Calls the Java dynamic proxy API to dynamically implement the given interfaceType using the given invocationHandler.
write(TestCaseLog, String) - Method in class org.aludratest.impl.log4testing.output.writer.VelocityTestCaseWriter
 
write(TestSuiteLog, String) - Method in class org.aludratest.impl.log4testing.output.writer.VelocityTestSuiteWriter
 
write(T, String) - Method in class org.aludratest.impl.log4testing.output.writer.VelocityWriter
 
write(T, String) - Method in interface org.aludratest.impl.log4testing.output.writer.Writer
This method gets called by log4testing when the implementing writer class is registered and when log4testing is going to write the logging reports.
writeBinaryFile(String, byte[], boolean) - Method in interface org.aludratest.service.file.FileInteraction
Creates a binary file with the provided content.
writeBinaryFile(String, InputStream, boolean) - Method in interface org.aludratest.service.file.FileInteraction
Creates a binary file and writes to it all content provided by the source InputStream.
writeBinaryFile(String, byte[], boolean) - Method in class org.aludratest.service.file.impl.FileActionImpl
Creates a binary file with the provided content.
writeBinaryFile(String, InputStream, boolean) - Method in class org.aludratest.service.file.impl.FileActionImpl
Creates a binary file and writes to it all content provided by the source InputStream.
writeCase(TestCaseLog) - Method in class org.aludratest.impl.log4testing.observer.HTMLReportObserver
 
writeCase(TestCaseLog) - Method in class org.aludratest.impl.log4testing.observer.VelocityReportTestObserver
 
writeContentAndClose(C) - Method in class org.aludratest.service.edifactfile.EdifactFileWriter
Writes to content to the related file and closes this writer.
writeInterchange(Interchange, OutputStream, boolean) - Method in interface org.aludratest.content.edifact.EdifactContent
Writes an EDIFACT or X12 interchange to an OutputStream.
writeInterchange(Interchange, OutputStream, boolean) - Method in class org.aludratest.content.edifact.edifatto.EdifattoContent
Writes an EDIFACT or X12 interchange to an OutputStream.
writeInterchange(String, String, Interchange, String, boolean) - Method in interface org.aludratest.service.edifactfile.EdifactFileInteraction
Writes an EDIFACT or X12 interchange to an OutputStream.
writeInterchange(String, String, Interchange, String, boolean) - Method in class org.aludratest.service.edifactfile.edifatto.EdifattoFileAction
Writes an EDIFACT or X12 interchange to an OutputStream.
Writer<T extends TestObject> - Interface in org.aludratest.impl.log4testing.output.writer
Parent interface for classes to be used for writing logging reports.
writeRow(Object, Object) - Method in interface org.aludratest.content.flat.FlatContent
Appends a row to the flat file writer denoted by the writerId.
writeRow(Object) - Method in class org.aludratest.content.flat.webdecs.FlatFileBeanWriter
Chooses the row format by the bean class, formats the bean graph elements accordingly and writes them to the output stream.
writeRow(Object, Object) - Method in class org.aludratest.content.flat.webdecs.WebdecsFlatContent
Appends a row to the flat file writer denoted by the writerId.
writeRow(SeparatedFileBeanData, Object) - Method in interface org.aludratest.content.separated.SeparatedContent
Appends a row to the flat file writer denoted by the writerId.
writeRow(SeparatedFileBeanData) - Method in class org.aludratest.content.separated.webdecs.SeparatedFileWriter
Chooses the row format by the bean class, formats the bean graph elements accordingly and writes them to the output stream.
writeRow(SeparatedFileBeanData, Object) - Method in class org.aludratest.content.separated.webdecs.WebdecsSeparatedContent
Appends a row to the separated file writer denoted by the writerId.
writeRow(Object, Object) - Method in interface org.aludratest.service.flatfile.FlatFileInteraction
Writes an object as flat file row.
writeRow(C) - Method in class org.aludratest.service.flatfile.FlatFileWriter
Formats a bean object as flat file entry and writes it to the associated flat file.
writeRow(Object, Object) - Method in class org.aludratest.service.flatfile.impl.DefaultFlatFileAction
 
writeRow(SeparatedFileBeanData, Object) - Method in class org.aludratest.service.separatedfile.impl.DefaultSeparatedFileAction
 
writeRow(SeparatedFileBeanData, Object) - Method in interface org.aludratest.service.separatedfile.SeparatedFileInteraction
Writes an object as separated file row.
writeRow(C) - Method in class org.aludratest.service.separatedfile.SeparatedFileWriter
Formats a bean object as separated file entry and writes it to the associated separated file.
writeSuite(TestSuiteLog) - Method in class org.aludratest.impl.log4testing.observer.VelocityReportTestObserver
 
writeTextContent(StringData) - Method in class org.aludratest.service.file.File
Creates a text file with the given content.
writeTextFile(String, String, boolean) - Method in interface org.aludratest.service.file.FileInteraction
Creates a text file with the provided content.
writeTextFile(String, Reader, boolean) - Method in interface org.aludratest.service.file.FileInteraction
Creates a text file and writes to it all content provided by the source Reader.
writeTextFile(String, String, boolean) - Method in class org.aludratest.service.file.impl.FileActionImpl
Creates a text file with the provided content.
writeTextFile(String, Reader, boolean) - Method in class org.aludratest.service.file.impl.FileActionImpl
Creates a text file and writes to it all content provided by the source Reader.
wrongPageFlow(String) - Method in interface org.aludratest.service.gui.GUIInteraction
 
wrongPageFlow(String) - Method in class org.aludratest.service.gui.web.page.Page
Calls aludra to indicate that the client is on a wrong page.
wrongPageFlow(String) - Method in class org.aludratest.service.gui.web.selenium.selenium1.Selenium1Interaction
 
wrongPageFlow(String) - Method in class org.aludratest.service.gui.web.selenium.selenium2.Selenium2Interaction
 

X

XLS_ROOT_PROP - Static variable in interface org.aludratest.config.AludraTestConfig
Configuration property name.
XmlBasedTestDataProvider - Class in org.aludratest.testcase.data.impl.xml
An XML based Test Data provider.
XmlBasedTestDataProvider() - Constructor for class org.aludratest.testcase.data.impl.xml.XmlBasedTestDataProvider
 
XMLContent - Interface in org.aludratest.content.xml
 
XMLContentImpl - Class in org.aludratest.content.xml.impl
XML ContentHandler.
XMLContentImpl() - Constructor for class org.aludratest.content.xml.impl.XMLContentImpl
 
XMLReportObserver - Class in org.aludratest.impl.log4testing.observer
Exports the complete test suite structure to a single XML file.
XMLReportObserver() - Constructor for class org.aludratest.impl.log4testing.observer.XMLReportObserver
Default constructor.
XPathLocator - Class in org.aludratest.service.locator.element
Locates an element by an XPath expression.
XPathLocator(String) - Constructor for class org.aludratest.service.locator.element.XPathLocator
Constructor.

Z

ZIndexSupport - Class in org.aludratest.service.gui.web.selenium.selenium2.condition
Performs z-index calculations with Selenium 2.
ZIndexSupport(LocatorSupport) - Constructor for class org.aludratest.service.gui.web.selenium.selenium2.condition.ZIndexSupport
Constructor.

A B C D E F G H I J K L M N O P Q R S T U V W X Z

Copyright © 2015 aludratest.org. All rights reserved.