Function beforeEach

Define a function that will be ran before each test

void beforeEach(T) (
  T setup
);