Is it possible to run specific method before each test in an assembly?
I know about TestInitialize attribute but this attribute has \"class scope\". If it\'
TestInitialize
I think you are looking for the ClassInitialize attribute.
ClassInitialize