661a⟨auxiliary628⟩+≡ (626660669728)⊲628665⊳ local restrictedGrowthArrayTest(n:I, expected: List A): () == { import from A,PartitionInteger; k:I := 0; for a in restrictedGrowthArrays n repeat k := next k; assertEquals(I, #expected, k); rga:Generator A := restrictedGrowthArrays n; for r in expected for a in rga repeat assertTrue equal?(r, a, n); } UsesGenerator617, I47, Integer66, andPartition146.