Hi
I am attempting to NUNIT test a method that takes 2 input paramters
a Point object
a Line object
The objects are from a outside dll, that is from a external vendor.
the class is as below