This attribute used t identify a method that is called once to perform setup before any child tests are run. For the new versions we are using OneTimeSetUp as the TestFixtureSetUp is obsolete.
OneTimeSetUp
[OneTimeSetUp]
public void SetUp()
{
}