Artifact Repository

 Portal for Open Source Java Artifacts. Find Java Classes and Libraries.

Artifact Info

Name:RMock
Description:RMock 2.0 is a Java mock object framework to use with jUnit. RMock has support for a setup-modify-run-verify workflow when writing jUnit tests. It integrates better with IDE refactoring support and allows designing classes and interfaces in a true test-first fashion.
GroupId:com.agical.rmock
ArtifactId:rmock
Available versions
and download
0.1.1
0.1.1
1.0
1.0.1
2.0.0
2.0.0
2.0.0
2.0.0
2.0.0-rc-5
2.0.0-rc-6
2.0.0-rc-6
2.0.0-rc-6
2.0.1
2.0.2
Included classes
com/agical/rmock/core/action/ForwardingAction
com/agical/rmock/core/action/ReturnAction
com/agical/rmock/core/action/ThrowsAction
com/agical/rmock/core/Action
com/agical/rmock/core/Assert
com/agical/rmock/core/configuration/Configurator
com/agical/rmock/core/configuration/ConfiguratorImpl
com/agical/rmock/core/configuration/NameSpaceProvider
com/agical/rmock/core/configuration/RMockServiceFactory
com/agical/rmock/core/configuration/RMockSimpleService
com/agical/rmock/core/configuration/RMockSingletonService
com/agical/rmock/core/describe/ExpressionDescriber
com/agical/rmock/core/describe/impl/DocumentExpectationsVisitor
com/agical/rmock/core/describe/impl/ExpectationDescriberImpl
com/agical/rmock/core/describe/impl/ExpressionDescriberImpl
com/agical/rmock/core/describe/impl/MultiplicityDescriberImpl
com/agical/rmock/core/describe/impl/SectionDescriberImpl
com/agical/rmock/core/describe/MultiplicityDescriber
com/agical/rmock/core/describe/SectionDescriber
com/agical/rmock/core/documentation/Context
com/agical/rmock/core/documentation/DocumentationControl
com/agical/rmock/core/documentation/DocumentationControlListener
com/agical/rmock/core/documentation/impl/RMockDocumentationControl
com/agical/rmock/core/event/ExceptionVerifierListener
com/agical/rmock/core/event/TestCaseListener
com/agical/rmock/core/event/TestStructureListener
com/agical/rmock/core/event/TestSuiteListener
com/agical/rmock/core/exception/EndSectionException
com/agical/rmock/core/exception/ExpectedThrowableNotThrownException
com/agical/rmock/core/exception/IdMustBeUniqueException
com/agical/rmock/core/exception/IllegalModificationSystemException
com/agical/rmock/core/exception/IllegalStateTransitionException
com/agical/rmock/core/exception/InterfaceNotAllowedException
com/agical/rmock/core/exception/manager/ExceptionVerifier
com/agical/rmock/core/exception/manager/ExceptionVerifierFactory
com/agical/rmock/core/exception/manager/ExceptionVerifierImpl
com/agical/rmock/core/exception/MonitorCreationException
com/agical/rmock/core/exception/NoSuchConstructorException
com/agical/rmock/core/exception/NoSuchMethodException
com/agical/rmock/core/exception/NoSuchSectionException
com/agical/rmock/core/exception/reflection/ClassNotFoundSystemException
com/agical/rmock/core/exception/RMockAssertionFailedException
com/agical/rmock/core/exception/RMockConcurrentExceptionsException
com/agical/rmock/core/exception/RMockExpectationException
com/agical/rmock/core/exception/RMockInternalError
com/agical/rmock/core/exception/RMockSystemException
com/agical/rmock/core/exception/RMockSystemExceptionInterceptedException
com/agical/rmock/core/exception/StrategyTerminatingException
com/agical/rmock/core/exception/UnclosedSectionException
com/agical/rmock/core/exception/UnexpectedFatalSystemException
com/agical/rmock/core/exception/UnexpectedInvocationException
com/agical/rmock/core/exception/UnsatisfiedDependencySystemException
com/agical/rmock/core/exception/UnsatisfiedExpectationsException
com/agical/rmock/core/expectation/Engine
com/agical/rmock/core/expectation/EngineException
com/agical/rmock/core/expectation/ExpectationCounterVisitor
com/agical/rmock/core/expectation/ExpectationEventSource
com/agical/rmock/core/expectation/ExpectationEventSourceImpl
com/agical/rmock/core/expectation/ExpectationImpl
com/agical/rmock/core/expectation/ExpectationListener
com/agical/rmock/core/expectation/ExpectationsState
com/agical/rmock/core/expectation/InvocationExpectationVisitor
com/agical/rmock/core/expectation/InvocationListener
com/agical/rmock/core/expectation/InvocationRecorder
com/agical/rmock/core/expectation/InvocationVerifier
com/agical/rmock/core/expectation/modification/ActionModifier
com/agical/rmock/core/expectation/modification/ArgumentsModifier
com/agical/rmock/core/expectation/modification/ExpectationModifier
com/agical/rmock/core/expectation/modification/impl/ExpectationModifierImpl
com/agical/rmock/core/expectation/modification/LastExpectationProvider
com/agical/rmock/core/expectation/modification/ModifiableExpectation
com/agical/rmock/core/expectation/modification/MultiplicityModifier
com/agical/rmock/core/expectation/reference/BasicMethodReference
com/agical/rmock/core/expectation/reference/BasicObjectReference
com/agical/rmock/core/expectation/reference/MethodReference
com/agical/rmock/core/expectation/reference/ObjectReference
com/agical/rmock/core/expectation/reference/ObjectReferenceFactory
com/agical/rmock/core/expectation/reference/PropertyObjectReference
com/agical/rmock/core/expectation/section/AnyOrderSection
com/agical/rmock/core/expectation/section/OrderedSection
com/agical/rmock/core/expectation/section/OverridableSection
com/agical/rmock/core/expectation/section/SectionFactory
com/agical/rmock/core/expectation/section/service/SectionManagerService
com/agical/rmock/core/expectation/section/service/SectionManagerServiceFactory
com/agical/rmock/core/expectation/section/StackedSection
com/agical/rmock/core/Expectation
com/agical/rmock/core/ExpectationVisitor
com/agical/rmock/core/find/CollectionSelector
com/agical/rmock/core/find/Finder
com/agical/rmock/core/find/iterator/ClassBaseDirExtractor
com/agical/rmock/core/find/iterator/FileSystemClassIterator
com/agical/rmock/core/find/iterator/IteratorFactory
com/agical/rmock/core/find/iterator/MethodIterator
com/agical/rmock/core/find/iterator/Service
com/agical/rmock/core/find/iterator/ServiceException
com/agical/rmock/core/find/match/MatchActionFactory
com/agical/rmock/core/find/match/method/ExecuteMethodOnTargetMatchAction
com/agical/rmock/core/find/match/method/MethodMatchActionFactory
com/agical/rmock/core/find/match/method/Modifier
com/agical/rmock/core/find/match/method/ModifierBuilder
com/agical/rmock/core/find/match/method/ParameterBuilder
com/agical/rmock/core/find/match/method/ParameterProvider
com/agical/rmock/core/find/match/method/ReplayModifier
com/agical/rmock/core/find/MatchAction
com/agical/rmock/core/find/MatchExecuter
com/agical/rmock/core/find/UnsupportedClassLocationException
com/agical/rmock/core/hub/ConnectionPoint
com/agical/rmock/core/hub/ConnectionStrategy
com/agical/rmock/core/hub/FatalAssignSystemException
com/agical/rmock/core/hub/Hub
com/agical/rmock/core/hub/InterfaceToInstanceConnectionStrategy
com/agical/rmock/core/hub/IntrospectionSystemException
com/agical/rmock/core/hub/MultiplexingProxyConnectionPoint
com/agical/rmock/core/hub/ProxySetMethodConnectionStrategy
com/agical/rmock/core/hub/ReferenceOutOfScopeException
com/agical/rmock/core/InvocationHandler
com/agical/rmock/core/match/constraint/AbstractConstraint
com/agical/rmock/core/match/constraint/AnythingConstraint
com/agical/rmock/core/match/constraint/clazz/ClassAssignableToConstraint
com/agical/rmock/core/match/constraint/clazz/ClassConstraintFactory
com/agical/rmock/core/match/constraint/clazz/ClassIsAbstractConstraint
com/agical/rmock/core/match/constraint/clazz/ClassNameConstraint
com/agical/rmock/core/match/constraint/ConstraintFactory
com/agical/rmock/core/match/constraint/ContainsConstraint
com/agical/rmock/core/match/constraint/EndsWithConstraint
com/agical/rmock/core/match/constraint/EqualsConstraint
com/agical/rmock/core/match/constraint/GreaterThanConstraint
com/agical/rmock/core/match/constraint/GreaterThanOrEqualConstraint
com/agical/rmock/core/match/constraint/InstanceOfConstraint
com/agical/rmock/core/match/constraint/IsFalseConstraint
com/agical/rmock/core/match/constraint/IsNullConstraint
com/agical/rmock/core/match/constraint/IsTrueConstraint
com/agical/rmock/core/match/constraint/LessThanConstraint
com/agical/rmock/core/match/constraint/LessThanOrEqualConstraint
com/agical/rmock/core/match/constraint/method/MethodConstraintFactory
com/agical/rmock/core/match/constraint/method/MethodNameConstraint
com/agical/rmock/core/match/constraint/method/MethodParameterTypesConstraint
com/agical/rmock/core/match/constraint/SameConstraint
com/agical/rmock/core/match/constraint/StartsWithConstraint
com/agical/rmock/core/match/Constraint
com/agical/rmock/core/match/Expression
com/agical/rmock/core/match/multiplicity/impl/MultiplicityImpl
com/agical/rmock/core/match/multiplicity/MultiplicityFactory
com/agical/rmock/core/match/Multiplicity
com/agical/rmock/core/match/operator/AbstractBinaryOperator
com/agical/rmock/core/match/operator/AbstractExpression
com/agical/rmock/core/match/operator/AndOperator
com/agical/rmock/core/match/operator/NotOperator
com/agical/rmock/core/match/operator/OrOperator
com/agical/rmock/core/match/operator/XorOperator
com/agical/rmock/core/match/Operator
com/agical/rmock/core/match/reference/ArrayRefernce
com/agical/rmock/core/match/reference/ExpressionReference
com/agical/rmock/core/match/reference/ReferenceFactory
com/agical/rmock/core/match/reference/ToStringReference
com/agical/rmock/core/match/Reference
com/agical/rmock/core/MethodHandle
com/agical/rmock/core/ProxyFactory
com/agical/rmock/core/Section
com/agical/rmock/core/SectionManager
com/agical/rmock/core/SectionProvider
com/agical/rmock/core/strategy/impl/BeginVerifyStep
com/agical/rmock/core/strategy/impl/CompositeStep
com/agical/rmock/core/strategy/impl/EndVerifyStep
com/agical/rmock/core/strategy/impl/ExceptionVerifierTestStepDecorator
com/agical/rmock/core/strategy/impl/FinallyStep
com/agical/rmock/core/strategy/impl/MethodStep
com/agical/rmock/core/strategy/impl/ThreadedCompositeStep
com/agical/rmock/core/strategy/StrategyRunner
com/agical/rmock/core/strategy/TestStep
com/agical/rmock/core/util/DefaultValueProvider
com/agical/rmock/core/util/ForwardingMethodHandle
com/agical/rmock/core/util/impl/MethodSelectorImpl
com/agical/rmock/core/util/impl/MockMethodSignatureIdentity
com/agical/rmock/core/util/InterfaceMethodHandle
com/agical/rmock/core/util/MethodSelector
com/agical/rmock/core/util/NamingUtils
com/agical/rmock/core/util/PrimitiveToObject
com/agical/rmock/core/util/ReflectionUtils
com/agical/rmock/core/util/StringUtils
com/agical/rmock/core/Verifiable
com/agical/rmock/core/Visitable
com/agical/rmock/extension/cglib/BaseInvocationHandler
com/agical/rmock/extension/cglib/CglibProxyFactory
com/agical/rmock/extension/cglib/CglibProxyFactoryFactory
com/agical/rmock/extension/cglib/IdentifierGenerator
com/agical/rmock/extension/cglib/InterfaceInterceptionInvocationHandler
com/agical/rmock/extension/cglib/InterfaceInvocationHandler
com/agical/rmock/extension/cglib/ObjectInterceptionInvocationHandler
com/agical/rmock/extension/cglib/ObjectMockInvocationHandler
com/agical/rmock/extension/cglib/ObjectMonitorInvocationHandler
com/agical/rmock/extension/cglib/ObjectReferenceRetriever
com/agical/rmock/extension/cglib/RMockNamingPolicy
com/agical/rmock/extension/cglib/StringUtils
com/agical/rmock/extension/junit/AbstractMockStrategyTestCase
com/agical/rmock/extension/junit/AbstractStrategyTestCase
com/agical/rmock/extension/junit/AddToTestSuiteAction
com/agical/rmock/extension/junit/BasicJUnitStrategyTestCase
com/agical/rmock/extension/junit/DynamicTestSuite
com/agical/rmock/extension/junit/ExtendedAssertionFailedError
com/agical/rmock/extension/junit/RMockServiceFactoryTestCase
com/agical/rmock/extension/junit/RMockTestCase
com/agical/rmock/extension/junit/RMockThreadSupportingTestCase
com/agical/rmock/extension/junit/TestFinder
com/agical/rmock/extension/junit/TestIterator
com/agical/rmock/extension/junit/UnsupportedTestClassException

Context Help

That's a tool for searching and browsing maven repositories.

You can search for classes, group id's and artifact id's.

The Vision of this portal is more transparence and visualisation of open source components.

Next phases are referencing of java docs and visualization of the component Architectures.

Social bookmarks


Seite bei del.icio.us speichern Seite bei Mister Wong speichern Seite bei Linkarena speichern Seite bei Google speichern Seite bei Yigg vorschlagen

Syndication

Subsribe our RSS Feed.

Technology Blog

Find articles about Java technologies.

Onlinemarketing and SEO