Do the SetUp and TearDown methods need [RequiresSTA] if tests have it?
问题 I can run my WatiN tests with ReSharper without issues. Each test has the RequiresSTA attribute and runs fine. When I try run all the tests in the class (TestFixture) I get the following error: One or more child tests had errors Exception doesn't have a stacktrace <testname> ignored: Invalid signature for SetUp or TearDown method: TestSetup <testname> ignored: Invalid signature for SetUp or TearDown method: TestSetup <testname> ignored: Invalid signature for SetUp or TearDown method: