Skip to content

SingleThreaded Attribute

CharliePoole edited this page Jul 1, 2016 · 3 revisions

SingleThreadedAttribute is used on a TestFixture and indicates that the OneTimeSetUp, OneTimeTearDown and all the child tests must run on the same thread.

Clone this wiki locally