D
Darren Guy
If this is in the wrong newsgroup, my apologoes, and please tell me the
correct newsgroup to repost in
Been using nunit for new project that I am working on, but have now hit a
stumbling block.
I am calling a routine that will return a data reader, but i do not know how
to test what is returned for a data reader.
I have searched and can find no examples of using nunit to test a data
reader.
I could strip it out to test each row in a loop, but i dont want to do that
as I am sure there has got to be an easier way to test than this.
If anybody could give me some examples to help me out, most grateful
Thanks in advance
Darren
correct newsgroup to repost in
Been using nunit for new project that I am working on, but have now hit a
stumbling block.
I am calling a routine that will return a data reader, but i do not know how
to test what is returned for a data reader.
I have searched and can find no examples of using nunit to test a data
reader.
I could strip it out to test each row in a loop, but i dont want to do that
as I am sure there has got to be an easier way to test than this.
If anybody could give me some examples to help me out, most grateful
Thanks in advance
Darren