c# - MbUnit - Terminate Test from within SetUp method -
i want terminate test specific outcome within setup method.
i have tried both silenttestexception , assert.terminate , assert.terminatesilently actual test method seems executed regardless.
you can reproduce behavior following code: https://gist.github.com/2857816
am missing ?
Comments
Post a Comment