ERXMutableArrayTest Class Reference

Inherits er::erxtest::ERXTestCase.

Collaboration diagram for ERXMutableArrayTest:

Collaboration graph
[legend]

List of all members.

Public Member Functions

void testAdd ()
void testAddAll ()
void testAddAllAtInt ()
void testAddAtInt ()
void testAddObject ()
void testAddObjects ()
void testAddObjectsFromArray ()
void testArrayByAddingArray ()
void testArrayByAddingObjectsFromArray ()
void testArrayList ()
void testClassForCoder ()
void testClear ()
void testClone ()
void testComponentsJoinedByString ()
void testComponentsSeparatedByString ()
void testContains ()
void testContainsAllCollection ()
void testContainsObject ()
void testCount ()
void testDecodeObject ()
void testEmptyArray ()
void testEncodeWithCoder ()
void testEquals ()
void testERXMutableArrayConstuctorCollection ()
void testERXMutableArrayConstuctorInt ()
void testERXMutableArrayConstuctorNSArray ()
void testERXMutableArrayConstuctorNull ()
void testERXMutableArrayConstuctorObject ()
void testERXMutableArrayConstuctorObjectLangArray ()
void testERXMutableArrayConstuctorObjectLangArrayRange ()
void testERXMutableArrayConstuctorVectorRange ()
void testFirstObjectCommonWithArray ()
void testFromBlobNSData ()
void testFromPropertyList ()
void testGet ()
void testgetObjects ()
void testGetObjectsRange ()
void testHashCode ()
void testImmutableClone ()
void testIndexOf ()
void testIndexOfIdenticalObject ()
void testIndexOfIdenticalObjectRange ()
void testIndexOfObject ()
void testIndexofObjectRange ()
void testInsertObjectAtIndex ()
void testIsEmpty ()
void testIsEqualToArray ()
void testIterator ()
void testLastIndexOf ()
void testLastObject ()
void testListIterator ()
void testListIteratorWithInt ()
void testMakeObjectsPerformSelector ()
void testMoveObjectAtIndexToIndex ()
void testMustRecomputeHash ()
void testMutableClone ()
void testMutableCloneToNSMutableArray ()
void testMutableComponentsSeparatedByString ()
void testObjectAtIndex ()
void testObjectEnumerator ()
void testObjectNoCopy ()
void testObjects ()
void testObjectsRange ()
void testOperatorForKey ()
void testRemoveAll ()
void testRemoveAllObjects ()
void testRemoveAtInt ()
void testRemoveIdenticalObject ()
void testRemoveIdenticalObjectRange ()
void testRemoveLastObject ()
void testRemoveObject ()
void testRemoveObjectAtIndex ()
void testRemoveObjectRange ()
void testRemoveObjects ()
void testRemoveObjectsInArray ()
void testRemoveObjectsInRange ()
void testRemoveOperatorForKey ()
void testRemoveRange ()
void testRemoveWithObject ()
void testReplaceObjectAtIndex ()
void testReplaceObjectAtIndexSwitched ()
void testReplaceObjectsInRange ()
void testRetainsAll ()
void testReverseObjectEnumerator ()
void testSetArray ()
void testSetAtInt ()
void testSetMustRecomputeHash ()
void testSetOperatorForKey ()
void testShallowHashCode ()
void testSize ()
void testSortedArrayUsingComparator ()
void testSortedArrayUsingSelector ()
void testSortUsingComparator ()
void testSubarrayWithRange ()
void testSubList ()
void testSynchronizedArray ()
void testSynchronizedArrayWithNSArray ()
void testSynchronizedArrayWithNSMutableArray ()
void testTakeValueForKey ()
void testTakeValueForKeyPath ()
void testToArray ()
void testToArrayLangArray ()
void testToBlob ()
void testToBlobNSArray ()
void testToBlobNSMutableArray ()
void testToPropertyList ()
void testToPropertyListArray ()
void testToString ()
void testToStringArray ()
void testValueForKey ()
void testValueForKeyPath ()
void testVector ()

Protected Member Functions

void setUp () throws Exception


Detailed Description

Tests of the public API of the ERXMutableArray class.

This source file is automatically generated. The method names may be improved, and re-naming tests has no ill effect. Feel free to add tests or change tests to demonstrate what should be the "contracted" behavior of the class.

Author:
ray@ganymede.org, Ray Kiddy

Member Function Documentation

void setUp (  )  throws Exception [protected]

void testAdd (  ) 

void testAddAll (  ) 

void testAddAllAtInt (  ) 

void testAddAtInt (  ) 

void testAddObject (  ) 

void testAddObjects (  ) 

void testAddObjectsFromArray (  ) 

void testArrayByAddingArray (  ) 

void testArrayByAddingObjectsFromArray (  ) 

void testArrayList (  ) 

void testClassForCoder (  ) 

void testClear (  ) 

void testClone (  ) 

void testComponentsJoinedByString (  ) 

void testComponentsSeparatedByString (  ) 

void testContains (  ) 

void testContainsAllCollection (  ) 

void testContainsObject (  ) 

void testCount (  ) 

void testDecodeObject (  ) 

void testEmptyArray (  ) 

void testEncodeWithCoder (  ) 

void testEquals (  ) 

void testERXMutableArrayConstuctorCollection (  ) 

void testERXMutableArrayConstuctorInt (  ) 

void testERXMutableArrayConstuctorNSArray (  ) 

void testERXMutableArrayConstuctorNull (  ) 

void testERXMutableArrayConstuctorObject (  ) 

void testERXMutableArrayConstuctorObjectLangArray (  ) 

void testERXMutableArrayConstuctorObjectLangArrayRange (  ) 

void testERXMutableArrayConstuctorVectorRange (  ) 

void testFirstObjectCommonWithArray (  ) 

void testFromBlobNSData (  ) 

void testFromPropertyList (  ) 

void testGet (  ) 

void testgetObjects (  ) 

void testGetObjectsRange (  ) 

void testHashCode (  ) 

void testImmutableClone (  ) 

void testIndexOf (  ) 

void testIndexOfIdenticalObject (  ) 

void testIndexOfIdenticalObjectRange (  ) 

void testIndexOfObject (  ) 

void testIndexofObjectRange (  ) 

void testInsertObjectAtIndex (  ) 

void testIsEmpty (  ) 

void testIsEqualToArray (  ) 

void testIterator (  ) 

void testLastIndexOf (  ) 

void testLastObject (  ) 

void testListIterator (  ) 

void testListIteratorWithInt (  ) 

void testMakeObjectsPerformSelector (  ) 

void testMoveObjectAtIndexToIndex (  ) 

void testMustRecomputeHash (  ) 

void testMutableClone (  ) 

void testMutableCloneToNSMutableArray (  ) 

void testMutableComponentsSeparatedByString (  ) 

void testObjectAtIndex (  ) 

void testObjectEnumerator (  ) 

void testObjectNoCopy (  ) 

void testObjects (  ) 

void testObjectsRange (  ) 

void testOperatorForKey (  ) 

void testRemoveAll (  ) 

void testRemoveAllObjects (  ) 

void testRemoveAtInt (  ) 

void testRemoveIdenticalObject (  ) 

void testRemoveIdenticalObjectRange (  ) 

void testRemoveLastObject (  ) 

void testRemoveObject (  ) 

void testRemoveObjectAtIndex (  ) 

void testRemoveObjectRange (  ) 

void testRemoveObjects (  ) 

void testRemoveObjectsInArray (  ) 

void testRemoveObjectsInRange (  ) 

void testRemoveOperatorForKey (  ) 

void testRemoveRange (  ) 

void testRemoveWithObject (  ) 

void testReplaceObjectAtIndex (  ) 

void testReplaceObjectAtIndexSwitched (  ) 

void testReplaceObjectsInRange (  ) 

void testRetainsAll (  ) 

void testReverseObjectEnumerator (  ) 

void testSetArray (  ) 

void testSetAtInt (  ) 

void testSetMustRecomputeHash (  ) 

void testSetOperatorForKey (  ) 

void testShallowHashCode (  ) 

void testSize (  ) 

void testSortedArrayUsingComparator (  ) 

void testSortedArrayUsingSelector (  ) 

void testSortUsingComparator (  ) 

void testSubarrayWithRange (  ) 

void testSubList (  ) 

void testSynchronizedArray (  ) 

void testSynchronizedArrayWithNSArray (  ) 

void testSynchronizedArrayWithNSMutableArray (  ) 

void testTakeValueForKey (  ) 

void testTakeValueForKeyPath (  ) 

void testToArray (  ) 

void testToArrayLangArray (  ) 

void testToBlob (  ) 

void testToBlobNSArray (  ) 

void testToBlobNSMutableArray (  ) 

void testToPropertyList (  ) 

void testToPropertyListArray (  ) 

void testToString (  ) 

void testToStringArray (  ) 

void testValueForKey (  ) 

void testValueForKeyPath (  ) 

void testVector (  ) 


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:43:13 2012 for Project Wonder by  doxygen 1.5.8