Sha256: 71f0ca5308cf7b15c90332f6be41c0bd4d88cad185dc0a9a86e6f3f727d69937
Contents?: true
Size: 606 Bytes
Versions: 8
Compression:
Stored size: 606 Bytes
Contents
There are cases when you want to copy and append the last row of your column or row fixture certain number of times. For Ex: We make a query to the database and it return certain record 'n' number of times. Instead of writing the same record 'n' number of times in your fitnesse page, you can just specify that you expect the last column 'n' number of times using the !-CopyAndAppendLastRow-! decorator. !|Copy and Append Last Row|100|number of times| |Division| |numerator|denominator|quotient()| |10|2|5| |12.6|3|4.2| |100|4|25| In the above example, we want to divide 100 by 4 101 times.
Version data entries
8 entries across 8 versions & 1 rubygems