Hi there,
I'm using VS2010 Ultimate and I need to create a Test with the following specifications:
I've a list of Point List<Point> points which contains n points
Once the list is filled I wanna test a method that uses them but I wanna supply the point’s position using a table in Microsoft Access.
Can someone give me an idea about how to do that?
I've realized other tests but against methods that do not use arrays nor lists so basically the amount of data passed to the method is fixed so I've created a column for each parameter in the table but I don’t know how to accomplish the same using
a List as parameter.
Any help will be appreciated,
Thank you