//Fixture instantiated at the beginning of all the tests in this class and passed to constructor public QueryTests(SetupFixture f) { fixture = f; logger = f.Logger; settings = f.Settings; }
public TransactionTests(SetupFixture f) { fixture = f; logger = f.Logger; settings = f.Settings; }