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

A

abstr() - Method in class com.agical.rmock.core.match.constraint.clazz.ClassConstraintFactory
This constraint passes if the checked class is abstract
AbstractBinaryOperator - Class in com.agical.rmock.core.match.operator
 
AbstractBinaryOperator(String, Expression, Expression) - Constructor for class com.agical.rmock.core.match.operator.AbstractBinaryOperator
 
AbstractConstraint - Class in com.agical.rmock.core.match.constraint
(c) Agical AB 2005
AbstractConstraint(String, Object) - Constructor for class com.agical.rmock.core.match.constraint.AbstractConstraint
 
AbstractExpression - Class in com.agical.rmock.core.match.operator
 
AbstractExpression() - Constructor for class com.agical.rmock.core.match.operator.AbstractExpression
 
AbstractMockStrategyTestCase - Class in com.agical.rmock.extension.junit
 
AbstractMockStrategyTestCase(String) - Constructor for class com.agical.rmock.extension.junit.AbstractMockStrategyTestCase
 
AbstractMockStrategyTestCase(String, Hub) - Constructor for class com.agical.rmock.extension.junit.AbstractMockStrategyTestCase
 
AbstractStrategyTestCase - Class in com.agical.rmock.extension.junit
A base for a strategy tests.
AbstractStrategyTestCase(String) - Constructor for class com.agical.rmock.extension.junit.AbstractStrategyTestCase
 
AbstractStrategyTestCase(String, Hub) - Constructor for class com.agical.rmock.extension.junit.AbstractStrategyTestCase
Takes the name of the test as a parameter.
accept(ExpectationVisitor, boolean) - Method in class com.agical.rmock.core.expectation.ExpectationImpl
 
accept(ExpectationVisitor, boolean) - Method in class com.agical.rmock.core.expectation.section.AnyOrderSection
 
accept(ExpectationVisitor, boolean) - Method in class com.agical.rmock.core.expectation.section.OrderedSection
 
accept(ExpectationVisitor, boolean) - Method in class com.agical.rmock.core.expectation.section.OverridableSection
 
accept(ExpectationVisitor, boolean) - Method in class com.agical.rmock.core.expectation.section.StackedSection
 
accept(ExpectationVisitor, boolean) - Method in interface com.agical.rmock.core.Visitable
accepts a visitor
Action - Interface in com.agical.rmock.core
Think of an action as a pluggable method body.
ActionModifier - Interface in com.agical.rmock.core.expectation.modification
(c) Agical AB 2005
add(Visitable) - Method in class com.agical.rmock.core.expectation.section.AnyOrderSection
 
add(Visitable) - Method in class com.agical.rmock.core.expectation.section.OrderedSection
 
add(Visitable) - Method in class com.agical.rmock.core.expectation.section.OverridableSection
 
add(Visitable) - Method in class com.agical.rmock.core.expectation.section.StackedSection
 
add(Visitable) - Method in interface com.agical.rmock.core.Section
Adds an expectaion or subsection to this section
addAllToSuite - Variable in class com.agical.rmock.extension.junit.DynamicTestSuite
 
addStep(TestStep) - Method in class com.agical.rmock.core.strategy.impl.CompositeStep
Adds a substep to run
addStep(TestStep) - Method in class com.agical.rmock.core.strategy.impl.ThreadedCompositeStep
 
addSystemException(RMockSystemException) - Method in interface com.agical.rmock.core.exception.manager.ExceptionVerifier
 
addSystemException(RMockSystemException) - Method in class com.agical.rmock.core.exception.manager.ExceptionVerifierImpl
 
addThreadedTestConcurrentStep(String) - Method in class com.agical.rmock.extension.junit.RMockThreadSupportingTestCase
Add a name of a method you want to add to the list of methods that are run concurrently with your test, i.e.
addThreadedTestPreceedingStep(String) - Method in class com.agical.rmock.extension.junit.RMockThreadSupportingTestCase
Add a name of a method you want to add to the list of methods that are run concurrently before your test is executed, i.e.
AddToTestSuiteAction - Class in com.agical.rmock.extension.junit
This action assigns matched objects to the give test suite (c) Agical AB 2005
AddToTestSuiteAction(TestSuite) - Constructor for class com.agical.rmock.extension.junit.AddToTestSuiteAction
 
afterStructure() - Method in interface com.agical.rmock.core.event.TestStructureListener
 
afterSuite() - Method in interface com.agical.rmock.core.event.TestSuiteListener
 
afterTestCase() - Method in interface com.agical.rmock.core.event.TestCaseListener
 
afterTestCase() - Method in class com.agical.rmock.core.exception.manager.ExceptionVerifierImpl
 
afterTestCase() - Method in class com.agical.rmock.core.expectation.section.service.SectionManagerService
 
afterTestCase() - Method in class com.agical.rmock.extension.cglib.CglibProxyFactory
 
all - Variable in class com.agical.rmock.extension.junit.RMockTestCase
 
allClasses() - Method in class com.agical.rmock.extension.junit.DynamicTestSuite
 
and(Expression) - Method in interface com.agical.rmock.core.match.Expression
Ands this expression with the right side expression
and(Expression) - Method in class com.agical.rmock.core.match.operator.AbstractExpression
 
AndOperator - Class in com.agical.rmock.core.match.operator
 
AndOperator(Expression, Expression) - Constructor for class com.agical.rmock.core.match.operator.AndOperator
 
AnyOrderSection - Class in com.agical.rmock.core.expectation.section
(c) Agical AB 2005
AnyOrderSection(String) - Constructor for class com.agical.rmock.core.expectation.section.AnyOrderSection
 
ANYTHING - Variable in class com.agical.rmock.core.match.constraint.ConstraintFactory
Always passes
AnythingConstraint - Class in com.agical.rmock.core.match.constraint
 
AnythingConstraint() - Constructor for class com.agical.rmock.core.match.constraint.AnythingConstraint
 
appendToSection(String) - Method in class com.agical.rmock.extension.junit.RMockTestCase
 
args(Expression) - Method in interface com.agical.rmock.core.expectation.modification.ArgumentsModifier
 
args(Expression, Expression) - Method in interface com.agical.rmock.core.expectation.modification.ArgumentsModifier
 
args(Expression, Expression, Expression) - Method in interface com.agical.rmock.core.expectation.modification.ArgumentsModifier
 
args(Expression, Expression, Expression, Expression) - Method in interface com.agical.rmock.core.expectation.modification.ArgumentsModifier
 
args(Expression, Expression, Expression, Expression, Expression) - Method in interface com.agical.rmock.core.expectation.modification.ArgumentsModifier
 
args(Expression, Expression, Expression, Expression, Expression, Expression) - Method in interface com.agical.rmock.core.expectation.modification.ArgumentsModifier
 
args(Expression[]) - Method in interface com.agical.rmock.core.expectation.modification.ArgumentsModifier
 
args(Expression) - Method in class com.agical.rmock.core.expectation.modification.impl.ExpectationModifierImpl
 
args(Expression, Expression) - Method in class com.agical.rmock.core.expectation.modification.impl.ExpectationModifierImpl
 
args(Expression, Expression, Expression) - Method in class com.agical.rmock.core.expectation.modification.impl.ExpectationModifierImpl
 
args(Expression, Expression, Expression, Expression) - Method in class com.agical.rmock.core.expectation.modification.impl.ExpectationModifierImpl
 
args(Expression, Expression, Expression, Expression, Expression) - Method in class com.agical.rmock.core.expectation.modification.impl.ExpectationModifierImpl
 
args(Expression, Expression, Expression, Expression, Expression, Expression) - Method in class com.agical.rmock.core.expectation.modification.impl.ExpectationModifierImpl
 
args(Expression[]) - Method in class com.agical.rmock.core.expectation.modification.impl.ExpectationModifierImpl
 
ArgumentsModifier - Interface in com.agical.rmock.core.expectation.modification
(c) Agical AB 2005
ArrayRefernce - Class in com.agical.rmock.core.match.reference
 
ArrayRefernce(Object) - Constructor for class com.agical.rmock.core.match.reference.ArrayRefernce
 
AS_RECORDED - Variable in class com.agical.rmock.core.match.constraint.ConstraintFactory
Special expression to indicate that a recorded argument on this position should not be changed.
Assert - Interface in com.agical.rmock.core
An interface for doing AssertThat asserts.
assertThat(Object, Expression) - Method in interface com.agical.rmock.core.Assert
Assert method that asserts that the object passed in the actual parameter passes the constraint passed in the expected parameter.
assertThat(Object, Expression) - Method in class com.agical.rmock.core.expectation.Engine
 
assertThat(Object, Expression) - Method in class com.agical.rmock.extension.junit.AbstractStrategyTestCase
Assert method that asserts that the object passed in the actual parameter passes the constraint passed in the expected parameter.
assertThat(boolean, Expression) - Method in class com.agical.rmock.extension.junit.AbstractStrategyTestCase
 
assertThat(byte, Expression) - Method in class com.agical.rmock.extension.junit.AbstractStrategyTestCase
 
assertThat(char, Expression) - Method in class com.agical.rmock.extension.junit.AbstractStrategyTestCase
 
assertThat(short, Expression) - Method in class com.agical.rmock.extension.junit.AbstractStrategyTestCase
 
assertThat(int, Expression) - Method in class com.agical.rmock.extension.junit.AbstractStrategyTestCase
 
assertThat(long, Expression) - Method in class com.agical.rmock.extension.junit.AbstractStrategyTestCase
 
assertThat(float, Expression) - Method in class com.agical.rmock.extension.junit.AbstractStrategyTestCase
 
assertThat(double, Expression) - Method in class com.agical.rmock.extension.junit.AbstractStrategyTestCase
 
assignableTo(Class) - Method in class com.agical.rmock.core.match.constraint.clazz.ClassConstraintFactory
Checks wether a class is an instance of (or subclass of) the class passed in the clazz parameter.
atLeast(int) - Method in class com.agical.rmock.core.match.multiplicity.MultiplicityFactory
 
atLeastOnce() - Method in class com.agical.rmock.core.match.multiplicity.MultiplicityFactory
 
atMost(int) - Method in class com.agical.rmock.core.match.multiplicity.MultiplicityFactory
Creates a constraint that can match up to a specified times 0..times
atMostOnce() - Method in class com.agical.rmock.core.match.multiplicity.MultiplicityFactory
Creates a constraint that can match up to one times 0..*

B

BaseInvocationHandler - Class in com.agical.rmock.extension.cglib
 
BaseInvocationHandler() - Constructor for class com.agical.rmock.extension.cglib.BaseInvocationHandler
 
BasicJUnitStrategyTestCase - Class in com.agical.rmock.extension.junit
 
BasicJUnitStrategyTestCase() - Constructor for class com.agical.rmock.extension.junit.BasicJUnitStrategyTestCase
 
BasicJUnitStrategyTestCase(String) - Constructor for class com.agical.rmock.extension.junit.BasicJUnitStrategyTestCase
 
BasicJUnitStrategyTestCase(String, Hub) - Constructor for class com.agical.rmock.extension.junit.BasicJUnitStrategyTestCase
 
BasicMethodReference - Class in com.agical.rmock.core.expectation.reference
 
BasicMethodReference(Method) - Constructor for class com.agical.rmock.core.expectation.reference.BasicMethodReference
 
BasicObjectReference - Class in com.agical.rmock.core.expectation.reference
 
BasicObjectReference(Object) - Constructor for class com.agical.rmock.core.expectation.reference.BasicObjectReference
 
beforeStructure(String) - Method in interface com.agical.rmock.core.event.TestStructureListener
 
beforeSuite(Object, String) - Method in interface com.agical.rmock.core.event.TestSuiteListener
 
beforeTestCase(Object, String) - Method in interface com.agical.rmock.core.event.TestCaseListener
 
beforeTestCase(Object, String) - Method in class com.agical.rmock.core.exception.manager.ExceptionVerifierImpl
 
beforeTestCase(Object, String) - Method in class com.agical.rmock.core.expectation.section.service.SectionManagerService
 
beforeTestCase(Object, String) - Method in class com.agical.rmock.extension.cglib.CglibProxyFactory
 
beginArray(Class, int) - Method in interface com.agical.rmock.core.describe.ExpressionDescriber
marks the beginning of an array
beginArray(Class, int) - Method in class com.agical.rmock.core.describe.impl.ExpressionDescriberImpl
 
beginGroup() - Method in interface com.agical.rmock.core.describe.ExpressionDescriber
Signals the beginning of an expression
beginGroup() - Method in class com.agical.rmock.core.describe.impl.ExpressionDescriberImpl
 
beginScope() - Method in class com.agical.rmock.core.hub.Hub
 
beginSection(Section) - Method in class com.agical.rmock.core.expectation.section.service.SectionManagerService
 
beginSection(Section) - Method in interface com.agical.rmock.core.SectionManager
 
beginSection(Section) - Method in class com.agical.rmock.extension.junit.RMockTestCase
 
beginVerify() - Method in class com.agical.rmock.core.exception.manager.ExceptionVerifierImpl
 
beginVerify() - Method in class com.agical.rmock.core.expectation.Engine
Changes mode to verifification mode
beginVerify() - Method in class com.agical.rmock.core.expectation.section.service.SectionManagerService
 
beginVerify() - Method in interface com.agical.rmock.core.Verifiable
 
BeginVerifyStep - Class in com.agical.rmock.core.strategy.impl
 
BeginVerifyStep() - Constructor for class com.agical.rmock.core.strategy.impl.BeginVerifyStep
 

C

canCreateService() - Method in interface com.agical.rmock.core.configuration.RMockServiceFactory
 
canCreateService() - Method in class com.agical.rmock.core.exception.manager.ExceptionVerifierFactory
 
canCreateService() - Method in class com.agical.rmock.core.expectation.section.service.SectionManagerServiceFactory
 
canCreateService() - Method in class com.agical.rmock.extension.cglib.CglibProxyFactoryFactory
 
canMatch() - Method in class com.agical.rmock.core.expectation.ExpectationImpl
 
canMatch() - Method in class com.agical.rmock.core.expectation.section.AnyOrderSection
 
canMatch() - Method in class com.agical.rmock.core.expectation.section.OrderedSection
 
canMatch() - Method in class com.agical.rmock.core.expectation.section.OverridableSection
 
canMatch() - Method in class com.agical.rmock.core.expectation.section.StackedSection
 
canMatch() - Method in interface com.agical.rmock.core.match.Multiplicity
Called to check if this constraint can match given its current state
canMatch() - Method in class com.agical.rmock.core.match.multiplicity.impl.MultiplicityImpl
 
canMatch() - Method in interface com.agical.rmock.core.Visitable
 
capitalize(String) - Static method in class com.agical.rmock.core.util.StringUtils
 
CglibProxyFactory - Class in com.agical.rmock.extension.cglib
(c) Agical AB 2005
CglibProxyFactory() - Constructor for class com.agical.rmock.extension.cglib.CglibProxyFactory
 
CglibProxyFactoryFactory - Class in com.agical.rmock.extension.cglib
 
CglibProxyFactoryFactory() - Constructor for class com.agical.rmock.extension.cglib.CglibProxyFactoryFactory
 
ClassAssignableToConstraint - Class in com.agical.rmock.core.match.constraint.clazz
 
ClassAssignableToConstraint(Class) - Constructor for class com.agical.rmock.core.match.constraint.clazz.ClassAssignableToConstraint
 
ClassBaseDirExtractor - Class in com.agical.rmock.core.find.iterator
 
ClassBaseDirExtractor() - Constructor for class com.agical.rmock.core.find.iterator.ClassBaseDirExtractor
 
ClassConstraintFactory - Class in com.agical.rmock.core.match.constraint.clazz
 
ClassConstraintFactory() - Constructor for class com.agical.rmock.core.match.constraint.clazz.ClassConstraintFactory
 
classForName(String) - Method in class com.agical.rmock.core.util.ReflectionUtils
 
ClassIsAbstractConstraint - Class in com.agical.rmock.core.match.constraint.clazz
 
ClassIsAbstractConstraint() - Constructor for class com.agical.rmock.core.match.constraint.clazz.ClassIsAbstractConstraint
 
ClassNameConstraint - Class in com.agical.rmock.core.match.constraint.clazz
 
ClassNameConstraint(Expression) - Constructor for class com.agical.rmock.core.match.constraint.clazz.ClassNameConstraint
 
ClassNotFoundSystemException - Exception in com.agical.rmock.core.exception.reflection
 
ClassNotFoundSystemException(String) - Constructor for exception com.agical.rmock.core.exception.reflection.ClassNotFoundSystemException
 
clazz - Variable in class com.agical.rmock.core.match.constraint.ConstraintFactory
A factory with expressions for checking attributes of java.lang.Class objects.
clear() - Method in interface com.agical.rmock.core.ProxyFactory
Clear the state of the proxy factory
clear() - Method in class com.agical.rmock.extension.cglib.CglibProxyFactory
 
clone() - Method in interface com.agical.rmock.core.match.Multiplicity
 
clone() - Method in class com.agical.rmock.core.match.multiplicity.impl.MultiplicityImpl
 
CollectionSelector - Interface in com.agical.rmock.core.find
 
com.agical.rmock.core - package com.agical.rmock.core
 
com.agical.rmock.core.action - package com.agical.rmock.core.action
 
com.agical.rmock.core.configuration - package com.agical.rmock.core.configuration
 
com.agical.rmock.core.describe - package com.agical.rmock.core.describe
 
com.agical.rmock.core.describe.impl - package com.agical.rmock.core.describe.impl
 
com.agical.rmock.core.documentation - package com.agical.rmock.core.documentation
 
com.agical.rmock.core.documentation.impl - package com.agical.rmock.core.documentation.impl
 
com.agical.rmock.core.event - package com.agical.rmock.core.event
 
com.agical.rmock.core.exception - package com.agical.rmock.core.exception
 
com.agical.rmock.core.exception.manager - package com.agical.rmock.core.exception.manager
 
com.agical.rmock.core.exception.reflection - package com.agical.rmock.core.exception.reflection
 
com.agical.rmock.core.expectation - package com.agical.rmock.core.expectation
 
com.agical.rmock.core.expectation.modification - package com.agical.rmock.core.expectation.modification
 
com.agical.rmock.core.expectation.modification.impl - package com.agical.rmock.core.expectation.modification.impl
 
com.agical.rmock.core.expectation.reference - package com.agical.rmock.core.expectation.reference
 
com.agical.rmock.core.expectation.section - package com.agical.rmock.core.expectation.section
 
com.agical.rmock.core.expectation.section.service - package com.agical.rmock.core.expectation.section.service
 
com.agical.rmock.core.find - package com.agical.rmock.core.find
 
com.agical.rmock.core.find.iterator - package com.agical.rmock.core.find.iterator
 
com.agical.rmock.core.find.match - package com.agical.rmock.core.find.match
 
com.agical.rmock.core.find.match.method - package com.agical.rmock.core.find.match.method
 
com.agical.rmock.core.hub - package com.agical.rmock.core.hub
 
com.agical.rmock.core.match - package com.agical.rmock.core.match
 
com.agical.rmock.core.match.constraint - package com.agical.rmock.core.match.constraint
 
com.agical.rmock.core.match.constraint.clazz - package com.agical.rmock.core.match.constraint.clazz
 
com.agical.rmock.core.match.constraint.method - package com.agical.rmock.core.match.constraint.method
 
com.agical.rmock.core.match.multiplicity - package com.agical.rmock.core.match.multiplicity
 
com.agical.rmock.core.match.multiplicity.impl - package com.agical.rmock.core.match.multiplicity.impl
 
com.agical.rmock.core.match.operator - package com.agical.rmock.core.match.operator
 
com.agical.rmock.core.match.reference - package com.agical.rmock.core.match.reference
 
com.agical.rmock.core.strategy - package com.agical.rmock.core.strategy
 
com.agical.rmock.core.strategy.impl - package com.agical.rmock.core.strategy.impl
 
com.agical.rmock.core.util - package com.agical.rmock.core.util
 
com.agical.rmock.core.util.impl - package com.agical.rmock.core.util.impl
 
com.agical.rmock.extension.cglib - package com.agical.rmock.extension.cglib
 
com.agical.rmock.extension.junit - package com.agical.rmock.extension.junit
 
CompositeStep - Class in com.agical.rmock.core.strategy.impl
This step runs several substeps in sequence.
CompositeStep() - Constructor for class com.agical.rmock.core.strategy.impl.CompositeStep
 
Configurator - Interface in com.agical.rmock.core.configuration
 
ConfiguratorImpl - Class in com.agical.rmock.core.configuration
 
ConfiguratorImpl.ConfiguratorNameSpaceProvider - Class in com.agical.rmock.core.configuration
 
ConfiguratorImpl.ConfiguratorNameSpaceProvider(ConfiguratorImpl) - Constructor for class com.agical.rmock.core.configuration.ConfiguratorImpl.ConfiguratorNameSpaceProvider
 
connect(Object) - Method in class com.agical.rmock.core.hub.Hub
 
ConnectionStrategy - Interface in com.agical.rmock.core.hub
 
connectToConsumer(Object, Object) - Method in interface com.agical.rmock.core.hub.ConnectionStrategy
 
connectToConsumer(Object, Object) - Method in class com.agical.rmock.core.hub.InterfaceToInstanceConnectionStrategy
 
connectToConsumer(Object, Object) - Method in class com.agical.rmock.core.hub.ProxySetMethodConnectionStrategy
 
Constraint - Interface in com.agical.rmock.core.match
(c) Agical AB 2005
ConstraintFactory - Class in com.agical.rmock.core.match.constraint
(c) Agical AB 2005
ConstraintFactory() - Constructor for class com.agical.rmock.core.match.constraint.ConstraintFactory
 
containing(String) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual string is containing the value of string
ContainsConstraint - Class in com.agical.rmock.core.match.constraint
 
ContainsConstraint(String) - Constructor for class com.agical.rmock.core.match.constraint.ContainsConstraint
 
Context - Interface in com.agical.rmock.core.documentation
An interface for a documentation context.
convert(boolean) - Static method in class com.agical.rmock.core.util.PrimitiveToObject
 
convert(long) - Static method in class com.agical.rmock.core.util.PrimitiveToObject
 
convert(int) - Static method in class com.agical.rmock.core.util.PrimitiveToObject
 
convert(short) - Static method in class com.agical.rmock.core.util.PrimitiveToObject
 
convert(byte) - Static method in class com.agical.rmock.core.util.PrimitiveToObject
 
convert(double) - Static method in class com.agical.rmock.core.util.PrimitiveToObject
 
convert(float) - Static method in class com.agical.rmock.core.util.PrimitiveToObject
 
convert(char) - Static method in class com.agical.rmock.core.util.PrimitiveToObject
 
countTestCases() - Method in class com.agical.rmock.extension.junit.DynamicTestSuite
 
countTestCases() - Method in interface com.agical.rmock.extension.junit.TestFinder
 
create(Object) - Method in class com.agical.rmock.core.match.reference.ReferenceFactory
 
createInterfaceInterceptionProxy(Class, String) - Method in interface com.agical.rmock.core.ProxyFactory
 
createInterfaceInterceptionProxy(Class, String) - Method in class com.agical.rmock.extension.cglib.CglibProxyFactory
 
createInterfaceProxy(Class, String) - Method in interface com.agical.rmock.core.ProxyFactory
Implementations must create a proxy to an interface of the specified class.
createInterfaceProxy(Class, String) - Method in class com.agical.rmock.extension.cglib.CglibProxyFactory
 
createNameFromMethod(String, Class) - Method in class com.agical.rmock.core.util.NamingUtils
 
createNameFromType(Class) - Method in class com.agical.rmock.core.util.NamingUtils
 
createObjectInterceptionProxy(Class, Object[], String) - Method in interface com.agical.rmock.core.ProxyFactory
Implementations creates an intercepting proxy to an object of the specified type if there is one and only one constructor assignable from the provided arguments
createObjectInterceptionProxy(Class, Class[], Object[], String) - Method in interface com.agical.rmock.core.ProxyFactory
Implementations must create an intercepting proxy to an object of the specified class using the specified signature providing the specified arguments
createObjectInterceptionProxy(Class, Object[], String) - Method in class com.agical.rmock.extension.cglib.CglibProxyFactory
 
createObjectInterceptionProxy(Class, Class[], Object[], String) - Method in class com.agical.rmock.extension.cglib.CglibProxyFactory
 
createObjectMockProxy(Class, Object[], String) - Method in interface com.agical.rmock.core.ProxyFactory
Implementations creates a mocking proxy to an object of the specified type if there is one and only one constructor assignable from the provided arguments
createObjectMockProxy(Class, Class[], Object[], String) - Method in interface com.agical.rmock.core.ProxyFactory
Implementations must create a mocking proxy to an object of the specified class using the specified signature providing the specified arguments
createObjectMockProxy(Class, Object[], String) - Method in class com.agical.rmock.extension.cglib.CglibProxyFactory
 
createObjectMockProxy(Class, Class[], Object[], String) - Method in class com.agical.rmock.extension.cglib.CglibProxyFactory
 
createObjectMonitorProxy(Class, Class[], Object[], String) - Method in interface com.agical.rmock.core.ProxyFactory
Implementation must create an intercepting proxy of the given class with the given arguments by using the constructor taking the parameter types provided.
createObjectMonitorProxy(Class, Object[], String) - Method in interface com.agical.rmock.core.ProxyFactory
Implementation must create an intercepting proxy of the given class by finding the most suitable constructor.
createObjectMonitorProxy(Class, Object[], String) - Method in class com.agical.rmock.extension.cglib.CglibProxyFactory
 
createObjectMonitorProxy(Class, Class[], Object[], String) - Method in class com.agical.rmock.extension.cglib.CglibProxyFactory
 
createService() - Method in interface com.agical.rmock.core.configuration.RMockServiceFactory
 
createService() - Method in class com.agical.rmock.core.exception.manager.ExceptionVerifierFactory
 
createService() - Method in class com.agical.rmock.core.expectation.section.service.SectionManagerServiceFactory
 
createService() - Method in class com.agical.rmock.extension.cglib.CglibProxyFactoryFactory
 
createSetupStep(String) - Method in class com.agical.rmock.extension.junit.BasicJUnitStrategyTestCase
 
createStrategy(String) - Method in class com.agical.rmock.extension.junit.AbstractMockStrategyTestCase
 
createStrategy(String) - Method in class com.agical.rmock.extension.junit.AbstractStrategyTestCase
Implement this method to return a strategy to run for the given test.
createStrategy(String) - Method in class com.agical.rmock.extension.junit.BasicJUnitStrategyTestCase
 
createStrategy(String) - Method in class com.agical.rmock.extension.junit.RMockTestCase
 
createTearDownStep(String) - Method in class com.agical.rmock.extension.junit.BasicJUnitStrategyTestCase
 
createTestStep(String) - Method in class com.agical.rmock.extension.junit.BasicJUnitStrategyTestCase
 
createTestStep(String) - Method in class com.agical.rmock.extension.junit.RMockThreadSupportingTestCase
 
createVerifyStep(String) - Method in class com.agical.rmock.extension.junit.AbstractMockStrategyTestCase
 

D

decapitalize(String) - Static method in class com.agical.rmock.core.util.StringUtils
 
DefaultValueProvider - Class in com.agical.rmock.core.util
 
DefaultValueProvider() - Constructor for class com.agical.rmock.core.util.DefaultValueProvider
 
describe(Constraint) - Method in interface com.agical.rmock.core.describe.ExpressionDescriber
 
describe(Expectation) - Method in class com.agical.rmock.core.describe.impl.ExpectationDescriberImpl
 
describe(Constraint) - Method in class com.agical.rmock.core.describe.impl.ExpressionDescriberImpl
 
describe(Multiplicity) - Method in class com.agical.rmock.core.describe.impl.MultiplicityDescriberImpl
 
describe(Multiplicity) - Method in interface com.agical.rmock.core.describe.MultiplicityDescriber
Called when a multiplicity should be described.
describeInverted(Expression) - Method in interface com.agical.rmock.core.describe.ExpressionDescriber
describe this constraint as inverted
ie !wrappedConstraint
describeInverted(Expression) - Method in class com.agical.rmock.core.describe.impl.ExpressionDescriberImpl
 
describeReference(String) - Method in interface com.agical.rmock.core.describe.ExpressionDescriber
Describes a reference
describeReference(String) - Method in class com.agical.rmock.core.describe.impl.ExpressionDescriberImpl
 
describeSectionEntered(Section, int) - Method in class com.agical.rmock.core.describe.impl.SectionDescriberImpl
 
describeSectionEntered(Section, int) - Method in interface com.agical.rmock.core.describe.SectionDescriber
 
describeSectionExited(Section, int) - Method in class com.agical.rmock.core.describe.impl.SectionDescriberImpl
 
describeSectionExited(Section, int) - Method in interface com.agical.rmock.core.describe.SectionDescriber
 
describeWith(ExpressionDescriber) - Method in class com.agical.rmock.core.match.constraint.AbstractConstraint
 
describeWith(ExpressionDescriber) - Method in interface com.agical.rmock.core.match.Expression
Describes this expression with the given describer
describeWith(ExpressionDescriber) - Method in class com.agical.rmock.core.match.operator.AbstractBinaryOperator
 
describeWith(ExpressionDescriber) - Method in class com.agical.rmock.core.match.operator.NotOperator
 
describeWith(ExpressionDescriber) - Method in class com.agical.rmock.core.match.reference.ArrayRefernce
 
describeWith(ExpressionDescriber) - Method in interface com.agical.rmock.core.match.Reference
Describes this reference with the given describer
describeWith(ExpressionDescriber) - Method in class com.agical.rmock.core.match.reference.ExpressionReference
 
describeWith(ExpressionDescriber) - Method in class com.agical.rmock.core.match.reference.ToStringReference
 
disconnect(Object) - Method in class com.agical.rmock.core.hub.Hub
 
disconnectFromConsumer(Object, Object) - Method in interface com.agical.rmock.core.hub.ConnectionStrategy
 
disconnectFromConsumer(Object, Object) - Method in class com.agical.rmock.core.hub.InterfaceToInstanceConnectionStrategy
 
disconnectFromConsumer(Object, Object) - Method in class com.agical.rmock.core.hub.ProxySetMethodConnectionStrategy
 
doc - Variable in class com.agical.rmock.extension.junit.RMockTestCase
 
DocumentationControl - Interface in com.agical.rmock.core.documentation
 
DocumentationControlListener - Interface in com.agical.rmock.core.documentation
 
DocumentExpectationsVisitor - Class in com.agical.rmock.core.describe.impl
Creates a message from all visited expectations.
DocumentExpectationsVisitor(String) - Constructor for class com.agical.rmock.core.describe.impl.DocumentExpectationsVisitor
 
DynamicTestSuite - Class in com.agical.rmock.extension.junit
 
DynamicTestSuite(String) - Constructor for class com.agical.rmock.extension.junit.DynamicTestSuite
 
DynamicTestSuite(String, Configurator) - Constructor for class com.agical.rmock.extension.junit.DynamicTestSuite
 
DynamicTestSuite(String, Configurator, String) - Constructor for class com.agical.rmock.extension.junit.DynamicTestSuite
 

E

endArray() - Method in interface com.agical.rmock.core.describe.ExpressionDescriber
ends the current array
endArray() - Method in class com.agical.rmock.core.describe.impl.ExpressionDescriberImpl
 
endGroup() - Method in interface com.agical.rmock.core.describe.ExpressionDescriber
Signals the end of an expression
endGroup() - Method in class com.agical.rmock.core.describe.impl.ExpressionDescriberImpl
 
endingWith(String) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual string ends with the value of string
endScope() - Method in class com.agical.rmock.core.hub.Hub
 
endSection() - Method in class com.agical.rmock.core.expectation.section.service.SectionManagerService
 
endSection() - Method in interface com.agical.rmock.core.SectionManager
 
endSection() - Method in class com.agical.rmock.extension.junit.RMockTestCase
 
EndSectionException - Exception in com.agical.rmock.core.exception
(c) Agical AB 2005
EndSectionException(String) - Constructor for exception com.agical.rmock.core.exception.EndSectionException
 
EndsWithConstraint - Class in com.agical.rmock.core.match.constraint
 
EndsWithConstraint(Object) - Constructor for class com.agical.rmock.core.match.constraint.EndsWithConstraint
 
endVerify() - Method in class com.agical.rmock.core.exception.manager.ExceptionVerifierImpl
 
endVerify() - Method in class com.agical.rmock.core.expectation.Engine
Changes ends verification
endVerify() - Method in class com.agical.rmock.core.expectation.section.service.SectionManagerService
 
endVerify() - Method in interface com.agical.rmock.core.Verifiable
 
EndVerifyStep - Class in com.agical.rmock.core.strategy.impl
 
EndVerifyStep() - Constructor for class com.agical.rmock.core.strategy.impl.EndVerifyStep
 
Engine - Class in com.agical.rmock.core.expectation
(c) Agical AB 2005
Engine() - Constructor for class com.agical.rmock.core.expectation.Engine
 
EngineException - Exception in com.agical.rmock.core.expectation
 
EngineException(Section, boolean, String, Throwable) - Constructor for exception com.agical.rmock.core.expectation.EngineException
 
EngineException(Section, boolean, String) - Constructor for exception com.agical.rmock.core.expectation.EngineException
 
enteredSection(Section) - Method in class com.agical.rmock.core.describe.impl.DocumentExpectationsVisitor
 
enteredSection(Section) - Method in class com.agical.rmock.core.expectation.ExpectationCounterVisitor
 
enteredSection(Section) - Method in class com.agical.rmock.core.expectation.InvocationExpectationVisitor
 
enteredSection(Section) - Method in interface com.agical.rmock.core.ExpectationVisitor
Called when a section is entered
eq(Object) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the reference is equal to the actual object.
eq(boolean) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the reference is equal to the actual object.
eq(long) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the reference is equal to the actual object.
eq(int) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the reference is equal to the actual object.
eq(short) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the reference is equal to the actual object.
eq(byte) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the reference is equal to the actual object.
eq(double) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the reference is equal to the actual object.
eq(float) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the reference is equal to the actual object.
eq(char) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the reference is equal to the actual object.
equals(Object) - Method in class com.agical.rmock.core.action.ForwardingAction
 
equals(Object) - Method in class com.agical.rmock.core.action.ReturnAction
 
equals(Object) - Method in class com.agical.rmock.core.action.ThrowsAction
 
equals(Object) - Method in class com.agical.rmock.core.match.constraint.AbstractConstraint
 
equals(Object) - Method in class com.agical.rmock.core.match.multiplicity.impl.MultiplicityImpl
 
equals(Object) - Method in class com.agical.rmock.core.util.impl.MockMethodSignatureIdentity
 
EqualsConstraint - Class in com.agical.rmock.core.match.constraint
(c) Agical AB 2005
EqualsConstraint(Object) - Constructor for class com.agical.rmock.core.match.constraint.EqualsConstraint
 
exactly(int) - Method in class com.agical.rmock.core.match.multiplicity.MultiplicityFactory
 
ExceptionVerifier - Interface in com.agical.rmock.core.exception.manager
 
exceptionVerifierDecorator(TestStep) - Method in class com.agical.rmock.extension.junit.AbstractMockStrategyTestCase
 
ExceptionVerifierFactory - Class in com.agical.rmock.core.exception.manager
 
ExceptionVerifierFactory() - Constructor for class com.agical.rmock.core.exception.manager.ExceptionVerifierFactory
 
ExceptionVerifierImpl - Class in com.agical.rmock.core.exception.manager
 
ExceptionVerifierImpl() - Constructor for class com.agical.rmock.core.exception.manager.ExceptionVerifierImpl
 
ExceptionVerifierListener - Interface in com.agical.rmock.core.event
 
ExceptionVerifierTestStepDecorator - Class in com.agical.rmock.core.strategy.impl
 
ExceptionVerifierTestStepDecorator(TestStep) - Constructor for class com.agical.rmock.core.strategy.impl.ExceptionVerifierTestStepDecorator
 
ExecuteMethodOnTargetMatchAction - Class in com.agical.rmock.core.find.match.method
 
ExecuteMethodOnTargetMatchAction(Object) - Constructor for class com.agical.rmock.core.find.match.method.ExecuteMethodOnTargetMatchAction
 
exitedSection() - Method in class com.agical.rmock.core.describe.impl.DocumentExpectationsVisitor
 
exitedSection() - Method in class com.agical.rmock.core.expectation.ExpectationCounterVisitor
 
exitedSection() - Method in class com.agical.rmock.core.expectation.InvocationExpectationVisitor
 
exitedSection() - Method in interface com.agical.rmock.core.ExpectationVisitor
called when the current section has exited.
expect - Variable in class com.agical.rmock.extension.junit.RMockTestCase
 
Expectation - Interface in com.agical.rmock.core
An expectation is a collection of attributes represening an expected method call.
ExpectationCounterVisitor - Class in com.agical.rmock.core.expectation
 
ExpectationCounterVisitor() - Constructor for class com.agical.rmock.core.expectation.ExpectationCounterVisitor
 
ExpectationCounterVisitor(int) - Constructor for class com.agical.rmock.core.expectation.ExpectationCounterVisitor
 
ExpectationDescriberImpl - Class in com.agical.rmock.core.describe.impl
 
ExpectationDescriberImpl(Writer) - Constructor for class com.agical.rmock.core.describe.impl.ExpectationDescriberImpl
 
ExpectationEventSource - Interface in com.agical.rmock.core.expectation
 
ExpectationEventSourceImpl - Class in com.agical.rmock.core.expectation
 
ExpectationEventSourceImpl() - Constructor for class com.agical.rmock.core.expectation.ExpectationEventSourceImpl
 
ExpectationImpl - Class in com.agical.rmock.core.expectation
(c) Agical AB 2005
ExpectationImpl() - Constructor for class com.agical.rmock.core.expectation.ExpectationImpl
 
ExpectationListener - Interface in com.agical.rmock.core.expectation
 
ExpectationModifier - Interface in com.agical.rmock.core.expectation.modification
 
ExpectationModifierImpl - Class in com.agical.rmock.core.expectation.modification.impl
(c) Agical AB 2005
ExpectationModifierImpl() - Constructor for class com.agical.rmock.core.expectation.modification.impl.ExpectationModifierImpl
 
expectationsRecorded(Section) - Method in class com.agical.rmock.core.expectation.ExpectationEventSourceImpl
 
expectationsRecorded(Section) - Method in interface com.agical.rmock.core.expectation.ExpectationListener
 
ExpectationsState - Interface in com.agical.rmock.core.expectation
(c) Agical AB 2005
ExpectationVisitor - Interface in com.agical.rmock.core
(c) Agical AB 2005
ExpectedThrowableNotThrownException - Exception in com.agical.rmock.core.exception
 
ExpectedThrowableNotThrownException(String) - Constructor for exception com.agical.rmock.core.exception.ExpectedThrowableNotThrownException
 
expectThatExceptionThrown(Expression) - Method in class com.agical.rmock.extension.junit.RMockTestCase
Sets up that an exception is expected to be thrown as a result of this testCase.
Expression - Interface in com.agical.rmock.core.match
Represents an expression.
ExpressionDescriber - Interface in com.agical.rmock.core.describe
Provides an API so that expressions can describe themselves.
ExpressionDescriberImpl - Class in com.agical.rmock.core.describe.impl
(c) Agical AB 2005
ExpressionDescriberImpl(Writer) - Constructor for class com.agical.rmock.core.describe.impl.ExpressionDescriberImpl
 
ExpressionReference - Class in com.agical.rmock.core.match.reference
 
ExpressionReference(Expression) - Constructor for class com.agical.rmock.core.match.reference.ExpressionReference
 
ExtendedAssertionFailedError - Error in com.agical.rmock.extension.junit
 
ExtendedAssertionFailedError(Throwable) - Constructor for error com.agical.rmock.extension.junit.ExtendedAssertionFailedError
 
extendSection(String) - Method in class com.agical.rmock.core.expectation.section.service.SectionManagerService
 
extendSection(String) - Method in interface com.agical.rmock.core.SectionManager
 

F

fakeAndIntercept(Class, String) - Method in class com.agical.rmock.extension.junit.RMockTestCase
Fake and intercept is meant to be used on interfaces.
fakeAndIntercept(Class) - Method in class com.agical.rmock.extension.junit.RMockTestCase
Fake and intercept is meant to be used on interfaces.
FAKED_AND_INTERCEPTED - Static variable in class com.agical.rmock.extension.cglib.RMockNamingPolicy
 
FALSE - Variable in class com.agical.rmock.core.match.constraint.ConstraintFactory
Checks if the checked actual value is a boolen and false
FatalAssignSystemException - Exception in com.agical.rmock.core.hub
 
FatalAssignSystemException(String) - Constructor for exception com.agical.rmock.core.hub.FatalAssignSystemException
 
FatalAssignSystemException(Throwable) - Constructor for exception com.agical.rmock.core.hub.FatalAssignSystemException
 
FileSystemClassIterator - Class in com.agical.rmock.core.find.iterator
 
FileSystemClassIterator(Class) - Constructor for class com.agical.rmock.core.find.iterator.FileSystemClassIterator
 
FinallyStep - Class in com.agical.rmock.core.strategy.impl
 
FinallyStep() - Constructor for class com.agical.rmock.core.strategy.impl.FinallyStep
 
Finder - Class in com.agical.rmock.core.find
 
Finder() - Constructor for class com.agical.rmock.core.find.Finder
 
forEach(Expression) - Method in class com.agical.rmock.core.find.Finder
 
forEach(Expression) - Method in class com.agical.rmock.extension.junit.DynamicTestSuite
 
forEach(Expression) - Method in class com.agical.rmock.extension.junit.RMockTestCase
 
forward() - Method in interface com.agical.rmock.core.expectation.modification.ActionModifier
 
forward() - Method in class com.agical.rmock.core.expectation.modification.impl.ExpectationModifierImpl
 
ForwardingAction - Class in com.agical.rmock.core.action
(c) Agical AB 2005
ForwardingAction() - Constructor for class com.agical.rmock.core.action.ForwardingAction
 
ForwardingMethodHandle - Class in com.agical.rmock.core.util
(c) Agical AB 2005
ForwardingMethodHandle(Object, MethodProxy, String, String, Class[], Class) - Constructor for class com.agical.rmock.core.util.ForwardingMethodHandle
 
from(int) - Method in class com.agical.rmock.core.match.multiplicity.MultiplicityFactory
Use this methd to specify ranges.

G

ge(Object) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is greater than or equal to the reference.
ge(long) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is greater than or equal to the reference.
ge(int) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is greater than or equal to the reference.
ge(short) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is greater than or equal to the reference.
ge(byte) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is greater than or equal to the reference.
ge(double) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is greater than or equal to the reference.
ge(float) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is greater than or equal to the reference.
ge(char) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is greater than or equal to the reference.
get(String) - Method in interface com.agical.rmock.core.documentation.Context
Gets an object from the context
getAccessModifier() - Method in class com.agical.rmock.core.expectation.reference.BasicMethodReference
 
getAccessModifier() - Method in interface com.agical.rmock.core.expectation.reference.MethodReference
 
getAction() - Method in class com.agical.rmock.core.expectation.ExpectationImpl
 
getAction() - Method in interface com.agical.rmock.core.Expectation
 
getArguments() - Method in class com.agical.rmock.core.expectation.ExpectationImpl
 
getArguments() - Method in interface com.agical.rmock.core.Expectation
 
getBestAssignableConstructor(Class, Object[]) - Method in class com.agical.rmock.core.util.impl.MethodSelectorImpl
 
getBestAssignableConstructor(Class, Object[]) - Method in interface com.agical.rmock.core.util.MethodSelector
 
getBestAssignableMethod(Class, Object[], String) - Method in class com.agical.rmock.core.util.impl.MethodSelectorImpl
 
getBestAssignableMethod(Class, Object[], String) - Method in interface com.agical.rmock.core.util.MethodSelector
 
getCause() - Method in error com.agical.rmock.extension.junit.ExtendedAssertionFailedError
 
getClassName(String, String, Object, Predicate) - Method in class com.agical.rmock.extension.cglib.RMockNamingPolicy
 
getCount() - Method in class com.agical.rmock.core.expectation.ExpectationCounterVisitor
 
getCurrentSection() - Method in class com.agical.rmock.core.expectation.section.service.SectionManagerService
 
getCurrentSection() - Method in interface com.agical.rmock.core.SectionProvider
Will return the current section
getDeclaringClass() - Method in class com.agical.rmock.core.expectation.reference.BasicMethodReference
 
getDeclaringClass() - Method in interface com.agical.rmock.core.expectation.reference.MethodReference
 
getDefaultValue(Class) - Method in class com.agical.rmock.core.util.DefaultValueProvider
 
getDescription() - Method in class com.agical.rmock.core.expectation.section.AnyOrderSection
 
getDescription() - Method in class com.agical.rmock.core.expectation.section.OrderedSection
 
getDescription() - Method in class com.agical.rmock.core.expectation.section.OverridableSection
 
getDescription() - Method in class com.agical.rmock.core.expectation.section.StackedSection
 
getDescription() - Method in interface com.agical.rmock.core.Section
 
getDir(Class) - Method in class com.agical.rmock.core.find.iterator.ClassBaseDirExtractor
Finds the base directory of the given class
getExceptionVerifier() - Method in class com.agical.rmock.extension.junit.RMockTestCase
 
getExpectedServiceClass() - Method in class com.agical.rmock.extension.junit.RMockServiceFactoryTestCase
 
getExpectedServiceImplementationClass() - Method in class com.agical.rmock.extension.junit.RMockServiceFactoryTestCase
 
getHub() - Method in interface com.agical.rmock.core.configuration.Configurator
 
getHub() - Method in class com.agical.rmock.core.configuration.ConfiguratorImpl
 
getHub() - Method in class com.agical.rmock.extension.junit.AbstractStrategyTestCase
 
getId() - Method in class com.agical.rmock.core.expectation.ExpectationImpl
 
getId() - Method in interface com.agical.rmock.core.Expectation
 
getId() - Method in class com.agical.rmock.core.expectation.reference.BasicObjectReference
 
getId() - Method in interface com.agical.rmock.core.expectation.reference.ObjectReference
 
getId() - Method in class com.agical.rmock.core.expectation.reference.PropertyObjectReference
 
getInstance() - Static method in class com.agical.rmock.core.configuration.ConfiguratorImpl
 
getLastExpectation() - Method in class com.agical.rmock.core.expectation.Engine
 
getLastExpectation() - Method in interface com.agical.rmock.core.expectation.modification.LastExpectationProvider
 
getLeft() - Method in class com.agical.rmock.core.match.operator.AbstractBinaryOperator
 
getMatchCount() - Method in interface com.agical.rmock.core.match.Multiplicity
 
getMatchCount() - Method in class com.agical.rmock.core.match.multiplicity.impl.MultiplicityImpl
 
getMatchedAction() - Method in class com.agical.rmock.core.expectation.InvocationExpectationVisitor
 
getMatchedExpectations() - Method in class com.agical.rmock.core.describe.impl.DocumentExpectationsVisitor
 
getMax() - Method in interface com.agical.rmock.core.match.Multiplicity
 
getMax() - Method in class com.agical.rmock.core.match.multiplicity.impl.MultiplicityImpl
 
getMessage() - Method in class com.agical.rmock.core.describe.impl.DocumentExpectationsVisitor
 
getMessage() - Method in exception com.agical.rmock.core.expectation.EngineException
 
getMessage() - Method in error com.agical.rmock.extension.junit.ExtendedAssertionFailedError
 
getMethod() - Method in class com.agical.rmock.core.expectation.ExpectationImpl
 
getMethod() - Method in interface com.agical.rmock.core.Expectation
 
getMin() - Method in interface com.agical.rmock.core.match.Multiplicity
 
getMin() - Method in class com.agical.rmock.core.match.multiplicity.impl.MultiplicityImpl
 
getMultiplicity() - Method in class com.agical.rmock.core.expectation.ExpectationImpl
 
getMultiplicity() - Method in interface com.agical.rmock.core.Expectation
 
getName() - Method in class com.agical.rmock.core.expectation.reference.BasicMethodReference
 
getName() - Method in class com.agical.rmock.core.expectation.reference.BasicObjectReference
 
getName() - Method in interface com.agical.rmock.core.expectation.reference.MethodReference
 
getName() - Method in interface com.agical.rmock.core.expectation.reference.ObjectReference
 
getName() - Method in class com.agical.rmock.core.expectation.reference.PropertyObjectReference
 
getName() - Method in class com.agical.rmock.core.match.constraint.AbstractConstraint
 
getName() - Method in interface com.agical.rmock.core.match.Constraint
returns the name of this constraint
getNameSpace() - Method in interface com.agical.rmock.core.configuration.RMockSimpleService
A name space is used to group related services.
getNameSpaces() - Method in class com.agical.rmock.core.configuration.ConfiguratorImpl.ConfiguratorNameSpaceProvider
 
getNameSpaces() - Method in interface com.agical.rmock.core.configuration.NameSpaceProvider
 
getObject() - Method in class com.agical.rmock.core.match.reference.ArrayRefernce
 
getObject() - Method in class com.agical.rmock.core.match.reference.ExpressionReference
 
getObject() - Method in interface com.agical.rmock.core.match.Reference
 
getObject() - Method in class com.agical.rmock.core.match.reference.ToStringReference
 
getObjectReferenceArray(Object[]) - Method in class com.agical.rmock.core.expectation.reference.ObjectReferenceFactory
 
getObjectReferenceFromProxy(Object) - Method in class com.agical.rmock.extension.cglib.CglibProxyFactory
 
getObjectReferenceFromProxy(Object) - Method in interface com.agical.rmock.extension.cglib.ObjectReferenceRetriever
 
getObjectReferenceFromStackTrace(String, int) - Method in class com.agical.rmock.extension.cglib.CglibProxyFactory
 
getObjectReferenceFromStackTrace(String, int) - Method in interface com.agical.rmock.extension.cglib.ObjectReferenceRetriever
 
getParameterTypes() - Method in class com.agical.rmock.core.expectation.reference.BasicMethodReference
 
getParameterTypes() - Method in interface com.agical.rmock.core.expectation.reference.MethodReference
 
getParameterTypes() - Method in interface com.agical.rmock.core.MethodHandle
 
getParameterTypes() - Method in class com.agical.rmock.core.util.ForwardingMethodHandle
 
getParameterTypes() - Method in class com.agical.rmock.core.util.InterfaceMethodHandle
 
getProxiedSection() - Method in class com.agical.rmock.core.expectation.section.OverridableSection
 
getProxyFactory() - Method in class com.agical.rmock.extension.junit.AbstractMockStrategyTestCase
 
getReference() - Method in class com.agical.rmock.core.match.constraint.AbstractConstraint
 
getReference() - Method in interface com.agical.rmock.core.match.Constraint
 
getReturnType() - Method in class com.agical.rmock.core.expectation.reference.BasicMethodReference
 
getReturnType() - Method in interface com.agical.rmock.core.expectation.reference.MethodReference
 
getReturnType() - Method in interface com.agical.rmock.core.MethodHandle
 
getReturnType() - Method in class com.agical.rmock.core.util.ForwardingMethodHandle
 
getReturnType() - Method in class com.agical.rmock.core.util.InterfaceMethodHandle
 
getRight() - Method in class com.agical.rmock.core.match.operator.AbstractBinaryOperator
 
getRMockServiceFactory() - Method in class com.agical.rmock.extension.junit.RMockServiceFactoryTestCase
 
getRootSection() - Method in class com.agical.rmock.core.expectation.section.service.SectionManagerService
 
getRootSection() - Method in interface com.agical.rmock.core.SectionProvider
Will return the rootSection
getScope() - Method in class com.agical.rmock.core.expectation.reference.BasicMethodReference
 
getScope() - Method in interface com.agical.rmock.core.expectation.reference.MethodReference
 
getServiceNameSpaces() - Method in interface com.agical.rmock.core.configuration.Configurator
 
getServiceNameSpaces() - Method in class com.agical.rmock.core.configuration.ConfiguratorImpl
 
getServiceType() - Method in interface com.agical.rmock.core.configuration.RMockServiceFactory
 
getServiceType() - Method in class com.agical.rmock.core.exception.manager.ExceptionVerifierFactory
 
getServiceType() - Method in class com.agical.rmock.core.expectation.section.service.SectionManagerServiceFactory
 
getServiceType() - Method in class com.agical.rmock.extension.cglib.CglibProxyFactoryFactory
 
getStrategyRunner() - Method in class com.agical.rmock.extension.junit.AbstractStrategyTestCase
 
getSynchronized() - Method in class com.agical.rmock.core.expectation.reference.BasicMethodReference
 
getSynchronized() - Method in interface com.agical.rmock.core.expectation.reference.MethodReference
 
getType() - Method in class com.agical.rmock.core.expectation.reference.BasicObjectReference
 
getType() - Method in interface com.agical.rmock.core.expectation.reference.ObjectReference
 
getType() - Method in class com.agical.rmock.core.expectation.reference.PropertyObjectReference
 
getType() - Method in class com.agical.rmock.core.expectation.section.AnyOrderSection
 
getType() - Method in class com.agical.rmock.core.expectation.section.OrderedSection
 
getType() - Method in class com.agical.rmock.core.expectation.section.OverridableSection
 
getType() - Method in class com.agical.rmock.core.expectation.section.StackedSection
 
getType() - Method in interface com.agical.rmock.core.Section
 
getValueFor(Class) - Method in interface com.agical.rmock.core.find.match.method.ParameterProvider
 
getVerifiable() - Method in class com.agical.rmock.extension.junit.AbstractStrategyTestCase
 
GreaterThanConstraint - Class in com.agical.rmock.core.match.constraint
(c) Agical AB 2005
GreaterThanConstraint(Object) - Constructor for class com.agical.rmock.core.match.constraint.GreaterThanConstraint
 
GreaterThanOrEqualConstraint - Class in com.agical.rmock.core.match.constraint
(c) Agical AB 2005
GreaterThanOrEqualConstraint(Object) - Constructor for class com.agical.rmock.core.match.constraint.GreaterThanOrEqualConstraint
 
gt(Object) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is greater than the reference.
gt(long) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is greater than the reference.
gt(int) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is greater than the reference.
gt(short) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is greater than the reference.
gt(byte) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is greater than the reference.
gt(double) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is greater than the reference.
gt(float) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is greater than the reference.
gt(char) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is greater than the reference.

H

hashCode() - Method in class com.agical.rmock.core.action.ForwardingAction
 
hashCode() - Method in class com.agical.rmock.core.action.ReturnAction
 
hashCode() - Method in class com.agical.rmock.core.action.ThrowsAction
 
hashCode() - Method in class com.agical.rmock.core.match.constraint.AbstractConstraint
 
hashCode() - Method in class com.agical.rmock.core.match.multiplicity.impl.MultiplicityImpl
 
hashCode() - Method in class com.agical.rmock.core.util.impl.MockMethodSignatureIdentity
 
hasNext() - Method in class com.agical.rmock.core.find.iterator.FileSystemClassIterator
 
hasNext() - Method in class com.agical.rmock.core.find.iterator.MethodIterator
 
hasNext() - Method in interface com.agical.rmock.extension.junit.TestIterator
 
Hub - Class in com.agical.rmock.core.hub
A message hub capable of connecting object together using properties.
Hub() - Constructor for class com.agical.rmock.core.hub.Hub
 

I

IdMustBeUniqueException - Exception in com.agical.rmock.core.exception
Thrown when a proxy is created whith an id that is already defined in the current testcase.
IdMustBeUniqueException(String) - Constructor for exception com.agical.rmock.core.exception.IdMustBeUniqueException
 
IdMustBeUniqueException(String, String) - Constructor for exception com.agical.rmock.core.exception.IdMustBeUniqueException
 
IllegalModificationSystemException - Exception in com.agical.rmock.core.exception
 
IllegalModificationSystemException(String) - Constructor for exception com.agical.rmock.core.exception.IllegalModificationSystemException
 
IllegalStateTransitionException - Exception in com.agical.rmock.core.exception
 
IllegalStateTransitionException(String) - Constructor for exception com.agical.rmock.core.exception.IllegalStateTransitionException
 
in(Iterator) - Method in interface com.agical.rmock.core.find.CollectionSelector
 
instanceOf(Class) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual object is an instance of the class passed as the parameter clazz.
InstanceOfConstraint - Class in com.agical.rmock.core.match.constraint
(c) Agical AB 2005
InstanceOfConstraint(Class) - Constructor for class com.agical.rmock.core.match.constraint.InstanceOfConstraint
 
intercept(Object, Method, Object[], MethodProxy) - Method in class com.agical.rmock.extension.cglib.InterfaceInterceptionInvocationHandler
 
intercept(Object, Method, Object[], MethodProxy) - Method in class com.agical.rmock.extension.cglib.ObjectInterceptionInvocationHandler
 
intercept(Object, Method, Object[], MethodProxy) - Method in class com.agical.rmock.extension.cglib.ObjectMockInvocationHandler
 
intercept(Object, Method, Object[], MethodProxy) - Method in class com.agical.rmock.extension.cglib.ObjectMonitorInvocationHandler
 
intercept(Class) - Method in class com.agical.rmock.extension.junit.RMockTestCase
intercept creates an instance of the specified class (just as mock for a class), but it forwards all calls to that instance.
intercept(Class, String) - Method in class com.agical.rmock.extension.junit.RMockTestCase
intercept creates an instance of the specified class (just as mock for a class), but it forwards all calls to that instance.
intercept(Class, Class[], Object[], String) - Method in class com.agical.rmock.extension.junit.RMockTestCase
intercept creates an instance of the specified class (just as mock for a class), but it forwards all calls to that instance.
intercept(Class, Class[], Object[]) - Method in class com.agical.rmock.extension.junit.RMockTestCase
intercept creates an instance of the specified class (just as mock for a class), but it forwards all calls to that instance.
intercept(Class, Object[], String) - Method in class com.agical.rmock.extension.junit.RMockTestCase
intercept creates an instance of the specified class (just as mock for a class), but it forwards all calls to that instance.
intercept(Class, Object[]) - Method in class com.agical.rmock.extension.junit.RMockTestCase
intercept creates an instance of the specified class (just as mock for a class), but it forwards all calls to that instance.
INTERCEPTED - Static variable in class com.agical.rmock.extension.cglib.RMockNamingPolicy
 
InterfaceInterceptionInvocationHandler - Class in com.agical.rmock.extension.cglib
 
InterfaceInterceptionInvocationHandler(InvocationHandler, String, Class, ProxyFactory, ExpectationsState, InvocationListener, ObjectReferenceRetriever) - Constructor for class com.agical.rmock.extension.cglib.InterfaceInterceptionInvocationHandler
 
InterfaceMethodHandle - Class in com.agical.rmock.core.util
(c) Agical AB 2005
InterfaceMethodHandle(String, String, Class[], Class, ProxyFactory) - Constructor for class com.agical.rmock.core.util.InterfaceMethodHandle
 
InterfaceNotAllowedException - Exception in com.agical.rmock.core.exception
 
InterfaceNotAllowedException(String) - Constructor for exception com.agical.rmock.core.exception.InterfaceNotAllowedException
 
InterfaceToInstanceConnectionStrategy - Class in com.agical.rmock.core.hub
 
InterfaceToInstanceConnectionStrategy(Class) - Constructor for class com.agical.rmock.core.hub.InterfaceToInstanceConnectionStrategy
 
IntrospectionSystemException - Exception in com.agical.rmock.core.hub
 
IntrospectionSystemException(String) - Constructor for exception com.agical.rmock.core.hub.IntrospectionSystemException
 
IntrospectionSystemException(IntrospectionException) - Constructor for exception com.agical.rmock.core.hub.IntrospectionSystemException
 
invocation(Object[], MethodHandle) - Method in class com.agical.rmock.core.action.ForwardingAction
 
invocation(Object[], MethodHandle) - Method in interface com.agical.rmock.core.Action
Called when an invocation is made.
invocation(Object[], MethodHandle) - Method in class com.agical.rmock.core.action.ReturnAction
 
invocation(Object[], MethodHandle) - Method in class com.agical.rmock.core.action.ThrowsAction
 
invocation(String, Class, String, Object[], MethodHandle) - Method in class com.agical.rmock.core.expectation.Engine
 
invocation(ObjectReference, ObjectReference, MethodReference, ObjectReference[]) - Method in interface com.agical.rmock.core.expectation.InvocationListener
 
invocation(String, Class, String, Object[], MethodHandle) - Method in interface com.agical.rmock.core.InvocationHandler
Called when an invocation is made to a mock.
InvocationExpectationVisitor - Class in com.agical.rmock.core.expectation
Finds a matching expectation and returns its action.
InvocationExpectationVisitor(String, String, Object[]) - Constructor for class com.agical.rmock.core.expectation.InvocationExpectationVisitor
 
InvocationHandler - Interface in com.agical.rmock.core
An invocation handler handles invocations from mocks or intercepted objects.
InvocationListener - Interface in com.agical.rmock.core.expectation
 
invoke(Object, Method, Object[]) - Method in class com.agical.rmock.core.find.match.method.ReplayModifier
 
invoke(Object[]) - Method in interface com.agical.rmock.core.MethodHandle
Invokes the method
invoke(Object[]) - Method in class com.agical.rmock.core.util.ForwardingMethodHandle
 
invoke(Object[]) - Method in class com.agical.rmock.core.util.InterfaceMethodHandle
 
invokeMethod(Object, Method) - Method in class com.agical.rmock.core.strategy.impl.MethodStep
 
invokeOn(Object) - Method in class com.agical.rmock.core.find.match.method.MethodMatchActionFactory
 
is - Variable in class com.agical.rmock.extension.junit.AbstractStrategyTestCase
All expressions for the assertThatMethods are reachable from this factory.
is - Variable in class com.agical.rmock.extension.junit.DynamicTestSuite
 
IsFalseConstraint - Class in com.agical.rmock.core.match.constraint
(c) Agical AB 2005
IsFalseConstraint() - Constructor for class com.agical.rmock.core.match.constraint.IsFalseConstraint
 
isInSetupState() - Method in class com.agical.rmock.core.expectation.Engine
 
isInSetupState() - Method in interface com.agical.rmock.core.expectation.ExpectationsState
 
isInVerifyState() - Method in class com.agical.rmock.core.expectation.Engine
 
isInVerifyState() - Method in interface com.agical.rmock.core.expectation.ExpectationsState
 
IsNullConstraint - Class in com.agical.rmock.core.match.constraint
(c) Agical AB 2005
IsNullConstraint() - Constructor for class com.agical.rmock.core.match.constraint.IsNullConstraint
 
isSatisfied() - Method in class com.agical.rmock.core.expectation.ExpectationImpl
 
isSatisfied() - Method in class com.agical.rmock.core.expectation.section.AnyOrderSection
 
isSatisfied() - Method in class com.agical.rmock.core.expectation.section.OrderedSection
 
isSatisfied() - Method in class com.agical.rmock.core.expectation.section.OverridableSection
 
isSatisfied() - Method in class com.agical.rmock.core.expectation.section.StackedSection
 
isSatisfied() - Method in class com.agical.rmock.core.match.multiplicity.impl.MultiplicityImpl
 
isSatisfied() - Method in interface com.agical.rmock.core.match.Multiplicity
Indicates if this constraint has been satisfied.
isSatisfied() - Method in interface com.agical.rmock.core.Visitable
 
IsTrueConstraint - Class in com.agical.rmock.core.match.constraint
(c) Agical AB 2005
IsTrueConstraint() - Constructor for class com.agical.rmock.core.match.constraint.IsTrueConstraint
 
IteratorFactory - Class in com.agical.rmock.core.find.iterator
(c) 2005 Agical AB
IteratorFactory() - Constructor for class com.agical.rmock.core.find.iterator.IteratorFactory
 

J

join(List, String) - Static method in class com.agical.rmock.core.util.StringUtils
 

L

LastExpectationProvider - Interface in com.agical.rmock.core.expectation.modification
Interface used to access the last recorded invocation.
le(Object) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is less than or equal to the reference.
le(long) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is less than or equal to the reference.
le(int) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is less than or equal to the reference.
le(short) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is less than or equal to the reference.
le(byte) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is less than or equal to the reference.
le(double) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is less than or equal to the reference.
le(float) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is less than or equal to the reference.
le(char) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is less than or equal to the reference.
LessThanConstraint - Class in com.agical.rmock.core.match.constraint
 
LessThanConstraint(Object) - Constructor for class com.agical.rmock.core.match.constraint.LessThanConstraint
 
LessThanOrEqualConstraint - Class in com.agical.rmock.core.match.constraint
 
LessThanOrEqualConstraint(Object) - Constructor for class com.agical.rmock.core.match.constraint.LessThanOrEqualConstraint
 
lt(Object) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is less than the reference.
lt(long) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is less than the reference.
lt(int) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is less than the reference.
lt(short) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is less than the reference.
lt(byte) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is less than the reference.
lt(double) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is less than the reference.
lt(float) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is less than the reference.
lt(char) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual is less than the reference.

M

mark(String) - Method in interface com.agical.rmock.core.documentation.DocumentationControl
 
mark(String) - Method in interface com.agical.rmock.core.documentation.DocumentationControlListener
 
mark(String) - Method in class com.agical.rmock.core.documentation.impl.RMockDocumentationControl
 
match() - Method in class com.agical.rmock.core.match.multiplicity.impl.MultiplicityImpl
 
match() - Method in interface com.agical.rmock.core.match.Multiplicity
Called to notify the constraint that it has been matched.
MatchAction - Interface in com.agical.rmock.core.find
A match action can perform an action for each object that is matched.
matchAction - Variable in class com.agical.rmock.extension.junit.RMockTestCase
 
MatchActionFactory - Class in com.agical.rmock.core.find.match
 
MatchActionFactory(ExpectationModifier) - Constructor for class com.agical.rmock.core.find.match.MatchActionFactory
 
matched(Object) - Method in class com.agical.rmock.core.find.match.method.ExecuteMethodOnTargetMatchAction
 
matched(Object) - Method in interface com.agical.rmock.core.find.MatchAction
Signals that an object has been matched.
matched(Object) - Method in class com.agical.rmock.extension.junit.AddToTestSuiteAction
 
MatchExecuter - Interface in com.agical.rmock.core.find
Executes a match action upon each match (c) Agical AB 2005
method - Variable in class com.agical.rmock.core.find.match.MatchActionFactory
 
method - Variable in class com.agical.rmock.core.match.constraint.ConstraintFactory
A factory with expressions for checking methods.
MethodConstraintFactory - Class in com.agical.rmock.core.match.constraint.method
 
MethodConstraintFactory() - Constructor for class com.agical.rmock.core.match.constraint.method.MethodConstraintFactory
 
MethodHandle - Interface in com.agical.rmock.core
A method handle represents an actual method implementation.
MethodIterator - Class in com.agical.rmock.core.find.iterator
 
MethodIterator(Class) - Constructor for class com.agical.rmock.core.find.iterator.MethodIterator
 
MethodMatchActionFactory - Class in com.agical.rmock.core.find.match.method
 
MethodMatchActionFactory(ExpectationModifier) - Constructor for class com.agical.rmock.core.find.match.method.MethodMatchActionFactory
 
MethodNameConstraint - Class in com.agical.rmock.core.match.constraint.method
 
MethodNameConstraint(Expression) - Constructor for class com.agical.rmock.core.match.constraint.method.MethodNameConstraint
 
MethodParameterTypesConstraint - Class in com.agical.rmock.core.match.constraint.method
 
MethodParameterTypesConstraint(Expression[]) - Constructor for class com.agical.rmock.core.match.constraint.method.MethodParameterTypesConstraint
 
MethodReference - Interface in com.agical.rmock.core.expectation.reference
 
MethodSelector - Interface in com.agical.rmock.core.util
 
MethodSelectorImpl - Class in com.agical.rmock.core.util.impl
 
MethodSelectorImpl() - Constructor for class com.agical.rmock.core.util.impl.MethodSelectorImpl
 
methodsOf(Class) - Method in class com.agical.rmock.core.find.iterator.IteratorFactory
Returns an iterator that can iterate over all methods of a class
MethodStep - Class in com.agical.rmock.core.strategy.impl
 
MethodStep(Object, String) - Constructor for class com.agical.rmock.core.strategy.impl.MethodStep
 
MOCK - Static variable in class com.agical.rmock.extension.cglib.RMockNamingPolicy
 
mock(Class) - Method in class com.agical.rmock.extension.junit.RMockTestCase
Creates a mock for the selected class.
mock(Class, String) - Method in class com.agical.rmock.extension.junit.RMockTestCase
Creates a mock for the selected class with the specified id.
mock(Class, Object[], String) - Method in class com.agical.rmock.extension.junit.RMockTestCase
Creates a mock for the selected class with the specified id, using the specified args.
mock(Class, Class[], Object[], String) - Method in class com.agical.rmock.extension.junit.RMockTestCase
Creates a mock for the selected class with the specified id, using the specified args using the constructor with the specified signature.
MockMethodSignatureIdentity - Class in com.agical.rmock.core.util.impl
 
MockMethodSignatureIdentity(String, String, Class[]) - Constructor for class com.agical.rmock.core.util.impl.MockMethodSignatureIdentity
 
ModifiableExpectation - Interface in com.agical.rmock.core.expectation.modification
 
Modifier - Interface in com.agical.rmock.core.find.match.method
 
ModifierBuilder - Interface in com.agical.rmock.core.find.match.method
 
modify() - Method in interface com.agical.rmock.core.find.match.method.Modifier
 
modify() - Method in class com.agical.rmock.core.find.match.method.ReplayModifier
 
modify() - Method in class com.agical.rmock.extension.junit.RMockTestCase
 
modifyWith(Modifier) - Method in class com.agical.rmock.core.find.match.method.ExecuteMethodOnTargetMatchAction
 
modifyWith(Modifier) - Method in interface com.agical.rmock.core.find.match.method.ModifierBuilder
 
monitor(Object, String) - Method in class com.agical.rmock.extension.junit.RMockTestCase
This method is for enabling simpler monitoring setup for e.g.
monitor(Class, String) - Method in class com.agical.rmock.extension.junit.RMockTestCase
Use this method to create monitored objects to trace in documentation.
monitor(Class) - Method in class com.agical.rmock.extension.junit.RMockTestCase
Use this method to create monitored objects to trace in documentation.
monitor(Class, Object[], String) - Method in class com.agical.rmock.extension.junit.RMockTestCase
Use this method to create monitored objects to trace in documentation.
monitor(Class, Class[], Object[], String) - Method in class com.agical.rmock.extension.junit.RMockTestCase
Use this method to create monitored objects to trace in documentation.
MonitorCreationException - Exception in com.agical.rmock.core.exception
 
MonitorCreationException(Class, Class[]) - Constructor for exception com.agical.rmock.core.exception.MonitorCreationException
 
multiplicity(Multiplicity) - Method in class com.agical.rmock.core.expectation.modification.impl.ExpectationModifierImpl
 
multiplicity(Multiplicity) - Method in interface com.agical.rmock.core.expectation.modification.MultiplicityModifier
 
Multiplicity - Interface in com.agical.rmock.core.match
(c) Agical AB 2005
MultiplicityDescriber - Interface in com.agical.rmock.core.describe
An interface for describing multiplicities.
MultiplicityDescriberImpl - Class in com.agical.rmock.core.describe.impl
 
MultiplicityDescriberImpl(Writer) - Constructor for class com.agical.rmock.core.describe.impl.MultiplicityDescriberImpl
 
MultiplicityFactory - Class in com.agical.rmock.core.match.multiplicity
(c) Agical AB 2005
MultiplicityFactory() - Constructor for class com.agical.rmock.core.match.multiplicity.MultiplicityFactory
 
MultiplicityFactory.LimitableMultiplicity - Class in com.agical.rmock.core.match.multiplicity
Extends the multiplicity with a to method, limiting the current multiplicitys max matches.
MultiplicityFactory.LimitableMultiplicity(int) - Constructor for class com.agical.rmock.core.match.multiplicity.MultiplicityFactory.LimitableMultiplicity
 
MultiplicityImpl - Class in com.agical.rmock.core.match.multiplicity.impl
(c) Agical AB 2005
MultiplicityImpl(int, int) - Constructor for class com.agical.rmock.core.match.multiplicity.impl.MultiplicityImpl
 
MultiplicityModifier - Interface in com.agical.rmock.core.expectation.modification
(c) Agical AB 2005

N

name(Expression) - Method in class com.agical.rmock.core.match.constraint.clazz.ClassConstraintFactory
Returns an expression that checks wether the classes name passes the expression passed in the parameter expression.
name(Expression) - Method in class com.agical.rmock.core.match.constraint.method.MethodConstraintFactory
Passes if the mame of any method passed to this constraint passes the expression passes as the expression parameter.
NameSpaceProvider - Interface in com.agical.rmock.core.configuration
 
NamingUtils - Class in com.agical.rmock.core.util
 
NamingUtils() - Constructor for class com.agical.rmock.core.util.NamingUtils
 
next() - Method in class com.agical.rmock.core.find.iterator.FileSystemClassIterator
 
next() - Method in class com.agical.rmock.core.find.iterator.MethodIterator
 
next() - Method in interface com.agical.rmock.extension.junit.TestIterator
 
NO_ARGS - Static variable in class com.agical.rmock.core.strategy.impl.MethodStep
 
NO_PARAMETERS - Static variable in class com.agical.rmock.core.strategy.impl.MethodStep
 
NoChange - Variable in class com.agical.rmock.core.match.constraint.ConstraintFactory
Deprecated. Use AS_RECORDED instead
NoSuchConstructorException - Exception in com.agical.rmock.core.exception
 
NoSuchConstructorException(Class, Object[]) - Constructor for exception com.agical.rmock.core.exception.NoSuchConstructorException
 
NoSuchMethodException - Exception in com.agical.rmock.core.exception
 
NoSuchMethodException(Class, String, Object[]) - Constructor for exception com.agical.rmock.core.exception.NoSuchMethodException
 
NoSuchSectionException - Exception in com.agical.rmock.core.exception
 
NoSuchSectionException(String) - Constructor for exception com.agical.rmock.core.exception.NoSuchSectionException
 
not(Expression) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Inverts an expression
NOT_NULL - Variable in class com.agical.rmock.core.match.constraint.ConstraintFactory
Checks if the checked actual value is a boolen and not null.
NotOperator - Class in com.agical.rmock.core.match.operator
(c) Agical AB 2005
NotOperator(Expression) - Constructor for class com.agical.rmock.core.match.operator.NotOperator
 
NULL - Static variable in interface com.agical.rmock.core.configuration.NameSpaceProvider
 
NULL - Static variable in interface com.agical.rmock.core.event.ExceptionVerifierListener
 
NULL - Static variable in interface com.agical.rmock.core.expectation.ExpectationsState
 
NULL - Static variable in interface com.agical.rmock.core.expectation.modification.LastExpectationProvider
 
NULL - Static variable in interface com.agical.rmock.core.expectation.reference.ObjectReference
 
NULL - Static variable in interface com.agical.rmock.core.InvocationHandler
 
NULL - Variable in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the checked actual value is null

O

objectCompareTo(Object) - Method in class com.agical.rmock.core.match.reference.ArrayRefernce
 
objectCompareTo(Object) - Method in class com.agical.rmock.core.match.reference.ExpressionReference
 
objectCompareTo(Object) - Method in interface com.agical.rmock.core.match.Reference
compares the referenced object to another object
objectCompareTo(Object) - Method in class com.agical.rmock.core.match.reference.ToStringReference
 
objectEquals(Object) - Method in class com.agical.rmock.core.match.reference.ArrayRefernce
 
objectEquals(Object) - Method in class com.agical.rmock.core.match.reference.ExpressionReference
 
objectEquals(Object) - Method in interface com.agical.rmock.core.match.Reference
 
objectEquals(Object) - Method in class com.agical.rmock.core.match.reference.ToStringReference
 
ObjectInterceptionInvocationHandler - Class in com.agical.rmock.extension.cglib
(c) Agical AB 2005
ObjectInterceptionInvocationHandler(InvocationHandler, String, Class, ProxyFactory, ExpectationsState, InvocationListener, ObjectReferenceRetriever) - Constructor for class com.agical.rmock.extension.cglib.ObjectInterceptionInvocationHandler
 
ObjectMockInvocationHandler - Class in com.agical.rmock.extension.cglib
(c) Agical AB 2005
ObjectMockInvocationHandler(InvocationHandler, String, Class, ProxyFactory, ExpectationsState, InvocationListener, ObjectReferenceRetriever) - Constructor for class com.agical.rmock.extension.cglib.ObjectMockInvocationHandler
 
ObjectMonitorInvocationHandler - Class in com.agical.rmock.extension.cglib
 
ObjectMonitorInvocationHandler(InvocationHandler, String, Class, InvocationListener, ObjectReferenceRetriever, ExpectationsState) - Constructor for class com.agical.rmock.extension.cglib.ObjectMonitorInvocationHandler
 
ObjectReference - Interface in com.agical.rmock.core.expectation.reference
 
ObjectReferenceFactory - Class in com.agical.rmock.core.expectation.reference
 
ObjectReferenceFactory() - Constructor for class com.agical.rmock.core.expectation.reference.ObjectReferenceFactory
 
ObjectReferenceRetriever - Interface in com.agical.rmock.extension.cglib
 
once() - Method in class com.agical.rmock.core.match.multiplicity.MultiplicityFactory
 
operator(String) - Method in interface com.agical.rmock.core.describe.ExpressionDescriber
Inserts an operator in the constraint.
operator(String) - Method in class com.agical.rmock.core.describe.impl.ExpressionDescriberImpl
 
Operator - Interface in com.agical.rmock.core.match
 
or(Expression) - Method in interface com.agical.rmock.core.match.Expression
Ors this expression with the right side expression
or(Expression) - Method in class com.agical.rmock.core.match.operator.AbstractExpression
 
ordered(String) - Method in class com.agical.rmock.core.expectation.section.SectionFactory
 
OrderedSection - Class in com.agical.rmock.core.expectation.section
(c) Agical AB 2005
OrderedSection(String) - Constructor for class com.agical.rmock.core.expectation.section.OrderedSection
 
OrOperator - Class in com.agical.rmock.core.match.operator
 
OrOperator(Expression, Expression) - Constructor for class com.agical.rmock.core.match.operator.OrOperator
 
OverridableSection - Class in com.agical.rmock.core.expectation.section
 
OverridableSection(Section) - Constructor for class com.agical.rmock.core.expectation.section.OverridableSection
 
overrideSection(String, Section) - Method in class com.agical.rmock.core.expectation.section.service.SectionManagerService
 
overrideSection(String, Section) - Method in interface com.agical.rmock.core.SectionManager
 
overrideWith(Section) - Method in class com.agical.rmock.core.expectation.section.OverridableSection
 

P

ParameterBuilder - Interface in com.agical.rmock.core.find.match.method
 
ParameterProvider - Interface in com.agical.rmock.core.find.match.method
 
paramTypes(Expression[]) - Method in class com.agical.rmock.core.match.constraint.method.MethodConstraintFactory
Returns an expression that matches the parametertypes of a method.
passes(Object) - Method in class com.agical.rmock.core.match.constraint.AnythingConstraint
 
passes(Object) - Method in class com.agical.rmock.core.match.constraint.clazz.ClassAssignableToConstraint
 
passes(Object) - Method in class com.agical.rmock.core.match.constraint.clazz.ClassIsAbstractConstraint
 
passes(Object) - Method in class com.agical.rmock.core.match.constraint.clazz.ClassNameConstraint
 
passes(Object) - Method in class com.agical.rmock.core.match.constraint.ContainsConstraint
 
passes(Object) - Method in class com.agical.rmock.core.match.constraint.EndsWithConstraint
 
passes(Object) - Method in class com.agical.rmock.core.match.constraint.EqualsConstraint
 
passes(Object) - Method in class com.agical.rmock.core.match.constraint.GreaterThanConstraint
 
passes(Object) - Method in class com.agical.rmock.core.match.constraint.GreaterThanOrEqualConstraint
 
passes(Object) - Method in class com.agical.rmock.core.match.constraint.InstanceOfConstraint
 
passes(Object) - Method in class com.agical.rmock.core.match.constraint.IsFalseConstraint
 
passes(Object) - Method in class com.agical.rmock.core.match.constraint.IsNullConstraint
 
passes(Object) - Method in class com.agical.rmock.core.match.constraint.IsTrueConstraint
 
passes(Object) - Method in class com.agical.rmock.core.match.constraint.LessThanConstraint
 
passes(Object) - Method in class com.agical.rmock.core.match.constraint.LessThanOrEqualConstraint
 
passes(Object) - Method in class com.agical.rmock.core.match.constraint.method.MethodNameConstraint
 
passes(Object) - Method in class com.agical.rmock.core.match.constraint.method.MethodParameterTypesConstraint
 
passes(Object) - Method in class com.agical.rmock.core.match.constraint.SameConstraint
 
passes(Object) - Method in class com.agical.rmock.core.match.constraint.StartsWithConstraint
 
passes(Object) - Method in interface com.agical.rmock.core.match.Expression
 
passes(Object) - Method in class com.agical.rmock.core.match.operator.AndOperator
 
passes(Object) - Method in class com.agical.rmock.core.match.operator.NotOperator
 
passes(Object) - Method in class com.agical.rmock.core.match.operator.OrOperator
 
passes(Object) - Method in class com.agical.rmock.core.match.operator.XorOperator
 
perform(Action) - Method in interface com.agical.rmock.core.expectation.modification.ActionModifier
 
perform(Action) - Method in class com.agical.rmock.core.expectation.modification.impl.ExpectationModifierImpl
 
perform(MatchAction) - Method in interface com.agical.rmock.core.find.MatchExecuter
Performs the given action upon each match.
PrimitiveToObject - Class in com.agical.rmock.core.util
(c) Agical AB 2005
PrimitiveToObject() - Constructor for class com.agical.rmock.core.util.PrimitiveToObject
 
printStackTrace() - Method in error com.agical.rmock.extension.junit.ExtendedAssertionFailedError
 
printStackTrace(PrintStream) - Method in error com.agical.rmock.extension.junit.ExtendedAssertionFailedError
 
printStackTrace(PrintWriter) - Method in error com.agical.rmock.extension.junit.ExtendedAssertionFailedError
 
PropertyObjectReference - Class in com.agical.rmock.core.expectation.reference
 
PropertyObjectReference(String, String, Class) - Constructor for class com.agical.rmock.core.expectation.reference.PropertyObjectReference
 
providers(Class) - Method in class com.agical.rmock.core.find.iterator.Service
 
ProxyFactory - Interface in com.agical.rmock.core
(c) Agical AB 2005
ProxySetMethodConnectionStrategy - Class in com.agical.rmock.core.hub
 
ProxySetMethodConnectionStrategy(Method) - Constructor for class com.agical.rmock.core.hub.ProxySetMethodConnectionStrategy
 
put(String, Serializable) - Method in interface com.agical.rmock.core.documentation.Context
Puts an object on the context

R

Reference - Interface in com.agical.rmock.core.match
 
ReferenceFactory - Class in com.agical.rmock.core.match.reference
 
ReferenceFactory() - Constructor for class com.agical.rmock.core.match.reference.ReferenceFactory
 
ReferenceOutOfScopeException - Exception in com.agical.rmock.core.hub
 
ReferenceOutOfScopeException(String) - Constructor for exception com.agical.rmock.core.hub.ReferenceOutOfScopeException
 
ReferenceOutOfScopeException(String, Throwable) - Constructor for exception com.agical.rmock.core.hub.ReferenceOutOfScopeException
 
ReferenceOutOfScopeException(Throwable) - Constructor for exception com.agical.rmock.core.hub.ReferenceOutOfScopeException
 
ReflectionUtils - Class in com.agical.rmock.core.util
 
ReflectionUtils() - Constructor for class com.agical.rmock.core.util.ReflectionUtils
 
remove() - Method in class com.agical.rmock.core.find.iterator.FileSystemClassIterator
 
remove() - Method in class com.agical.rmock.core.find.iterator.MethodIterator
 
replace(String, String, String) - Static method in class com.agical.rmock.core.util.StringUtils
 
replaceSection(String, Section) - Method in class com.agical.rmock.extension.junit.RMockTestCase
 
replayModifier() - Method in class com.agical.rmock.core.find.match.method.MethodMatchActionFactory
 
ReplayModifier - Class in com.agical.rmock.core.find.match.method
 
ReplayModifier(ExpectationModifier) - Constructor for class com.agical.rmock.core.find.match.method.ReplayModifier
 
ReturnAction - Class in com.agical.rmock.core.action
(c) Agical AB 2005
ReturnAction(Object) - Constructor for class com.agical.rmock.core.action.ReturnAction
 
returnValue(Object) - Method in interface com.agical.rmock.core.expectation.modification.ActionModifier
 
returnValue(boolean) - Method in interface com.agical.rmock.core.expectation.modification.ActionModifier
 
returnValue(byte) - Method in interface com.agical.rmock.core.expectation.modification.ActionModifier
 
returnValue(char) - Method in interface com.agical.rmock.core.expectation.modification.ActionModifier
 
returnValue(short) - Method in interface com.agical.rmock.core.expectation.modification.ActionModifier
 
returnValue(int) - Method in interface com.agical.rmock.core.expectation.modification.ActionModifier
 
returnValue(long) - Method in interface com.agical.rmock.core.expectation.modification.ActionModifier
 
returnValue(float) - Method in interface com.agical.rmock.core.expectation.modification.ActionModifier
 
returnValue(double) - Method in interface com.agical.rmock.core.expectation.modification.ActionModifier
 
returnValue(Object) - Method in class com.agical.rmock.core.expectation.modification.impl.ExpectationModifierImpl
 
returnValue(boolean) - Method in class com.agical.rmock.core.expectation.modification.impl.ExpectationModifierImpl
 
returnValue(byte) - Method in class com.agical.rmock.core.expectation.modification.impl.ExpectationModifierImpl
 
returnValue(char) - Method in class com.agical.rmock.core.expectation.modification.impl.ExpectationModifierImpl
 
returnValue(short) - Method in class com.agical.rmock.core.expectation.modification.impl.ExpectationModifierImpl
 
returnValue(int) - Method in class com.agical.rmock.core.expectation.modification.impl.ExpectationModifierImpl
 
returnValue(long) - Method in class com.agical.rmock.core.expectation.modification.impl.ExpectationModifierImpl
 
returnValue(float) - Method in class com.agical.rmock.core.expectation.modification.impl.ExpectationModifierImpl
 
returnValue(double) - Method in class com.agical.rmock.core.expectation.modification.impl.ExpectationModifierImpl
 
RMockAssertionFailedException - Exception in com.agical.rmock.core.exception
 
RMockAssertionFailedException(Section, boolean, String) - Constructor for exception com.agical.rmock.core.exception.RMockAssertionFailedException
 
RMockConcurrentExceptionsException - Exception in com.agical.rmock.core.exception
 
RMockConcurrentExceptionsException(String) - Constructor for exception com.agical.rmock.core.exception.RMockConcurrentExceptionsException
 
RMockDocumentationControl - Class in com.agical.rmock.core.documentation.impl
 
RMockDocumentationControl() - Constructor for class com.agical.rmock.core.documentation.impl.RMockDocumentationControl
 
RMockExpectationException - Exception in com.agical.rmock.core.exception
Base class for expectation related exceptions.
RMockExpectationException(Section, boolean, String) - Constructor for exception com.agical.rmock.core.exception.RMockExpectationException
 
RMockExpectationException(Section, boolean, String, Throwable) - Constructor for exception com.agical.rmock.core.exception.RMockExpectationException
 
RMockInternalError - Exception in com.agical.rmock.core.exception
 
RMockInternalError(String) - Constructor for exception com.agical.rmock.core.exception.RMockInternalError
 
RMockInternalError(String, Throwable) - Constructor for exception com.agical.rmock.core.exception.RMockInternalError
 
RMockNamingPolicy - Class in com.agical.rmock.extension.cglib
 
RMockNamingPolicy(String, String) - Constructor for class com.agical.rmock.extension.cglib.RMockNamingPolicy
 
RMockServiceFactory - Interface in com.agical.rmock.core.configuration
 
RMockServiceFactoryTestCase - Class in com.agical.rmock.extension.junit
 
RMockServiceFactoryTestCase() - Constructor for class com.agical.rmock.extension.junit.RMockServiceFactoryTestCase
 
RMockSimpleService - Interface in com.agical.rmock.core.configuration
A simple service has less control over it's creation than a service created with an RMockServiceFactory.
RMockSingletonService - Interface in com.agical.rmock.core.configuration
 
RMockSystemException - Exception in com.agical.rmock.core.exception
 
RMockSystemException(String) - Constructor for exception com.agical.rmock.core.exception.RMockSystemException
 
RMockSystemException(String, Throwable) - Constructor for exception com.agical.rmock.core.exception.RMockSystemException
 
RMockSystemException(Throwable) - Constructor for exception com.agical.rmock.core.exception.RMockSystemException
 
RMockSystemException() - Constructor for exception com.agical.rmock.core.exception.RMockSystemException
 
RMockSystemExceptionInterceptedException - Exception in com.agical.rmock.core.exception
 
RMockSystemExceptionInterceptedException(String, Throwable) - Constructor for exception com.agical.rmock.core.exception.RMockSystemExceptionInterceptedException
 
RMockTestCase - Class in com.agical.rmock.extension.junit
(c) Agical AB 2005
RMockTestCase() - Constructor for class com.agical.rmock.extension.junit.RMockTestCase
 
RMockTestCase(String) - Constructor for class com.agical.rmock.extension.junit.RMockTestCase
 
RMockTestCase(Hub, String) - Constructor for class com.agical.rmock.extension.junit.RMockTestCase
 
RMockThreadSupportingTestCase - Class in com.agical.rmock.extension.junit
(c) 2005 Agical AB
RMockThreadSupportingTestCase(String) - Constructor for class com.agical.rmock.extension.junit.RMockThreadSupportingTestCase
 
RMockThreadSupportingTestCase() - Constructor for class com.agical.rmock.extension.junit.RMockThreadSupportingTestCase
 
run() - Method in class com.agical.rmock.core.strategy.impl.BeginVerifyStep
 
run() - Method in class com.agical.rmock.core.strategy.impl.CompositeStep
Runs all configured steps
run() - Method in class com.agical.rmock.core.strategy.impl.EndVerifyStep
 
run() - Method in class com.agical.rmock.core.strategy.impl.ExceptionVerifierTestStepDecorator
 
run() - Method in class com.agical.rmock.core.strategy.impl.FinallyStep
 
run() - Method in class com.agical.rmock.core.strategy.impl.MethodStep
 
run() - Method in class com.agical.rmock.core.strategy.impl.ThreadedCompositeStep
 
run() - Method in interface com.agical.rmock.core.strategy.TestStep
 
run(TestResult) - Method in class com.agical.rmock.extension.junit.DynamicTestSuite
 
runBare() - Method in class com.agical.rmock.extension.junit.AbstractStrategyTestCase
Gets and runs the strategy.
runStrategy(TestStep) - Method in class com.agical.rmock.core.expectation.Engine
 
runStrategy(TestStep) - Method in interface com.agical.rmock.core.strategy.StrategyRunner
 

S

s - Variable in class com.agical.rmock.extension.junit.RMockTestCase
 
same(Object) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual object is the same reference as the ref object.
SameConstraint - Class in com.agical.rmock.core.match.constraint
(c) Agical AB 2005
SameConstraint(Object) - Constructor for class com.agical.rmock.core.match.constraint.SameConstraint
 
Section - Interface in com.agical.rmock.core
A section groups expectations so that they are easier to identify in error messages.
SectionDescriber - Interface in com.agical.rmock.core.describe
(c) Agical AB 2005
SectionDescriberImpl - Class in com.agical.rmock.core.describe.impl
(c) Agical AB 2005
SectionDescriberImpl(StringWriter, String) - Constructor for class com.agical.rmock.core.describe.impl.SectionDescriberImpl
 
SectionFactory - Class in com.agical.rmock.core.expectation.section
 
SectionFactory() - Constructor for class com.agical.rmock.core.expectation.section.SectionFactory
 
SectionManager - Interface in com.agical.rmock.core
 
SectionManagerService - Class in com.agical.rmock.core.expectation.section.service
 
SectionManagerService() - Constructor for class com.agical.rmock.core.expectation.section.service.SectionManagerService
 
SectionManagerServiceFactory - Class in com.agical.rmock.core.expectation.section.service
 
SectionManagerServiceFactory() - Constructor for class com.agical.rmock.core.expectation.section.service.SectionManagerServiceFactory
 
SectionProvider - Interface in com.agical.rmock.core
 
sendInvocationListenerEvent(Object, Object[], Method, InvocationListener, ObjectReferenceRetriever, ExpectationsState) - Method in class com.agical.rmock.extension.cglib.BaseInvocationHandler
 
Service - Class in com.agical.rmock.core.find.iterator
 
Service() - Constructor for class com.agical.rmock.core.find.iterator.Service
 
SERVICE_LOCATION - Static variable in class com.agical.rmock.core.find.iterator.Service
 
ServiceException - Exception in com.agical.rmock.core.find.iterator
 
ServiceException(Class, String, URL, Exception) - Constructor for exception com.agical.rmock.core.find.iterator.ServiceException
 
setAction(Action) - Method in class com.agical.rmock.core.expectation.ExpectationImpl
 
setAction(Action) - Method in interface com.agical.rmock.core.expectation.modification.ModifiableExpectation
 
setArguments(Expression[]) - Method in class com.agical.rmock.core.expectation.ExpectationImpl
 
setArguments(Expression[]) - Method in interface com.agical.rmock.core.expectation.modification.ModifiableExpectation
 
setAsserter(Assert) - Method in class com.agical.rmock.extension.junit.AbstractStrategyTestCase
 
setDocumentationContextListener(DocumentationControlListener) - Method in class com.agical.rmock.core.documentation.impl.RMockDocumentationControl
 
setExceptionVerifier(ExceptionVerifier) - Method in class com.agical.rmock.core.expectation.Engine
 
setExceptionVerifier(ExceptionVerifier) - Method in class com.agical.rmock.core.strategy.impl.ExceptionVerifierTestStepDecorator
 
setExceptionVerifier(ExceptionVerifier) - Method in class com.agical.rmock.extension.junit.RMockTestCase
 
setExceptionVerifierListener(ExceptionVerifierListener) - Method in class com.agical.rmock.core.exception.manager.ExceptionVerifierImpl
 
setExpectationListener(ExpectationListener) - Method in class com.agical.rmock.core.expectation.Engine
 
setExpectationListener(ExpectationListener) - Method in interface com.agical.rmock.core.expectation.ExpectationEventSource
 
setExpectationListener(ExpectationListener) - Method in class com.agical.rmock.core.expectation.ExpectationEventSourceImpl
 
setExpectationState(ExpectationsState) - Method in class com.agical.rmock.core.strategy.impl.BeginVerifyStep
 
setExpectationState(ExpectationsState) - Method in class com.agical.rmock.extension.cglib.CglibProxyFactory
 
setFinallyStep(TestStep) - Method in class com.agical.rmock.core.strategy.impl.FinallyStep
 
setId(String) - Method in class com.agical.rmock.core.expectation.ExpectationImpl
 
setId(String) - Method in interface com.agical.rmock.core.expectation.modification.ModifiableExpectation
 
setInvocationHandler(InvocationHandler) - Method in class com.agical.rmock.extension.cglib.CglibProxyFactory
 
setInvocationListener(InvocationListener) - Method in class com.agical.rmock.extension.cglib.CglibProxyFactory
 
setLastExpectationProvider(LastExpectationProvider) - Method in class com.agical.rmock.core.expectation.modification.impl.ExpectationModifierImpl
 
setMainStep(TestStep) - Method in class com.agical.rmock.core.strategy.impl.FinallyStep
 
setMax(int) - Method in class com.agical.rmock.core.match.multiplicity.impl.MultiplicityImpl
 
setMethod(String) - Method in class com.agical.rmock.core.expectation.ExpectationImpl
 
setMethod(String) - Method in interface com.agical.rmock.core.expectation.modification.ModifiableExpectation
 
setMultiplicity(Multiplicity) - Method in class com.agical.rmock.core.expectation.ExpectationImpl
 
setMultiplicity(Multiplicity) - Method in interface com.agical.rmock.core.expectation.modification.ModifiableExpectation
 
setMultiplicityModifier(MultiplicityModifier) - Method in class com.agical.rmock.extension.junit.RMockTestCase
 
setProxyFactory(ProxyFactory) - Method in class com.agical.rmock.core.expectation.Engine
 
setProxyFactory(ProxyFactory) - Method in class com.agical.rmock.extension.junit.AbstractMockStrategyTestCase
 
setSectionManager(SectionManager) - Method in class com.agical.rmock.extension.junit.RMockTestCase
 
setSectionProvider(SectionProvider) - Method in class com.agical.rmock.core.expectation.Engine
 
setStrategyRunner(StrategyRunner) - Method in class com.agical.rmock.extension.junit.AbstractStrategyTestCase
 
setTestCaseListener(TestCaseListener) - Method in class com.agical.rmock.extension.junit.AbstractStrategyTestCase
 
setTestStructureListener(TestStructureListener) - Method in class com.agical.rmock.extension.junit.DynamicTestSuite
 
setTestSuiteListener(TestSuiteListener) - Method in class com.agical.rmock.extension.junit.DynamicTestSuite
 
setUp() - Method in class com.agical.rmock.extension.junit.BasicJUnitStrategyTestCase
 
setUp() - Method in class com.agical.rmock.extension.junit.RMockServiceFactoryTestCase
 
setupSuite() - Method in class com.agical.rmock.extension.junit.DynamicTestSuite
 
setUserExceptionExpectation(Expression) - Method in interface com.agical.rmock.core.exception.manager.ExceptionVerifier
 
setUserExceptionExpectation(Expression) - Method in class com.agical.rmock.core.exception.manager.ExceptionVerifierImpl
 
setVerifiable(Verifiable) - Method in class com.agical.rmock.core.strategy.impl.BeginVerifyStep
 
setVerifiable(Verifiable) - Method in class com.agical.rmock.core.strategy.impl.EndVerifyStep
 
setVerifiable(Verifiable) - Method in class com.agical.rmock.extension.junit.AbstractStrategyTestCase
 
split(String, String) - Static method in class com.agical.rmock.core.util.StringUtils
 
split(String, String, boolean) - Static method in class com.agical.rmock.core.util.StringUtils
 
StackedSection - Class in com.agical.rmock.core.expectation.section
 
StackedSection(SectionProvider) - Constructor for class com.agical.rmock.core.expectation.section.StackedSection
 
startingWith(String) - Method in class com.agical.rmock.core.match.constraint.ConstraintFactory
Passes if the actual string begins with the value of string
StartsWithConstraint - Class in com.agical.rmock.core.match.constraint
 
StartsWithConstraint(String) - Constructor for class com.agical.rmock.core.match.constraint.StartsWithConstraint
 
startVerification() - Method in class com.agical.rmock.extension.junit.RMockTestCase
Change state of the mocks to start verify the recorded calls.
StrategyRunner - Interface in com.agical.rmock.core.strategy
 
StrategyTerminatingException - Exception in com.agical.rmock.core.exception
 
StrategyTerminatingException() - Constructor for exception com.agical.rmock.core.exception.StrategyTerminatingException
 
StringUtils - Class in com.agical.rmock.core.util
 
StringUtils - Class in com.agical.rmock.extension.cglib
 
StringUtils() - Constructor for class com.agical.rmock.extension.cglib.StringUtils
 
stub(Class, String) - Method in class com.agical.rmock.extension.junit.RMockTestCase
Deprecated. use intercept instead
stub(Class, Class[], Object[], String) - Method in class com.agical.rmock.extension.junit.RMockTestCase
Deprecated. use intercept instead
stub(Class, Object[], String) - Method in class com.agical.rmock.extension.junit.RMockTestCase
Deprecated. use intercept instead

T

tearDown() - Method in class com.agical.rmock.extension.junit.BasicJUnitStrategyTestCase
 
testCanCreateService() - Method in class com.agical.rmock.extension.junit.RMockServiceFactoryTestCase
 
TestCaseListener - Interface in com.agical.rmock.core.event
 
testCreate() - Method in class com.agical.rmock.extension.junit.RMockServiceFactoryTestCase
 
TestFinder - Interface in com.agical.rmock.extension.junit
 
testGetServiceType() - Method in class com.agical.rmock.extension.junit.RMockServiceFactoryTestCase
 
TestIterator - Interface in com.agical.rmock.extension.junit
 
tests() - Method in interface com.agical.rmock.extension.junit.TestFinder
 
TestStep - Interface in com.agical.rmock.core.strategy
 
TestStructureListener - Interface in com.agical.rmock.core.event
 
TestSuiteListener - Interface in com.agical.rmock.core.event
 
ThreadedCompositeStep - Class in com.agical.rmock.core.strategy.impl
 
ThreadedCompositeStep() - Constructor for class com.agical.rmock.core.strategy.impl.ThreadedCompositeStep
 
throwableThrown(Throwable) - Method in interface com.agical.rmock.core.event.ExceptionVerifierListener
 
throwException(Throwable) - Method in interface com.agical.rmock.core.expectation.modification.ActionModifier
 
throwException(Throwable) - Method in class com.agical.rmock.core.expectation.modification.impl.ExpectationModifierImpl
 
ThrowsAction - Class in com.agical.rmock.core.action
(c) Agical AB 2005
ThrowsAction(Throwable) - Constructor for class com.agical.rmock.core.action.ThrowsAction
 
to(int) - Method in class com.agical.rmock.core.match.multiplicity.MultiplicityFactory.LimitableMultiplicity
Limits the maximum number of matches this multiplicity can make.
toString() - Method in class com.agical.rmock.core.match.constraint.AbstractConstraint
 
ToStringReference - Class in com.agical.rmock.core.match.reference
References objects and describes them with object.toString()

(c) 2005 Agical AB
ToStringReference(Object) - Constructor for class com.agical.rmock.core.match.reference.ToStringReference
 
TRUE - Variable in class com.agical.rmock.core.match.constraint.ConstraintFactory
Checks if the checked actual value is a boolen and true

U

UnclosedSectionException - Exception in com.agical.rmock.core.exception
(c) Agical AB 2005
UnclosedSectionException(Stack) - Constructor for exception com.agical.rmock.core.exception.UnclosedSectionException
 
UnexpectedFatalSystemException - Exception in com.agical.rmock.core.exception
 
UnexpectedFatalSystemException(String, Throwable) - Constructor for exception com.agical.rmock.core.exception.UnexpectedFatalSystemException
 
UnexpectedFatalSystemException(Throwable) - Constructor for exception com.agical.rmock.core.exception.UnexpectedFatalSystemException
 
UnexpectedInvocationException - Exception in com.agical.rmock.core.exception
Thrown when an invocation is made that is not expected according to setup expectations.
UnexpectedInvocationException(Section, boolean, String) - Constructor for exception com.agical.rmock.core.exception.UnexpectedInvocationException
 
unordered(String) - Method in class com.agical.rmock.core.expectation.section.SectionFactory
 
UnsatisfiedDependencySystemException - Exception in com.agical.rmock.core.exception
 
UnsatisfiedDependencySystemException(Class) - Constructor for exception com.agical.rmock.core.exception.UnsatisfiedDependencySystemException
 
UnsatisfiedExpectationsException - Exception in com.agical.rmock.core.exception
Thrown when one or more expectations are not satisfied.
UnsatisfiedExpectationsException(Section, boolean) - Constructor for exception com.agical.rmock.core.exception.UnsatisfiedExpectationsException
 
UnsupportedClassLocationException - Exception in com.agical.rmock.core.find
 
UnsupportedClassLocationException(String) - Constructor for exception com.agical.rmock.core.find.UnsupportedClassLocationException
 
UnsupportedTestClassException - Exception in com.agical.rmock.extension.junit
 
UnsupportedTestClassException(String) - Constructor for exception com.agical.rmock.extension.junit.UnsupportedTestClassException
 

V

Verifiable - Interface in com.agical.rmock.core
 
verify() - Method in class com.agical.rmock.extension.junit.AbstractMockStrategyTestCase
 
verifyActualThrowable(Throwable) - Method in interface com.agical.rmock.core.exception.manager.ExceptionVerifier
 
verifyActualThrowable(Throwable) - Method in class com.agical.rmock.core.exception.manager.ExceptionVerifierImpl
 
visit(Expectation, boolean) - Method in class com.agical.rmock.core.describe.impl.DocumentExpectationsVisitor
 
visit(Expectation, boolean) - Method in class com.agical.rmock.core.expectation.ExpectationCounterVisitor
 
visit(Expectation, boolean) - Method in class com.agical.rmock.core.expectation.InvocationExpectationVisitor
 
visit(Expectation, boolean) - Method in interface com.agical.rmock.core.ExpectationVisitor
Visits expectations
Visitable - Interface in com.agical.rmock.core
Common interface for visitable objects (sections and expectations).

W

withParametersFrom(ParameterProvider) - Method in class com.agical.rmock.core.find.match.method.ExecuteMethodOnTargetMatchAction
 
withParametersFrom(ParameterProvider) - Method in interface com.agical.rmock.core.find.match.method.ParameterBuilder
 

X

xor(Expression) - Method in interface com.agical.rmock.core.match.Expression
Xors this expression with the right side expression
xor(Expression) - Method in class com.agical.rmock.core.match.operator.AbstractExpression
 
XorOperator - Class in com.agical.rmock.core.match.operator
 
XorOperator(Expression, Expression) - Constructor for class com.agical.rmock.core.match.operator.XorOperator
 

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

Copyright © 2005-2011 Agical AB. All Rights Reserved.