!3 A map is created indirectly with a List In ${fitLibrary2}, with generics, a map can be created directly !**< def !define emma ( |''owe''|130.00| ) !define james ( |''name''|james| |''owe''|120.00| ) !define mapIn (|''name''|''owe''| |emma|130.00| |james|120.00| ) !define mapOut (|emma|${emma}| |james|${james}| ) !define test (!|fitlibrary.specify.collectionSetUp.SetUpMap| ---- |''IOU map''|${mapIn}| ---- |''IOU map''|${mapOut}| ) **! |!-fitlibrary.spec.SpecifyFixture-!| |${test}|!-
fitlibrary.specify.collectionSetUp.SetUpMap


IOU map
name owe
emma 130.00
james 120.00


IOU map
emma
owe 130.00

james
name james
owe 120.00
-!|