sjurgemeyer / spock-extensions

2 stars 2 forks source link

Using a table as an input rather than an output. #3

Open davidm-public opened 6 years ago

davidm-public commented 6 years ago

Hi, just came across this project, am looking for a way to use an entire table as the input to a test. e.g.: given a table of objects, test a function which returns a single object ie: the set of objects with a maximum net present value

so, instead of outputing a table, the test will input the table.

thanks David