org.spockframework.mock
Class IdenticalTargetConstraint

java.lang.Object
  extended by org.spockframework.mock.IdenticalTargetConstraint
All Implemented Interfaces:
IInvocationConstraint

public class IdenticalTargetConstraint
extends java.lang.Object
implements IInvocationConstraint

Author:
Peter Niederwieser

Constructor Summary
IdenticalTargetConstraint(java.lang.Object target)
           
 
Method Summary
 boolean isSatisfiedBy(IMockInvocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdenticalTargetConstraint

public IdenticalTargetConstraint(java.lang.Object target)
Method Detail

isSatisfiedBy

public boolean isSatisfiedBy(IMockInvocation invocation)
Specified by:
isSatisfiedBy in interface IInvocationConstraint


Copyright © 2013. All rights reserved