com.atlassian.bamboo.mockito
Class IsCronTriggerEq

java.lang.Object
  extended by org.hamcrest.BaseMatcher<T>
      extended by org.mockito.ArgumentMatcher<org.quartz.CronTrigger>
          extended by com.atlassian.bamboo.mockito.IsCronTriggerEq
All Implemented Interfaces:
org.hamcrest.Matcher<org.quartz.CronTrigger>, org.hamcrest.SelfDescribing

public class IsCronTriggerEq
extends org.mockito.ArgumentMatcher<org.quartz.CronTrigger>


Constructor Summary
IsCronTriggerEq(org.quartz.CronTrigger cronTrigger)
           
 
Method Summary
 boolean matches(java.lang.Object o)
           
 
Methods inherited from class org.mockito.ArgumentMatcher
describeTo
 
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IsCronTriggerEq

public IsCronTriggerEq(org.quartz.CronTrigger cronTrigger)
Method Detail

matches

public boolean matches(java.lang.Object o)
Specified by:
matches in interface org.hamcrest.Matcher<org.quartz.CronTrigger>
Specified by:
matches in class org.mockito.ArgumentMatcher<org.quartz.CronTrigger>


Copyright © 2011 Atlassian. All Rights Reserved.