ERXKeyTest Class Reference

Inherits er::erxtest::ERXTestCase.

Collaboration diagram for ERXKeyTest:

Collaboration graph
[legend]

List of all members.

Public Member Functions

void setUp () throws Exception
void tearDown () throws Exception
void testAppendString ()
void testAtAvg ()
void testAtAvgERXKeyOfQ ()
void testAtAvgNonNull ()
void testAtAvgNonNullERXKeyOfQ ()
void testAtCount ()
void testAtFetchSpecString ()
void testAtFetchSpecStringERXKeyOfU ()
void testAtFlatten ()
void testAtFlattenERXKeyOfU ()
void testAtIsEmpty ()
void testAtLimitInteger ()
void testAtLimitIntegerERXKeyOfU ()
void testAtMax ()
void testAtMaxERXKeyOfU ()
void testAtMedian ()
void testAtMedianERXKeyOfQ ()
void testAtMin ()
void testAtMinERXKeyOfU ()
void testAtObjectAtIndexInteger ()
void testAtObjectAtIndexIntegerERXKeyOfU ()
void testAtPopStdDev ()
void testAtPopStdDevERXKeyOfQ ()
void testAtRemoveNullValues ()
void testAtRemoveNullValuesERXKeyOfU ()
void testAtReverse ()
void testAtReverseERXKeyOfU ()
void testAtSort ()
void testAtSortAsc ()
void testAtSortDesc ()
void testAtSortInsensitiveAsc ()
void testAtSortInsensitiveDesc ()
void testAtStdDev ()
void testAtStdDevERXKeyOfQ ()
void testAtSubarrayWithRangeNSRange ()
void testAtSubarrayWithRangeNSRangeERXKeyOfU ()
void testAtSum ()
void testAtSumERXKeyOfQ ()
void testAtUnique ()
void testAtUniqueERXKeyOfU ()
void testAvg ()
void testAvgERXKeyOfQ ()
void testAvgNonNull ()
void testAvgNonNullERXKeyOfQ ()
void testCount ()
void testFetchSpecString ()
void testFetchSpecStringERXKeyOfU ()
void testFlatten ()
void testFlattenERXKeyOfU ()
void testIsEmpty ()
void testLimitInteger ()
void testLimitIntegerERXKeyOfU ()
void testMax ()
void testMaxERXKeyOfU ()
void testMedian ()
void testMedianERXKeyOfQ ()
void testMin ()
void testMinERXKeyOfU ()
void testObjectAtIndexInteger ()
void testObjectAtIndexIntegerERXKeyOfU ()
void testPopStdDev ()
void testPopStdDevERXKeyOfQ ()
void testRemoveNullValues ()
void testRemoveNullValuesERXKeyOfU ()
void testReverse ()
void testReverseERXKeyOfU ()
void testSort ()
void testSortAsc ()
void testSortDesc ()
void testSortInsensitiveAsc ()
void testSortInsensitiveDesc ()
void testSortWithKeyPath ()
void testStdDev ()
void testStdDevERXKeyOfQ ()
void testSubarrayWithRangeNSRange ()
void testSubarrayWithRangeNSRangeERXKeyOfU ()
void testSum ()
void testSumERXKeyOfQ ()
void testUnique ()
void testUniqueERXKeyOfU ()

Private Attributes

Employee aaBb
Employee Abba
Role accountant
Company acme
Role barber
Role bigBoss
Employee curly
Employee deckard
Role doctor
EOEditingContext ec
Employee elena
Role headHunter
Employee larry
Employee moe
Paycheck paycheck10000
Paycheck paycheck15000
Paycheck paycheck5000
NSArray< Paycheckpaychecks
Employee rachael
NSArray< Roleroles
Employee rude
Employee rufus
Employee sephiroth
NSArray< EmployeeshinraEmployees
Company shinraInc
NSArray< EmployeeshinraNonManager
NSArray< StringshinraNonManagerNames
Company sortCo
Employee tyrell
Company tyrellCorp
NSArray< EmployeetyrellEmployees

Static Private Attributes

static final NSDictionary
< String, Integer > 
cinco = new NSDictionary<String, Integer>(Integer.valueOf(5), numKey)
static final NSDictionary
< String, Integer > 
dos = new NSDictionary<String, Integer>(Integer.valueOf(2), numKey)
static final ERXKey< Integer > num = new ERXKey<Integer>(numKey)
static final NSArray
< NSDictionary< String,
Integer > > 
numbers = new NSArray<NSDictionary<String,Integer>>(uno, dos, tres, quatro, cinco)
static final String numKey = "num"
static final NSDictionary
< String, Integer > 
quatro = new NSDictionary<String, Integer>(Integer.valueOf(4), numKey)
static final NSArray< Integer > simpleNumbers = new NSArray<Integer>(Integer.valueOf(1),Integer.valueOf(2),Integer.valueOf(3),Integer.valueOf(4),Integer.valueOf(5))
static final NSDictionary
< String, Integer > 
tres = new NSDictionary<String, Integer>(Integer.valueOf(3), numKey)
static final NSDictionary
< String, Integer > 
uno = new NSDictionary<String, Integer>(Integer.valueOf(1), numKey)


Member Function Documentation

void setUp (  )  throws Exception

void tearDown (  )  throws Exception

void testAppendString (  ) 

void testAtAvg (  ) 

void testAtAvgERXKeyOfQ (  ) 

void testAtAvgNonNull (  ) 

void testAtAvgNonNullERXKeyOfQ (  ) 

void testAtCount (  ) 

void testAtFetchSpecString (  ) 

void testAtFetchSpecStringERXKeyOfU (  ) 

void testAtFlatten (  ) 

void testAtFlattenERXKeyOfU (  ) 

void testAtIsEmpty (  ) 

void testAtLimitInteger (  ) 

void testAtLimitIntegerERXKeyOfU (  ) 

void testAtMax (  ) 

void testAtMaxERXKeyOfU (  ) 

void testAtMedian (  ) 

void testAtMedianERXKeyOfQ (  ) 

void testAtMin (  ) 

void testAtMinERXKeyOfU (  ) 

void testAtObjectAtIndexInteger (  ) 

void testAtObjectAtIndexIntegerERXKeyOfU (  ) 

void testAtPopStdDev (  ) 

void testAtPopStdDevERXKeyOfQ (  ) 

void testAtRemoveNullValues (  ) 

void testAtRemoveNullValuesERXKeyOfU (  ) 

void testAtReverse (  ) 

void testAtReverseERXKeyOfU (  ) 

void testAtSort (  ) 

void testAtSortAsc (  ) 

void testAtSortDesc (  ) 

void testAtSortInsensitiveAsc (  ) 

void testAtSortInsensitiveDesc (  ) 

void testAtStdDev (  ) 

void testAtStdDevERXKeyOfQ (  ) 

void testAtSubarrayWithRangeNSRange (  ) 

void testAtSubarrayWithRangeNSRangeERXKeyOfU (  ) 

void testAtSum (  ) 

void testAtSumERXKeyOfQ (  ) 

void testAtUnique (  ) 

void testAtUniqueERXKeyOfU (  ) 

void testAvg (  ) 

void testAvgERXKeyOfQ (  ) 

void testAvgNonNull (  ) 

void testAvgNonNullERXKeyOfQ (  ) 

void testCount (  ) 

void testFetchSpecString (  ) 

void testFetchSpecStringERXKeyOfU (  ) 

void testFlatten (  ) 

void testFlattenERXKeyOfU (  ) 

void testIsEmpty (  ) 

void testLimitInteger (  ) 

void testLimitIntegerERXKeyOfU (  ) 

void testMax (  ) 

void testMaxERXKeyOfU (  ) 

void testMedian (  ) 

void testMedianERXKeyOfQ (  ) 

void testMin (  ) 

void testMinERXKeyOfU (  ) 

void testObjectAtIndexInteger (  ) 

void testObjectAtIndexIntegerERXKeyOfU (  ) 

void testPopStdDev (  ) 

void testPopStdDevERXKeyOfQ (  ) 

void testRemoveNullValues (  ) 

void testRemoveNullValuesERXKeyOfU (  ) 

void testReverse (  ) 

void testReverseERXKeyOfU (  ) 

void testSort (  ) 

void testSortAsc (  ) 

void testSortDesc (  ) 

void testSortInsensitiveAsc (  ) 

void testSortInsensitiveDesc (  ) 

void testSortWithKeyPath (  ) 

void testStdDev (  ) 

void testStdDevERXKeyOfQ (  ) 

void testSubarrayWithRangeNSRange (  ) 

void testSubarrayWithRangeNSRangeERXKeyOfU (  ) 

void testSum (  ) 

void testSumERXKeyOfQ (  ) 

void testUnique (  ) 

void testUniqueERXKeyOfU (  ) 


Member Data Documentation

Employee aaBb [private]

Employee Abba [private]

Role accountant [private]

Company acme [private]

Role barber [private]

Role bigBoss [private]

final NSDictionary<String, Integer> cinco = new NSDictionary<String, Integer>(Integer.valueOf(5), numKey) [static, private]

Employee curly [private]

Employee deckard [private]

Role doctor [private]

final NSDictionary<String, Integer> dos = new NSDictionary<String, Integer>(Integer.valueOf(2), numKey) [static, private]

EOEditingContext ec [private]

Employee elena [private]

Role headHunter [private]

Employee larry [private]

Employee moe [private]

final ERXKey<Integer> num = new ERXKey<Integer>(numKey) [static, private]

final NSArray<NSDictionary<String, Integer> > numbers = new NSArray<NSDictionary<String,Integer>>(uno, dos, tres, quatro, cinco) [static, private]

final String numKey = "num" [static, private]

NSArray<Paycheck> paychecks [private]

final NSDictionary<String, Integer> quatro = new NSDictionary<String, Integer>(Integer.valueOf(4), numKey) [static, private]

Employee rachael [private]

NSArray<Role> roles [private]

Employee rude [private]

Employee rufus [private]

Employee sephiroth [private]

NSArray<Employee> shinraEmployees [private]

Company shinraInc [private]

NSArray<Employee> shinraNonManager [private]

NSArray<String> shinraNonManagerNames [private]

final NSArray<Integer> simpleNumbers = new NSArray<Integer>(Integer.valueOf(1),Integer.valueOf(2),Integer.valueOf(3),Integer.valueOf(4),Integer.valueOf(5)) [static, private]

Company sortCo [private]

final NSDictionary<String, Integer> tres = new NSDictionary<String, Integer>(Integer.valueOf(3), numKey) [static, private]

Employee tyrell [private]

Company tyrellCorp [private]

NSArray<Employee> tyrellEmployees [private]

final NSDictionary<String, Integer> uno = new NSDictionary<String, Integer>(Integer.valueOf(1), numKey) [static, private]


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

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