org.spockframework.mock
Interface IInvocationConstraint

All Known Implementing Classes:
EqualMethodNameConstraint, EqualPropertyNameConstraint, IdenticalTargetConstraint, NamedArgumentListConstraint, PositionalArgumentListConstraint, RegexMethodNameConstraint, RegexPropertyNameConstraint, WildcardMethodNameConstraint

public interface IInvocationConstraint

Author:
Peter Niederwieser

Method Summary
 boolean isSatisfiedBy(IMockInvocation invocation)
           
 

Method Detail

isSatisfiedBy

boolean isSatisfiedBy(IMockInvocation invocation)


Copyright © 2013. All rights reserved