Uses of Class
org.citrusframework.actions.AbstractTestAction
Packages that use AbstractTestAction
-
Uses of AbstractTestAction in org.citrusframework
Subclasses of AbstractTestAction in org.citrusframeworkModifier and TypeClassDescriptionclassDefault test case implementation holding a list of test actions to execute.Methods in org.citrusframework that return AbstractTestAction -
Uses of AbstractTestAction in org.citrusframework.actions
Subclasses of AbstractTestAction in org.citrusframework.actionsModifier and TypeClassDescriptionclassTest action that performs in a separate thread.classAction calls Apache ANT with given build file and runs ANT targets as separate build.classclassAction creating new test variables during a test.classPrints messages to the console/logger during test execution.classAction fails the test explicitly.classTest action prompts user data from standard input stream.classAction to enable class invocation through java reflectionclassAction reads property files and creates test variables for every property entry.classAction purges all messages from a message endpoint.classThis action receives messages from a service destination.classAction expecting a timeout on a message destination, this means that no message should arrive on the destination.classThis action sends a messages to a specified message endpoint.classStop the test execution for a given amount of time.classAction starting aServerinstance.classAction stoppingServerinstances.classAction used for time measurement during test.classclassAction that prints variable values to the console/logger.classAction transforms a XML document(specified inline or from external file resource) with a XSLT document(specified inline or from external file resource) and puts the result in the specified variable.Methods in org.citrusframework.actions that return AbstractTestActionModifier and TypeMethodDescriptionSets the actor.AbstractTestAction.setDescription(String description) -
Uses of AbstractTestAction in org.citrusframework.container
Subclasses of AbstractTestAction in org.citrusframework.containerModifier and TypeClassDescriptionclassAbstract base class for all containers holding several embedded test actions.classclassAbstract suit container actions executed before and after test suite run.classAbstract test action container describes methods to enable/disable container execution based on given test name, package and test groups.classAssert exception to happen in nested test action.classclassAction catches possible exceptions in nested test actions.classClass executes nested test actions if condition expression evaluates to true.classHelper sequence to mark actions as finally actions that should be executed in finally block of test case.classClass executes nested test actions in loops.classTest action will execute nested actions in parallel.classLooping test container iterating the nested test actions in case an error occurred in one of them.classTypical implementation of repeat iteration loop.classSequence container executing a set of nested test actions in simple sequence.classSequence of Citrus test actions that get executed after a test suite run.classSequence of test actions executed after a test case.classSequence of Citrus test actions that get executed before a test suite run.classSequence of test actions executed before a test case.classThis class represents a previously defined block of test actions.classclassPause the test execution until the condition is met or the wait time has been exceeded.