test.jmock.core.constraint
Class IsEventFromTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bytest.jmock.core.constraint.AbstractConstraintsTest
              extended bytest.jmock.core.constraint.IsEventFromTest
All Implemented Interfaces:
Test

public class IsEventFromTest
extends AbstractConstraintsTest


Field Summary
 
Fields inherited from class test.jmock.core.constraint.AbstractConstraintsTest
ANY_NON_NULL_ARGUMENT, ARGUMENT_IGNORED, FALSE_CONSTRAINT, NEVER_EVALUATED, TRUE_CONSTRAINT
 
Constructor Summary
IsEventFromTest()
           
 
Method Summary
 void testCanTestForSpecificEventClasses()
           
 void testEvaluatesToTrueIfArgumentIsAnEventObjectFiredByASpecifiedSource()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IsEventFromTest

public IsEventFromTest()
Method Detail

testEvaluatesToTrueIfArgumentIsAnEventObjectFiredByASpecifiedSource

public void testEvaluatesToTrueIfArgumentIsAnEventObjectFiredByASpecifiedSource()

testCanTestForSpecificEventClasses

public void testCanTestForSpecificEventClasses()