Uses of Interface
org.unitils.mock.argumentmatcher.ArgumentMatcher

Packages that use ArgumentMatcher
org.unitils.mock   
org.unitils.mock.argumentmatcher   
org.unitils.mock.argumentmatcher.impl   
org.unitils.mock.core   
org.unitils.mock.core.matching   
org.unitils.mock.core.matching.impl   
 

Uses of ArgumentMatcher in org.unitils.mock
 

Methods in org.unitils.mock with parameters of type ArgumentMatcher
protected static
<T> void
ArgumentMatchers.registerArgumentMatcher(ArgumentMatcher argumentMatcher)
           
 

Uses of ArgumentMatcher in org.unitils.mock.argumentmatcher
 

Methods in org.unitils.mock.argumentmatcher that return types with arguments of type ArgumentMatcher
 List<ArgumentMatcher> ArgumentMatcherRepository.getArgumentMatchers()
           
 

Methods in org.unitils.mock.argumentmatcher with parameters of type ArgumentMatcher
 void ArgumentMatcherRepository.registerArgumentMatcher(ArgumentMatcher argumentMatcher, int lineNr)
          Registers an argument matcher at the given line nr.
 

Uses of ArgumentMatcher in org.unitils.mock.argumentmatcher.impl
 

Classes in org.unitils.mock.argumentmatcher.impl that implement ArgumentMatcher
 class AnyArgumentMatcher
          A matcher for checking whether an argument value is of a certain type.
 class DefaultArgumentMatcher
          A matcher for checking whether an argument equals a given value.
 class EqualsArgumentMatcher
          A matcher for checking whether an argument equals a given value.
 class LenEqArgumentMatcher
          A matcher for checking whether an argument equals a given value.
 class NotNullArgumentMatcher
          A matcher that will check whether an argument is not null.
 class NullArgumentMatcher
          A matcher that will check whether an argument is null.
 class RefEqArgumentMatcher
          A matcher for checking whether an argument equals a given value.
 class SameArgumentMatcher
          A matcher that will check whether an argument is the same instance (object identical) as the given value.
 

Uses of ArgumentMatcher in org.unitils.mock.core
 

Fields in org.unitils.mock.core with type parameters of type ArgumentMatcher
protected  List<ArgumentMatcher> BehaviorDefiningInvocation.argumentMatchers
           
 

Constructor parameters in org.unitils.mock.core with type arguments of type ArgumentMatcher
BehaviorDefiningInvocation(ProxyInvocation proxyInvocation, MockBehavior mockBehavior, List<ArgumentMatcher> argumentMatchers)
          Creates a behavior defining invocation for the given prosy invocation.
 

Uses of ArgumentMatcher in org.unitils.mock.core.matching
 

Methods in org.unitils.mock.core.matching that return types with arguments of type ArgumentMatcher
protected  List<ArgumentMatcher> MatchingInvocationBuilder.createArgumentMatchers(ProxyInvocation proxyInvocation)
           
 

Method parameters in org.unitils.mock.core.matching with type arguments of type ArgumentMatcher
 Object MatchingInvocationHandler.handleInvocation(ProxyInvocation proxyInvocation, List<ArgumentMatcher> argumentMatchers)
           
 

Uses of ArgumentMatcher in org.unitils.mock.core.matching.impl
 

Method parameters in org.unitils.mock.core.matching.impl with type arguments of type ArgumentMatcher
 Object BehaviorDefiningMatchingInvocationHandler.handleInvocation(ProxyInvocation proxyInvocation, List<ArgumentMatcher> argumentMatchers)
           
 Object AssertVerifyingMatchingInvocationHandler.handleInvocation(ProxyInvocation proxyInvocation, List<ArgumentMatcher> argumentMatchers)
           
 



Copyright © 2011. All Rights Reserved.