Function before
Define a function that will be ran before all the tests
void before(T)
(
T setup
);
Define a function that will be ran before all the tests
void before(T)
(
T setup
);