0

so far, the SetUp property specifies the setup method should be run once before every test method, is there a property can specify the setup method should be run only once for all test method?

Benny
  • 8,547
  • 9
  • 60
  • 93

1 Answers1

2

I am not sure, if one should use such a thing.
But FixtureSetupAttribute comes close to what you are looking for.

shahkalpesh
  • 33,172
  • 3
  • 63
  • 88