I am doing testing of certain API's using MBUnit and Rowtest and I need
the rows to be executed sequentially since each one is a call to a
different API and each Row depends on the result of the Row above it.
Is there a way to execute these tests sequentially?
Ie,
[Row("Call 1")]
[Row("Call 2")]
.
.
If not, why is that? This is the best feautre for automated testing if
only it worked as needed.
I am also using TestDriven as an add on which doesn't require Building
the solution.
Thanks in advance for any help.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MbUnit.User" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/MbUnitUser
-~----------~----~----~----~------~----~------~--~---