.
|
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< Paycheck > | paychecks |
| Employee | rachael |
| NSArray< Role > | roles |
| Employee | rude |
| Employee | rufus |
| Employee | sephiroth |
| NSArray< Employee > | shinraEmployees |
| Company | shinraInc |
| NSArray< Employee > | shinraNonManager |
| NSArray< String > | shinraNonManagerNames |
| Company | sortCo |
| Employee | tyrell |
| Company | tyrellCorp |
| NSArray< Employee > | tyrellEmployees |
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) |