test.jmock.expectation
Class AssertMoTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bytest.jmock.expectation.AssertMoTest
All Implemented Interfaces:
Test

public class AssertMoTest
extends TestCase


Constructor Summary
AssertMoTest()
           
 
Method Summary
 void testAssertExcludes()
           
 void testAssertExcludesFails()
           
 void testAssertIncludes()
           
 void testAssertIncludesFails()
           
 void testAssertStartsWith()
           
 void testAssertStartsWithFails()
           
 void testDifferentArrays()
           
 void testDifferentLengthArrays()
           
 void testDifferentObjectArrays()
           
 void testEqualArrays()
           
 void testEqualEmptyArrays()
           
 void testFailureCheckerWithFailure()
           
 void testFailureCheckerWithoutFailure()
           
 
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

AssertMoTest

public AssertMoTest()
Method Detail

testAssertExcludes

public void testAssertExcludes()

testAssertExcludesFails

public void testAssertExcludesFails()

testAssertIncludes

public void testAssertIncludes()

testAssertIncludesFails

public void testAssertIncludesFails()

testAssertStartsWith

public void testAssertStartsWith()

testAssertStartsWithFails

public void testAssertStartsWithFails()

testDifferentArrays

public void testDifferentArrays()

testDifferentLengthArrays

public void testDifferentLengthArrays()

testDifferentObjectArrays

public void testDifferentObjectArrays()

testEqualArrays

public void testEqualArrays()

testEqualEmptyArrays

public void testEqualEmptyArrays()

testFailureCheckerWithFailure

public void testFailureCheckerWithFailure()

testFailureCheckerWithoutFailure

public void testFailureCheckerWithoutFailure()