> > Why would you move things around though? Think it's fine as-is, if something on > setup fails then all tests should fail. If its a "test" itself and not a check, I think its better if it belongs in TEST_F and not FIXTURE_SETUP. But yeah this is ofcourse going to be the first test, so if it fails the entire thing is marked as a failure and we dont proceed. > > Cheers, Lorenzo