test.jmock.core
Class MockObjectSupportTestCaseTest

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

public class MockObjectSupportTestCaseTest
extends TestCase


Constructor Summary
MockObjectSupportTestCaseTest()
           
 
Method Summary
 void setUp()
           
 void testCanBeConstructedWithAName()
           
 void testCanCreateNamedDummyObjects()
           
 void testCanCreateNamedDummyObjectsThatImplementASpecificInterface()
           
 void testConvenienceMethodForCreatingIsEqualConstraintsIsOverloadedForPrimitiveTypes()
           
 void testGeneratesUsefulNamesForDummiesFromTheDummiedInterface()
           
 void testHasConvenienceConstantForIsAnything()
           
 void testHasConvenienceConstantForIsNull()
           
 void testHasConvenienceConstantForNotNull()
           
 void testHasConvenienceMethodForCreatingIsAConstraints()
           
 void testHasConvenienceMethodForCreatingIsEqualConstraints()
           
 void testHasConvenienceMethodForCreatingIsSameConstraints()
           
 void testHasConvenienceMethodForCreatingStringContainsConstraints()
           
 void testHasConvenienceMethodForLogicalConjunctionOfConstraints()
           
 void testHasConvenienceMethodForLogicalDisjunctionOfConstraints()
           
 void testHasConvenienceMethodForLogicalNegationOfConstraints()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

MockObjectSupportTestCaseTest

public MockObjectSupportTestCaseTest()
Method Detail

setUp

public void setUp()

testCanBeConstructedWithAName

public void testCanBeConstructedWithAName()

testCanCreateNamedDummyObjects

public void testCanCreateNamedDummyObjects()

testCanCreateNamedDummyObjectsThatImplementASpecificInterface

public void testCanCreateNamedDummyObjectsThatImplementASpecificInterface()

testGeneratesUsefulNamesForDummiesFromTheDummiedInterface

public void testGeneratesUsefulNamesForDummiesFromTheDummiedInterface()

testHasConvenienceConstantForIsAnything

public void testHasConvenienceConstantForIsAnything()

testHasConvenienceConstantForIsNull

public void testHasConvenienceConstantForIsNull()

testHasConvenienceConstantForNotNull

public void testHasConvenienceConstantForNotNull()

testHasConvenienceMethodForCreatingIsEqualConstraints

public void testHasConvenienceMethodForCreatingIsEqualConstraints()

testConvenienceMethodForCreatingIsEqualConstraintsIsOverloadedForPrimitiveTypes

public void testConvenienceMethodForCreatingIsEqualConstraintsIsOverloadedForPrimitiveTypes()

testHasConvenienceMethodForCreatingIsSameConstraints

public void testHasConvenienceMethodForCreatingIsSameConstraints()

testHasConvenienceMethodForCreatingIsAConstraints

public void testHasConvenienceMethodForCreatingIsAConstraints()

testHasConvenienceMethodForCreatingStringContainsConstraints

public void testHasConvenienceMethodForCreatingStringContainsConstraints()

testHasConvenienceMethodForLogicalNegationOfConstraints

public void testHasConvenienceMethodForLogicalNegationOfConstraints()

testHasConvenienceMethodForLogicalConjunctionOfConstraints

public void testHasConvenienceMethodForLogicalConjunctionOfConstraints()

testHasConvenienceMethodForLogicalDisjunctionOfConstraints

public void testHasConvenienceMethodForLogicalDisjunctionOfConstraints()